/* This injects Tailwind's base styles and any base styles registered by plugins. */
/* ! tailwindcss v3.4.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "IBM Plex Mono", ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
* {
    /* 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: 0.875rem;
  }
/* 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;
  }
/* Set the background and foreground colors */
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;
}
/* Set the border color */
*,
  ::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;
  }
/* Style scrollbars on platforms other than MacOS and iOS */
@media only screen and (min-width: 960px) {
    body:not(.os-mac) ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: rgba(0, 0, 0, 0);
    }
    body:not(.os-mac) ::-webkit-scrollbar:hover {
      width: 8px;
      height: 8px;
      background-color: rgba(0, 0, 0, 0.06);
    }
    body:not(.os-mac) ::-webkit-scrollbar-thumb {
      border: 2px solid transparent;
      border-radius: 20px;
      box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.24);
    }
    body:not(.os-mac) ::-webkit-scrollbar-thumb:active {
      border-radius: 20px;
      box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.37);
    }
    body:not(.os-mac).dark ::-webkit-scrollbar-thumb {
      box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.24);
    }
    body:not(.os-mac).dark ::-webkit-scrollbar-thumb:active {
      box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.37);
    }
  }
/* Set the foreground color for disabled elements */
[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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* 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;
}
.ring-bg-card {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-bg-card-rgb), var(--tw-ring-opacity)) !important;
}
.bg-hover {
  background-color: var(--fuse-bg-hover) !important;
}
body, .theme-default {
  --fuse-primary-50: #eef2ff;
  --fuse-primary-50-rgb: 238,242,255;
  --fuse-primary-100: #e0e7ff;
  --fuse-primary-100-rgb: 224,231,255;
  --fuse-primary-200: #c7d2fe;
  --fuse-primary-200-rgb: 199,210,254;
  --fuse-primary-300: #a5b4fc;
  --fuse-primary-300-rgb: 165,180,252;
  --fuse-primary-400: #818cf8;
  --fuse-primary-400-rgb: 129,140,248;
  --fuse-primary-500: #6366f1;
  --fuse-primary-500-rgb: 99,102,241;
  --fuse-primary-600: #4f46e5;
  --fuse-primary-600-rgb: 79,70,229;
  --fuse-primary-700: #4338ca;
  --fuse-primary-700-rgb: 67,56,202;
  --fuse-primary-800: #3730a3;
  --fuse-primary-800-rgb: 55,48,163;
  --fuse-primary-900: #312e81;
  --fuse-primary-900-rgb: 49,46,129;
  --fuse-primary-950: #1e1b4b;
  --fuse-primary-950-rgb: 30,27,75;
  --fuse-primary: #4f46e5;
  --fuse-primary-rgb: 79,70,229;
  --fuse-on-primary-50: #1e1b4b;
  --fuse-on-primary-50-rgb: 30,27,75;
  --fuse-on-primary-100: #1e1b4b;
  --fuse-on-primary-100-rgb: 30,27,75;
  --fuse-on-primary-200: #1e1b4b;
  --fuse-on-primary-200-rgb: 30,27,75;
  --fuse-on-primary-300: #1e1b4b;
  --fuse-on-primary-300-rgb: 30,27,75;
  --fuse-on-primary-400: #1e1b4b;
  --fuse-on-primary-400-rgb: 30,27,75;
  --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-950: #FFFFFF;
  --fuse-on-primary-950-rgb: 255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb: 255,255,255;
  --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-950: #020617;
  --fuse-accent-950-rgb: 2,6,23;
  --fuse-accent: #1e293b;
  --fuse-accent-rgb: 30,41,59;
  --fuse-on-accent-50: #020617;
  --fuse-on-accent-50-rgb: 2,6,23;
  --fuse-on-accent-100: #020617;
  --fuse-on-accent-100-rgb: 2,6,23;
  --fuse-on-accent-200: #020617;
  --fuse-on-accent-200-rgb: 2,6,23;
  --fuse-on-accent-300: #020617;
  --fuse-on-accent-300-rgb: 2,6,23;
  --fuse-on-accent-400: #020617;
  --fuse-on-accent-400-rgb: 2,6,23;
  --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-950: #FFFFFF;
  --fuse-on-accent-950-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-950: #450a0a;
  --fuse-warn-950-rgb: 69,10,10;
  --fuse-warn: #dc2626;
  --fuse-warn-rgb: 220,38,38;
  --fuse-on-warn-50: #450a0a;
  --fuse-on-warn-50-rgb: 69,10,10;
  --fuse-on-warn-100: #450a0a;
  --fuse-on-warn-100-rgb: 69,10,10;
  --fuse-on-warn-200: #450a0a;
  --fuse-on-warn-200-rgb: 69,10,10;
  --fuse-on-warn-300: #450a0a;
  --fuse-on-warn-300-rgb: 69,10,10;
  --fuse-on-warn-400: #450a0a;
  --fuse-on-warn-400-rgb: 69,10,10;
  --fuse-on-warn-500: #fef2f2;
  --fuse-on-warn-500-rgb: 254,242,242;
  --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: #FFFFFF;
  --fuse-on-warn-900-rgb: 255,255,255;
  --fuse-on-warn-950: #FFFFFF;
  --fuse-on-warn-950-rgb: 255,255,255;
  --fuse-on-warn: #FFFFFF;
  --fuse-on-warn-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-950: #042f2e;
  --fuse-primary-950-rgb: 4,47,46;
  --fuse-primary: #0d9488;
  --fuse-primary-rgb: 13,148,136;
  --fuse-on-primary-50: #042f2e;
  --fuse-on-primary-50-rgb: 4,47,46;
  --fuse-on-primary-100: #042f2e;
  --fuse-on-primary-100-rgb: 4,47,46;
  --fuse-on-primary-200: #042f2e;
  --fuse-on-primary-200-rgb: 4,47,46;
  --fuse-on-primary-300: #042f2e;
  --fuse-on-primary-300-rgb: 4,47,46;
  --fuse-on-primary-400: #042f2e;
  --fuse-on-primary-400-rgb: 4,47,46;
  --fuse-on-primary-500: #042f2e;
  --fuse-on-primary-500-rgb: 4,47,46;
  --fuse-on-primary-600: #042f2e;
  --fuse-on-primary-600-rgb: 4,47,46;
  --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-950: #FFFFFF;
  --fuse-on-primary-950-rgb: 255,255,255;
  --fuse-on-primary: #042f2e;
  --fuse-on-primary-rgb: 4,47,46;
}
.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-950: #4c0519;
  --fuse-primary-950-rgb: 76,5,25;
  --fuse-primary: #f43f5e;
  --fuse-primary-rgb: 244,63,94;
  --fuse-on-primary-50: #4c0519;
  --fuse-on-primary-50-rgb: 76,5,25;
  --fuse-on-primary-100: #4c0519;
  --fuse-on-primary-100-rgb: 76,5,25;
  --fuse-on-primary-200: #4c0519;
  --fuse-on-primary-200-rgb: 76,5,25;
  --fuse-on-primary-300: #4c0519;
  --fuse-on-primary-300-rgb: 76,5,25;
  --fuse-on-primary-400: #4c0519;
  --fuse-on-primary-400-rgb: 76,5,25;
  --fuse-on-primary-500: #4c0519;
  --fuse-on-primary-500-rgb: 76,5,25;
  --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-950: #FFFFFF;
  --fuse-on-primary-950-rgb: 255,255,255;
  --fuse-on-primary: #4c0519;
  --fuse-on-primary-rgb: 76,5,25;
}
.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-950: #3b0764;
  --fuse-primary-950-rgb: 59,7,100;
  --fuse-primary: #9333ea;
  --fuse-primary-rgb: 147,51,234;
  --fuse-on-primary-50: #3b0764;
  --fuse-on-primary-50-rgb: 59,7,100;
  --fuse-on-primary-100: #3b0764;
  --fuse-on-primary-100-rgb: 59,7,100;
  --fuse-on-primary-200: #3b0764;
  --fuse-on-primary-200-rgb: 59,7,100;
  --fuse-on-primary-300: #3b0764;
  --fuse-on-primary-300-rgb: 59,7,100;
  --fuse-on-primary-400: #3b0764;
  --fuse-on-primary-400-rgb: 59,7,100;
  --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-950: #FFFFFF;
  --fuse-on-primary-950-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-950: #451a03;
  --fuse-primary-950-rgb: 69,26,3;
  --fuse-primary: #f59e0b;
  --fuse-primary-rgb: 245,158,11;
  --fuse-on-primary-50: #451a03;
  --fuse-on-primary-50-rgb: 69,26,3;
  --fuse-on-primary-100: #451a03;
  --fuse-on-primary-100-rgb: 69,26,3;
  --fuse-on-primary-200: #451a03;
  --fuse-on-primary-200-rgb: 69,26,3;
  --fuse-on-primary-300: #451a03;
  --fuse-on-primary-300-rgb: 69,26,3;
  --fuse-on-primary-400: #451a03;
  --fuse-on-primary-400-rgb: 69,26,3;
  --fuse-on-primary-500: #451a03;
  --fuse-on-primary-500-rgb: 69,26,3;
  --fuse-on-primary-600: #451a03;
  --fuse-on-primary-600-rgb: 69,26,3;
  --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-950: #FFFFFF;
  --fuse-on-primary-950-rgb: 255,255,255;
  --fuse-on-primary: #451a03;
  --fuse-on-primary-rgb: 69,26,3;
}
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;
}
.prose {
  color: var(--fuse-text-default);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-secondary);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-primary-500);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--fuse-border);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--fuse-text-default);
  border-left-width: 0.25rem;
  border-left-color: var(--fuse-border);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-default);
  font-weight: 500;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-primary);
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: #fff;
  background-color: #1e293b;
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--fuse-border);
  color: var(--fuse-text-default);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--fuse-border);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::before {
  color: var(--fuse-text-secondary);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::before {
  background-color: var(--fuse-text-hint);
}
.prose :where(figure figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--fuse-text-secondary);
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 1em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 1em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 1em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.hover\:bg-hover:hover {
  background-color: var(--fuse-bg-hover) !important;
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.dark\:bg-card:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.dark\:bg-default:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
.dark\:bg-hover:is(.dark *) {
  background-color: var(--fuse-bg-hover) !important;
}
.dark\:hover\:bg-hover:hover:is(.dark *) {
  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;
  }
}
/* Set the base colors for light themes */
/* Set the base colors for dark themes */
/* Include the core Angular Material styles */
.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 any color to set the density and typography */
.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body1-font-size, 0.875rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-headline6-font-size, 0.875rem);
  line-height: var(--mdc-typography-headline6-line-height, 1.5rem);
  font-weight: var(--mdc-typography-headline6-font-weight, 400);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 600);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body1-font-size, 0.875rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(0.875rem * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 0.875rem;
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1.5rem;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body1-font-size, 0.875rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1.5rem;
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-subhead-line-height: 1.5rem;
  --mdc-dialog-subhead-size: 0.875rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-supporting-text-line-height: 1.5rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-label-text-font: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-slider-label-label-text-size: 0.875rem;
  --mdc-slider-label-label-text-line-height: 1.25rem;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 600;
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1.5rem;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body1-font-size, 0.875rem);
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}

.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1.5rem;
}

.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: var(--mdc-typography-overline-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
          text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: var(--mdc-typography-overline-text-transform, none);
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

@media all and (-ms-high-contrast: none) {
  .mat-mdc-list-option .mdc-list-item__start .mdc-checkbox .mdc-checkbox__focus-ring, .mat-mdc-list-option .mdc-list-item__end .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
.mat-mdc-list-item .mdc-list-item__primary-text {
  font: 400 0.875rem / 1.5rem "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: var(--mdc-typography-caption-line-height, 1rem);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 0.75rem;
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 0.875rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 0.875rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 0.875rem);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-snackbar-supporting-text-line-height: 1.5rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: var(--mdc-typography-body2-line-height, 1.5rem);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1.25rem);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 600);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.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: Roboto, "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  font: 400 0.875rem / 1.5rem "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.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: 0.875rem;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
}

.mat-expansion-panel-content {
  font: 400 0.875rem / 1.5rem "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 0.875rem;
}
.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: 0.75rem;
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-step-label {
  font-size: 0.875rem;
  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: 400;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 400 0.875rem / 1.5rem "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: normal;
  margin: 0;
}

.mat-tree-node {
  min-height: 48px;
}

.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 0.875rem;
}

/* Loop through user themes and generate Angular Material themes */
/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-default .light .mat-ripple-element,
.theme-default.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-option,
.theme-default.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-default .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-default .light .mat-mdc-option.mat-mdc-option-active, .theme-default .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-default.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-default.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-default.light .mat-mdc-option.mat-mdc-option-active,
.theme-default.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-optgroup-label,
.theme-default.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-pseudo-checkbox,
.theme-default.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-default .light .mat-pseudo-checkbox::after,
.theme-default.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-default .light .mat-pseudo-checkbox-disabled,
.theme-default.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-default .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-default .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-default.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-default.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #4f46e5;
}
.theme-default .light .mat-pseudo-checkbox-checked,
.theme-default .light .mat-pseudo-checkbox-indeterminate,
.theme-default .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-default .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-default.light .mat-pseudo-checkbox-checked,
.theme-default.light .mat-pseudo-checkbox-indeterminate,
.theme-default.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-default.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-default .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-default .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-default.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-default.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-default .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-default .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-default.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-default.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-default .light .mat-app-background, .theme-default .light.mat-app-background,
.theme-default.light .mat-app-background,
.theme-default.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-default .light .mat-elevation-z0, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-default.light .mat-elevation-z0,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z1, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-default.light .mat-elevation-z1,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z2, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-default.light .mat-elevation-z2,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z3, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-default.light .mat-elevation-z3,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z4, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-default.light .mat-elevation-z4,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z5, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-default.light .mat-elevation-z5,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z6, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-default.light .mat-elevation-z6,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z7, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-default.light .mat-elevation-z7,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z8, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-default.light .mat-elevation-z8,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z9, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-default.light .mat-elevation-z9,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z10, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-default.light .mat-elevation-z10,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z11, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-default.light .mat-elevation-z11,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z12, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-default.light .mat-elevation-z12,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z13, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-default.light .mat-elevation-z13,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z14, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-default.light .mat-elevation-z14,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z15, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-default.light .mat-elevation-z15,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z16, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-default.light .mat-elevation-z16,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z17, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-default.light .mat-elevation-z17,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z18, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-default.light .mat-elevation-z18,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z19, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-default.light .mat-elevation-z19,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z20, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-default.light .mat-elevation-z20,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z21, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-default.light .mat-elevation-z21,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z22, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-default.light .mat-elevation-z22,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z23, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-default.light .mat-elevation-z23,
.theme-default.light .mat-mdc-elevation-specific.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);
}
.theme-default .light .mat-elevation-z24, .theme-default .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-default.light .mat-elevation-z24,
.theme-default.light .mat-mdc-elevation-specific.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;
}

.theme-default .light .mat-mdc-card,
.theme-default.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-default .light .mat-mdc-card-outlined,
.theme-default.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-default .light .mat-mdc-card-subtitle,
.theme-default.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-default .light .mat-mdc-progress-bar,
.theme-default.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
}
.theme-default .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(79, 70, 229, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(79, 70, 229, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-accent,
.theme-default.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-default .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-warn,
.theme-default.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-default .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-default .light .mat-mdc-tooltip,
.theme-default.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-default .light .mdc-text-field .mdc-text-field__input,
.theme-default.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-default.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-default .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-default.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-default .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-default .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-default .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-default .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-default.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-default .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-default .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-default.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #4f46e5);
}
[dir=rtl] .theme-default .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-default.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-default .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-default.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-default .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-default.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-default .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-default.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-default .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-default .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-default.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-default.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-default .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-default.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-default .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-default.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-default .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-default.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-default .light .mdc-text-field--disabled .mdc-floating-label,
.theme-default.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-default.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-default .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-default.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-default.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-default.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-default.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-default.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-default.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-default.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-default .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-default .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-default .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-default.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-default.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-default.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-default.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-default.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-default .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-default.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-default.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-default.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-default .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-default .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-default .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-default.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-default.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-default.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-default .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-default.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-default .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-default.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-default .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-default.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-default .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-default.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-default .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-default.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-default .light .mat-mdc-form-field-error,
.theme-default.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field-focus-overlay,
.theme-default.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-default.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-default.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-default.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-default.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-default.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-default.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-default.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-default.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-default .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-default.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-default .light .mdc-menu-surface,
.theme-default.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-default .light .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-deprecated-list-group__subheader,
.theme-default.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-divider::after,
.theme-default.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .light .mdc-list-divider,
.theme-default.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-select-value,
.theme-default.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mat-mdc-select-placeholder,
.theme-default.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-default.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-default.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mdc-menu-surface,
.theme-default.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-default .light .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-deprecated-list-group__subheader,
.theme-default.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-divider::after,
.theme-default.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .light .mdc-list-divider,
.theme-default.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-dialog-container,
.theme-default.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mat-mdc-standard-chip,
.theme-default.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-default .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-default .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-default.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-default.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-default .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-default.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-default.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-default .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-default.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-default.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .light .mat-mdc-chip-focus-overlay,
.theme-default.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-default .light .mat-mdc-slide-toggle,
.theme-default.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-default .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-default.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-default.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-slide-toggle.mat-primary,
.theme-default.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #4f46e5;
  --mdc-switch-selected-handle-color: #4f46e5;
  --mdc-switch-selected-hover-state-layer-color: #4f46e5;
  --mdc-switch-selected-pressed-state-layer-color: #4f46e5;
  --mdc-switch-selected-focus-handle-color: #312e81;
  --mdc-switch-selected-hover-handle-color: #312e81;
  --mdc-switch-selected-pressed-handle-color: #312e81;
  --mdc-switch-selected-focus-track-color: #a5b4fc;
  --mdc-switch-selected-hover-track-color: #a5b4fc;
  --mdc-switch-selected-pressed-track-color: #a5b4fc;
  --mdc-switch-selected-track-color: #a5b4fc;
}
.theme-default .light .mat-mdc-slide-toggle.mat-accent,
.theme-default.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-default .light .mat-mdc-slide-toggle.mat-warn,
.theme-default.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-default .light .mat-mdc-radio-button .mdc-form-field,
.theme-default.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-mdc-radio-button.mat-primary,
.theme-default.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4f46e5;
}
.theme-default .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-radio-button.mat-accent,
.theme-default.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-default .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-radio-button.mat-warn,
.theme-default.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-default .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-slider,
.theme-default.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-default .light .mat-mdc-slider.mat-primary,
.theme-default.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #4f46e5;
  --mdc-slider-focus-handle-color: #4f46e5;
  --mdc-slider-hover-handle-color: #4f46e5;
  --mdc-slider-active-track-color: #4f46e5;
  --mdc-slider-inactive-track-color: #4f46e5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #4f46e5;
  --mat-mdc-slider-ripple-color: #4f46e5;
  --mat-mdc-slider-hover-ripple-color: rgba(79, 70, 229, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(79, 70, 229, 0.2);
}
.theme-default .light .mat-mdc-slider.mat-accent,
.theme-default.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-default .light .mat-mdc-slider.mat-warn,
.theme-default.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-default .light .mdc-menu-surface,
.theme-default.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-default .light .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-deprecated-list-group__subheader,
.theme-default.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-divider::after,
.theme-default.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .light .mdc-list-divider,
.theme-default.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-menu-item[disabled],
.theme-default .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-default .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-default.light .mat-mdc-menu-item[disabled],
.theme-default.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-default.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-default .light .mat-mdc-menu-submenu-icon,
.theme-default.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-default.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-default .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-default .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-default .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-default.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-default.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-default.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-default.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-mdc-list-item-interactive::before,
.theme-default.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-default .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-default.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-list-item-interactive:focus::before,
.theme-default.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-default.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #4f46e5;
  opacity: 0.08;
}
.theme-default .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-default.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-default .light .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-default .light .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .light .mdc-deprecated-list-group__subheader,
.theme-default.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mdc-list-divider::after,
.theme-default.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .light .mdc-list-divider,
.theme-default.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-list-option .mdc-list-item__start, .theme-default .light .mat-mdc-list-option .mdc-list-item__end,
.theme-default.light .mat-mdc-list-option .mdc-list-item__start,
.theme-default.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4f46e5;
}
.theme-default .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-default .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-default.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-default.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-default .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-default .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-default.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-default.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-default .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-paginator,
.theme-default.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mat-mdc-paginator-icon,
.theme-default.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-paginator-decrement,
.theme-default .light .mat-mdc-paginator-increment,
.theme-default.light .mat-mdc-paginator-decrement,
.theme-default.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-paginator-first,
.theme-default .light .mat-mdc-paginator-last,
.theme-default.light .mat-mdc-paginator-first,
.theme-default.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-default .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-default .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-default .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-default.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-default.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-default.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-default.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-default.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-tab, .theme-default .light .mat-mdc-tab-link,
.theme-default.light .mat-mdc-tab,
.theme-default.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-default .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-default .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-default.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-default.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-default .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #4f46e5;
}
.theme-default .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #4f46e5);
}
.theme-default .light .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab .mat-ripple-element,
.theme-default .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .light .mat-mdc-tab-link .mat-ripple-element,
.theme-default.light .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab .mat-ripple-element,
.theme-default.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #4f46e5;
}
.theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-default .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-default .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-default .light .mat-mdc-tab-group.mat-background-primary, .theme-default .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.light .mat-mdc-tab-group.mat-background-primary,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #4f46e5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .light .mat-mdc-tab-group.mat-background-accent, .theme-default .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.light .mat-mdc-tab-group.mat-background-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .light .mat-mdc-tab-group.mat-background-warn, .theme-default .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.light .mat-mdc-tab-group.mat-background-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .light .mat-mdc-tab-header-pagination-chevron,
.theme-default.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-default .light .mat-mdc-checkbox .mdc-form-field,
.theme-default.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-default .light .mat-mdc-checkbox .mat-ripple-element,
.theme-default.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-default.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-default .light .mat-mdc-checkbox.mat-primary,
.theme-default.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #4f46e5;
}
.theme-default .light .mat-mdc-checkbox.mat-accent,
.theme-default.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-default .light .mat-mdc-checkbox.mat-warn,
.theme-default.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-default .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-default .light .mat-mdc-checkbox-disabled label,
.theme-default.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-default .light .mat-mdc-button.mat-unthemed,
.theme-default.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-default .light .mat-mdc-button.mat-primary,
.theme-default.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4f46e5;
}
.theme-default .light .mat-mdc-button.mat-accent,
.theme-default.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-button.mat-warn,
.theme-default.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-default .light .mat-mdc-button[disabled][disabled],
.theme-default.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-default.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-default .light .mat-mdc-unelevated-button.mat-primary,
.theme-default.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4f46e5;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-unelevated-button.mat-accent,
.theme-default.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-unelevated-button.mat-warn,
.theme-default.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-default.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-raised-button.mat-unthemed,
.theme-default.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-default .light .mat-mdc-raised-button.mat-primary,
.theme-default.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4f46e5;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-raised-button.mat-accent,
.theme-default.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-raised-button.mat-warn,
.theme-default.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .light .mat-mdc-raised-button[disabled][disabled],
.theme-default.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-default .light .mat-mdc-outlined-button,
.theme-default.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-outlined-button.mat-unthemed,
.theme-default.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-default .light .mat-mdc-outlined-button.mat-primary,
.theme-default.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4f46e5;
}
.theme-default .light .mat-mdc-outlined-button.mat-accent,
.theme-default.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-outlined-button.mat-warn,
.theme-default.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-default .light .mat-mdc-outlined-button[disabled][disabled],
.theme-default.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-button, .theme-default .light .mat-mdc-outlined-button,
.theme-default.light .mat-mdc-button,
.theme-default.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-button.mat-primary, .theme-default .light .mat-mdc-outlined-button.mat-primary,
.theme-default.light .mat-mdc-button.mat-primary,
.theme-default.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4f46e5;
  --mat-mdc-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-button.mat-accent, .theme-default .light .mat-mdc-outlined-button.mat-accent,
.theme-default.light .mat-mdc-button.mat-accent,
.theme-default.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-button.mat-warn, .theme-default .light .mat-mdc-outlined-button.mat-warn,
.theme-default.light .mat-mdc-button.mat-warn,
.theme-default.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-raised-button, .theme-default .light .mat-mdc-unelevated-button,
.theme-default.light .mat-mdc-raised-button,
.theme-default.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-raised-button.mat-primary, .theme-default .light .mat-mdc-unelevated-button.mat-primary,
.theme-default.light .mat-mdc-raised-button.mat-primary,
.theme-default.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-accent, .theme-default .light .mat-mdc-unelevated-button.mat-accent,
.theme-default.light .mat-mdc-raised-button.mat-accent,
.theme-default.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-warn, .theme-default .light .mat-mdc-unelevated-button.mat-warn,
.theme-default.light .mat-mdc-raised-button.mat-warn,
.theme-default.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-icon-button,
.theme-default.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-icon-button.mat-primary,
.theme-default.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4f46e5;
  --mat-mdc-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-accent,
.theme-default.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-warn,
.theme-default.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-primary,
.theme-default.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4f46e5;
}
.theme-default .light .mat-mdc-icon-button.mat-accent,
.theme-default.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-default .light .mat-mdc-icon-button.mat-warn,
.theme-default.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-default .light .mat-mdc-icon-button[disabled][disabled],
.theme-default.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-fab, .theme-default .light .mat-mdc-mini-fab,
.theme-default.light .mat-mdc-fab,
.theme-default.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-default .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-default .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-default .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-default.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-default .light .mat-mdc-fab.mat-primary, .theme-default .light .mat-mdc-mini-fab.mat-primary,
.theme-default.light .mat-mdc-fab.mat-primary,
.theme-default.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-accent, .theme-default .light .mat-mdc-mini-fab.mat-accent,
.theme-default.light .mat-mdc-fab.mat-accent,
.theme-default.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-warn, .theme-default .light .mat-mdc-mini-fab.mat-warn,
.theme-default.light .mat-mdc-fab.mat-warn,
.theme-default.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-unthemed, .theme-default .light .mat-mdc-mini-fab.mat-unthemed,
.theme-default.light .mat-mdc-fab.mat-unthemed,
.theme-default.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-default .light .mat-mdc-fab.mat-primary, .theme-default .light .mat-mdc-mini-fab.mat-primary,
.theme-default.light .mat-mdc-fab.mat-primary,
.theme-default.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #4f46e5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .light .mat-mdc-fab.mat-accent, .theme-default .light .mat-mdc-mini-fab.mat-accent,
.theme-default.light .mat-mdc-fab.mat-accent,
.theme-default.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .light .mat-mdc-fab.mat-warn, .theme-default .light .mat-mdc-mini-fab.mat-warn,
.theme-default.light .mat-mdc-fab.mat-warn,
.theme-default.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .light .mat-mdc-fab[disabled][disabled], .theme-default .light .mat-mdc-mini-fab[disabled][disabled],
.theme-default.light .mat-mdc-fab[disabled][disabled],
.theme-default.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-default .light .mat-mdc-snack-bar-container,
.theme-default.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-default .light .mdc-data-table,
.theme-default.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mdc-data-table__row,
.theme-default.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-default .light .mdc-data-table__header-cell,
.theme-default.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-default .light .mdc-data-table__row--selected,
.theme-default.light .mdc-data-table__row--selected {
  background-color: rgba(79, 70, 229, 0.04);
}
.theme-default .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-default .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-default .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-default.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-default.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-default.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mdc-data-table__cell,
.theme-default .light .mdc-data-table__header-cell,
.theme-default.light .mdc-data-table__cell,
.theme-default.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mdc-data-table__pagination,
.theme-default.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-default.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mdc-data-table__header-cell,
.theme-default.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-default .light .mdc-data-table__pagination-total,
.theme-default .light .mdc-data-table__pagination-rows-per-page-label,
.theme-default .light .mdc-data-table__cell,
.theme-default.light .mdc-data-table__pagination-total,
.theme-default.light .mdc-data-table__pagination-rows-per-page-label,
.theme-default.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-default .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-default.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-default .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-default.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-default .light .mat-mdc-table,
.theme-default.light .mat-mdc-table {
  background: white;
}
.theme-default .light .mat-mdc-progress-spinner,
.theme-default.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #4f46e5;
}
.theme-default .light .mat-mdc-progress-spinner.mat-accent,
.theme-default.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .light .mat-mdc-progress-spinner.mat-warn,
.theme-default.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .light .mat-badge-content,
.theme-default.light .mat-badge-content {
  color: white;
  background: #4f46e5;
}
.cdk-high-contrast-active .theme-default .light .mat-badge-content, .cdk-high-contrast-active .theme-default.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-default .light .mat-badge-accent .mat-badge-content,
.theme-default.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-default .light .mat-badge-warn .mat-badge-content,
.theme-default.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-default .light .mat-badge-disabled .mat-badge-content,
.theme-default.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-default .light .mat-bottom-sheet-container,
.theme-default.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;
}
.theme-default .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-default .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-default.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-default.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);
}
.theme-default .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-default .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-default.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-default.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-default .light .mat-button-toggle,
.theme-default.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-default .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-default.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-default .light .mat-button-toggle-appearance-standard,
.theme-default.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-default .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-default.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-default .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-default.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-default .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-default.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-default .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-default.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;
}
.theme-default .light .mat-button-toggle-checked,
.theme-default.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-default .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-default.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-default .light .mat-button-toggle-disabled,
.theme-default.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-default .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-default.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-default .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-default.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-default .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-default .light .mat-button-toggle-group-appearance-standard,
.theme-default.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-default.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-default .light .mat-calendar-arrow,
.theme-default.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-default .light .mat-datepicker-toggle,
.theme-default .light .mat-datepicker-content .mat-calendar-next-button,
.theme-default .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-default.light .mat-datepicker-toggle,
.theme-default.light .mat-datepicker-content .mat-calendar-next-button,
.theme-default.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-default .light .mat-calendar-table-header-divider::after,
.theme-default.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-default .light .mat-calendar-table-header,
.theme-default .light .mat-calendar-body-label,
.theme-default.light .mat-calendar-table-header,
.theme-default.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-default .light .mat-calendar-body-cell-content,
.theme-default .light .mat-date-range-input-separator,
.theme-default.light .mat-calendar-body-cell-content,
.theme-default.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-default .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-default .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-default.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-default .light .mat-calendar-body-in-preview,
.theme-default.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-default .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-default .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.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);
}
.theme-default .light .mat-calendar-body-in-range::before,
.theme-default.light .mat-calendar-body-in-range::before {
  background: rgba(79, 70, 229, 0.2);
}
.theme-default .light .mat-calendar-body-comparison-identical,
.theme-default .light .mat-calendar-body-in-comparison-range::before,
.theme-default.light .mat-calendar-body-comparison-identical,
.theme-default.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .light .mat-calendar-body-comparison-bridge-start::before,
.theme-default .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(79, 70, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-calendar-body-comparison-bridge-end::before,
.theme-default .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(79, 70, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .light .mat-calendar-body-selected,
.theme-default.light .mat-calendar-body-selected {
  background-color: #4f46e5;
  color: white;
}
.theme-default .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(79, 70, 229, 0.4);
}
.theme-default .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.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: rgba(79, 70, 229, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(79, 70, 229, 0.3);
  }
}
.theme-default .light .mat-datepicker-content,
.theme-default.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;
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-default .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-default .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-default .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .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),
.theme-default .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),
.theme-default.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),
.theme-default.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-default .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-default .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-default.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-default .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .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),
.theme-default .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),
.theme-default.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),
.theme-default.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-default .light .mat-datepicker-content-touch,
.theme-default.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);
}
.theme-default .light .mat-datepicker-toggle-active,
.theme-default.light .mat-datepicker-toggle-active {
  color: #4f46e5;
}
.theme-default .light .mat-datepicker-toggle-active.mat-accent,
.theme-default.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-default .light .mat-datepicker-toggle-active.mat-warn,
.theme-default.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-default .light .mat-date-range-input-inner[disabled],
.theme-default.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-default .light .mat-divider,
.theme-default.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-default .light .mat-divider-vertical,
.theme-default.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-default .light .mat-expansion-panel,
.theme-default.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-default .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-default.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);
}
.theme-default .light .mat-action-row,
.theme-default.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-default .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-default .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-default .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-default.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-default.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-default.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) {
  .theme-default .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-default.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-default .light .mat-expansion-panel-header-title,
.theme-default.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-default .light .mat-expansion-panel-header-description,
.theme-default .light .mat-expansion-indicator::after,
.theme-default.light .mat-expansion-panel-header-description,
.theme-default.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-default .light .mat-expansion-panel-header[aria-disabled=true],
.theme-default.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-default .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-default .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-default.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-default.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-default .light .mat-icon.mat-primary,
.theme-default.light .mat-icon.mat-primary {
  color: #4f46e5;
}
.theme-default .light .mat-icon.mat-accent,
.theme-default.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-default .light .mat-icon.mat-warn,
.theme-default.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-default .light .mat-drawer-container,
.theme-default.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-default .light .mat-drawer,
.theme-default.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-default .light .mat-drawer.mat-drawer-push,
.theme-default.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-default .light .mat-drawer:not(.mat-drawer-side),
.theme-default.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);
}
.theme-default .light .mat-drawer-side,
.theme-default.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-default .light .mat-drawer-side.mat-drawer-end,
.theme-default.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-default .light [dir=rtl] .mat-drawer-side,
.theme-default.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-default .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-default.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-default .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-default.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-default .light .mat-step-header.cdk-keyboard-focused, .theme-default .light .mat-step-header.cdk-program-focused, .theme-default .light .mat-step-header:hover:not([aria-disabled]), .theme-default .light .mat-step-header:hover[aria-disabled=false],
.theme-default.light .mat-step-header.cdk-keyboard-focused,
.theme-default.light .mat-step-header.cdk-program-focused,
.theme-default.light .mat-step-header:hover:not([aria-disabled]),
.theme-default.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-default .light .mat-step-header:hover[aria-disabled=true],
.theme-default.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-default .light .mat-step-header:hover,
  .theme-default.light .mat-step-header:hover {
    background: none;
  }
}
.theme-default .light .mat-step-header .mat-step-label,
.theme-default .light .mat-step-header .mat-step-optional,
.theme-default.light .mat-step-header .mat-step-label,
.theme-default.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-default .light .mat-step-header .mat-step-icon,
.theme-default.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: white;
}
.theme-default .light .mat-step-header .mat-step-icon-selected,
.theme-default .light .mat-step-header .mat-step-icon-state-done,
.theme-default .light .mat-step-header .mat-step-icon-state-edit,
.theme-default.light .mat-step-header .mat-step-icon-selected,
.theme-default.light .mat-step-header .mat-step-icon-state-done,
.theme-default.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #4f46e5;
  color: white;
}
.theme-default .light .mat-step-header.mat-accent .mat-step-icon,
.theme-default.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-default .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-default .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-default .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-default.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-default.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-default.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-default .light .mat-step-header.mat-warn .mat-step-icon,
.theme-default.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-default .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-default .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-default .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-default.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-default.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-default.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-default .light .mat-step-header .mat-step-icon-state-error,
.theme-default.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-default .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-default.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-default .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-default.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-default .light .mat-stepper-horizontal, .theme-default .light .mat-stepper-vertical,
.theme-default.light .mat-stepper-horizontal,
.theme-default.light .mat-stepper-vertical {
  background-color: white;
}
.theme-default .light .mat-stepper-vertical-line::before,
.theme-default.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-default .light .mat-horizontal-stepper-header::before,
.theme-default .light .mat-horizontal-stepper-header::after,
.theme-default .light .mat-stepper-horizontal-line,
.theme-default.light .mat-horizontal-stepper-header::before,
.theme-default.light .mat-horizontal-stepper-header::after,
.theme-default.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-default .light .mat-sort-header-arrow,
.theme-default.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-default .light .mat-toolbar,
.theme-default.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-default .light .mat-toolbar.mat-primary,
.theme-default.light .mat-toolbar.mat-primary {
  background: #4f46e5;
  color: white;
}
.theme-default .light .mat-toolbar.mat-accent,
.theme-default.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-default .light .mat-toolbar.mat-warn,
.theme-default.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-default .light .mat-toolbar .mat-form-field-underline,
.theme-default .light .mat-toolbar .mat-form-field-ripple,
.theme-default .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-default.light .mat-toolbar .mat-form-field-underline,
.theme-default.light .mat-toolbar .mat-form-field-ripple,
.theme-default.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-default .light .mat-toolbar .mat-form-field-label,
.theme-default .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-default .light .mat-toolbar .mat-select-value,
.theme-default .light .mat-toolbar .mat-select-arrow,
.theme-default .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-default.light .mat-toolbar .mat-form-field-label,
.theme-default.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-default.light .mat-toolbar .mat-select-value,
.theme-default.light .mat-toolbar .mat-select-arrow,
.theme-default.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-default .light .mat-toolbar .mat-input-element,
.theme-default.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-default .light .mat-tree,
.theme-default.light .mat-tree {
  background: white;
}
.theme-default .light .mat-tree-node,
.theme-default .light .mat-nested-tree-node,
.theme-default.light .mat-tree-node,
.theme-default.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-default .dark .mat-ripple-element,
.theme-default.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-option,
.theme-default.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-default .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-default .dark .mat-mdc-option.mat-mdc-option-active, .theme-default .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-default.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-default.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-default.dark .mat-mdc-option.mat-mdc-option-active,
.theme-default.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-default.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-optgroup-label,
.theme-default.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-pseudo-checkbox,
.theme-default.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-default .dark .mat-pseudo-checkbox::after,
.theme-default.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-default .dark .mat-pseudo-checkbox-disabled,
.theme-default.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-default .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-default .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #4f46e5;
}
.theme-default .dark .mat-pseudo-checkbox-checked,
.theme-default .dark .mat-pseudo-checkbox-indeterminate,
.theme-default .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-default .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-default.dark .mat-pseudo-checkbox-checked,
.theme-default.dark .mat-pseudo-checkbox-indeterminate,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-default .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-default .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-default .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-default .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-default.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-default.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-default .dark .mat-app-background, .theme-default .dark.mat-app-background,
.theme-default.dark .mat-app-background,
.theme-default.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-default .dark .mat-elevation-z0, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-default.dark .mat-elevation-z0,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z1, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-default.dark .mat-elevation-z1,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z2, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-default.dark .mat-elevation-z2,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z3, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-default.dark .mat-elevation-z3,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z4, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-default.dark .mat-elevation-z4,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z5, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-default.dark .mat-elevation-z5,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z6, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-default.dark .mat-elevation-z6,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z7, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-default.dark .mat-elevation-z7,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z8, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-default.dark .mat-elevation-z8,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z9, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-default.dark .mat-elevation-z9,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z10, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-default.dark .mat-elevation-z10,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z11, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-default.dark .mat-elevation-z11,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z12, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-default.dark .mat-elevation-z12,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z13, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-default.dark .mat-elevation-z13,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z14, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-default.dark .mat-elevation-z14,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z15, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-default.dark .mat-elevation-z15,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z16, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-default.dark .mat-elevation-z16,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z17, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-default.dark .mat-elevation-z17,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z18, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-default.dark .mat-elevation-z18,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z19, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-default.dark .mat-elevation-z19,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z20, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-default.dark .mat-elevation-z20,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z21, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-default.dark .mat-elevation-z21,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z22, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-default.dark .mat-elevation-z22,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z23, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-default.dark .mat-elevation-z23,
.theme-default.dark .mat-mdc-elevation-specific.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);
}
.theme-default .dark .mat-elevation-z24, .theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-default.dark .mat-elevation-z24,
.theme-default.dark .mat-mdc-elevation-specific.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;
}

.theme-default .dark .mat-mdc-card,
.theme-default.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-default .dark .mat-mdc-card-outlined,
.theme-default.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-default .dark .mat-mdc-card-subtitle,
.theme-default.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-default .dark .mat-mdc-progress-bar,
.theme-default.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
}
.theme-default .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(79, 70, 229, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(79, 70, 229, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-accent,
.theme-default.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-default .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-warn,
.theme-default.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-default .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-default .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-default .dark .mat-mdc-tooltip,
.theme-default.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-default .dark .mdc-text-field .mdc-text-field__input,
.theme-default.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-default.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-default .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-default .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-default.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-default .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-default .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-default .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-default .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-default .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-default.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-default .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-default .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-default.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #4f46e5);
}
[dir=rtl] .theme-default .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-default.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-default .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-default.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-default .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-default.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-default .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-default.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-default .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-default .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-default.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-default.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-default .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-default.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-default .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-default.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-default .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-default .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-default.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-default .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-default.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-default .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-default.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-default.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-default.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-default.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-default.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-default .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-default.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-default.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-default.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-default .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-default.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-default .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-default.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-default .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-default.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-default .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-default.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-default .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-default.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-default .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-default.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-default .dark .mat-mdc-form-field-error,
.theme-default.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field-focus-overlay,
.theme-default.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-default.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-default.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-default .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-default.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-default .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-default.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-default .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-default.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-default.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-default.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-default.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-default.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-default .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-default.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-default .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-default.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-default .dark .mdc-menu-surface,
.theme-default.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-default .dark .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-deprecated-list-group__subheader,
.theme-default.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-divider::after,
.theme-default.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .dark .mdc-list-divider,
.theme-default.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-default .dark .mat-mdc-select-value,
.theme-default.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mat-mdc-select-placeholder,
.theme-default.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-default .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-default.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-default .dark .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(79, 70, 229, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-default.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-default .dark .mdc-menu-surface,
.theme-default.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-default .dark .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-deprecated-list-group__subheader,
.theme-default.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-divider::after,
.theme-default.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .dark .mdc-list-divider,
.theme-default.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-default .dark .mat-mdc-dialog-container,
.theme-default.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-default .dark .mat-mdc-standard-chip,
.theme-default.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-default .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-default .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-default.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-default.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-default .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-default.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-default.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-default .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-default.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-default.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-default .dark .mat-mdc-chip-focus-overlay,
.theme-default.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-default .dark .mat-mdc-slide-toggle,
.theme-default.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-default .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-default.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-default.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-primary,
.theme-default.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #a5b4fc;
  --mdc-switch-selected-handle-color: #a5b4fc;
  --mdc-switch-selected-hover-state-layer-color: #a5b4fc;
  --mdc-switch-selected-pressed-state-layer-color: #a5b4fc;
  --mdc-switch-selected-focus-handle-color: #c7d2fe;
  --mdc-switch-selected-hover-handle-color: #c7d2fe;
  --mdc-switch-selected-pressed-handle-color: #c7d2fe;
  --mdc-switch-selected-focus-track-color: #4f46e5;
  --mdc-switch-selected-hover-track-color: #4f46e5;
  --mdc-switch-selected-pressed-track-color: #4f46e5;
  --mdc-switch-selected-track-color: #4f46e5;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-accent,
.theme-default.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-warn,
.theme-default.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-default .dark .mat-mdc-radio-button .mdc-form-field,
.theme-default.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-mdc-radio-button.mat-primary,
.theme-default.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #4f46e5;
}
.theme-default .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-radio-button.mat-accent,
.theme-default.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-default .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-radio-button.mat-warn,
.theme-default.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-default .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-slider,
.theme-default.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-default .dark .mat-mdc-slider.mat-primary,
.theme-default.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #4f46e5;
  --mdc-slider-focus-handle-color: #4f46e5;
  --mdc-slider-hover-handle-color: #4f46e5;
  --mdc-slider-active-track-color: #4f46e5;
  --mdc-slider-inactive-track-color: #4f46e5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #4f46e5;
  --mat-mdc-slider-ripple-color: #4f46e5;
  --mat-mdc-slider-hover-ripple-color: rgba(79, 70, 229, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(79, 70, 229, 0.2);
}
.theme-default .dark .mat-mdc-slider.mat-accent,
.theme-default.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-default .dark .mat-mdc-slider.mat-warn,
.theme-default.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-default .dark .mdc-menu-surface,
.theme-default.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-default .dark .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-deprecated-list-group__subheader,
.theme-default.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-divider::after,
.theme-default.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .dark .mdc-list-divider,
.theme-default.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-default .dark .mat-mdc-menu-item[disabled],
.theme-default .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-default .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-default.dark .mat-mdc-menu-item[disabled],
.theme-default.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-default.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-default .dark .mat-mdc-menu-submenu-icon,
.theme-default.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-default.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-default .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-default .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-default .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-default.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-default.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-default.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-default.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-mdc-list-item-interactive::before,
.theme-default.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-default .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-default.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-list-item-interactive:focus::before,
.theme-default.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-default.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #4f46e5;
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-default.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-default .dark .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-default .dark .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-default.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-default.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4f46e5);
}
.theme-default .dark .mdc-deprecated-list-group__subheader,
.theme-default.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mdc-list-divider::after,
.theme-default.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-default .dark .mdc-list-divider,
.theme-default.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-default .dark .mat-mdc-list-option .mdc-list-item__start, .theme-default .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #4f46e5;
}
.theme-default .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-default .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-default .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-default .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-default .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-default .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-default.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-default .dark .mat-mdc-paginator,
.theme-default.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mat-mdc-paginator-icon,
.theme-default.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-paginator-decrement,
.theme-default .dark .mat-mdc-paginator-increment,
.theme-default.dark .mat-mdc-paginator-decrement,
.theme-default.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-paginator-first,
.theme-default .dark .mat-mdc-paginator-last,
.theme-default.dark .mat-mdc-paginator-first,
.theme-default.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-default .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-default .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-default .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-default.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-default.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-default.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-default.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-default.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mat-mdc-tab, .theme-default .dark .mat-mdc-tab-link,
.theme-default.dark .mat-mdc-tab,
.theme-default.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-default .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-default .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-default .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-default.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-default .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #4f46e5;
}
.theme-default .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #4f46e5);
}
.theme-default .dark .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-default.dark .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #4f46e5;
}
.theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-default .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-default .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-primary, .theme-default .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.dark .mat-mdc-tab-group.mat-background-primary,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #4f46e5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-accent, .theme-default .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.dark .mat-mdc-tab-group.mat-background-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-warn, .theme-default .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.dark .mat-mdc-tab-group.mat-background-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-default .dark .mat-mdc-tab-header-pagination-chevron,
.theme-default.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-default .dark .mat-mdc-checkbox .mdc-form-field,
.theme-default.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-default .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-default.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-default.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-default .dark .mat-mdc-checkbox.mat-primary,
.theme-default.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #4f46e5;
}
.theme-default .dark .mat-mdc-checkbox.mat-accent,
.theme-default.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-default .dark .mat-mdc-checkbox.mat-warn,
.theme-default.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-default .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-default.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-default.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-default .dark .mat-mdc-checkbox-disabled label,
.theme-default.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-default .dark .mat-mdc-button.mat-unthemed,
.theme-default.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-button.mat-primary,
.theme-default.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4f46e5;
}
.theme-default .dark .mat-mdc-button.mat-accent,
.theme-default.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-default .dark .mat-mdc-button.mat-warn,
.theme-default.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-default .dark .mat-mdc-button[disabled][disabled],
.theme-default.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-default.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-unelevated-button.mat-primary,
.theme-default.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4f46e5;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-unelevated-button.mat-accent,
.theme-default.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-unelevated-button.mat-warn,
.theme-default.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-default.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-default .dark .mat-mdc-raised-button.mat-unthemed,
.theme-default.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-raised-button.mat-primary,
.theme-default.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4f46e5;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-raised-button.mat-accent,
.theme-default.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-raised-button.mat-warn,
.theme-default.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-raised-button[disabled][disabled],
.theme-default.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-default .dark .mat-mdc-outlined-button,
.theme-default.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-default.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-default .dark .mat-mdc-outlined-button.mat-primary,
.theme-default.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4f46e5;
}
.theme-default .dark .mat-mdc-outlined-button.mat-accent,
.theme-default.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-default .dark .mat-mdc-outlined-button.mat-warn,
.theme-default.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-default .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-default.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mat-mdc-button, .theme-default .dark .mat-mdc-outlined-button,
.theme-default.dark .mat-mdc-button,
.theme-default.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-button.mat-primary, .theme-default .dark .mat-mdc-outlined-button.mat-primary,
.theme-default.dark .mat-mdc-button.mat-primary,
.theme-default.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4f46e5;
  --mat-mdc-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-accent, .theme-default .dark .mat-mdc-outlined-button.mat-accent,
.theme-default.dark .mat-mdc-button.mat-accent,
.theme-default.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-warn, .theme-default .dark .mat-mdc-outlined-button.mat-warn,
.theme-default.dark .mat-mdc-button.mat-warn,
.theme-default.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-raised-button, .theme-default .dark .mat-mdc-unelevated-button,
.theme-default.dark .mat-mdc-raised-button,
.theme-default.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-raised-button.mat-primary, .theme-default .dark .mat-mdc-unelevated-button.mat-primary,
.theme-default.dark .mat-mdc-raised-button.mat-primary,
.theme-default.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-accent, .theme-default .dark .mat-mdc-unelevated-button.mat-accent,
.theme-default.dark .mat-mdc-raised-button.mat-accent,
.theme-default.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-warn, .theme-default .dark .mat-mdc-unelevated-button.mat-warn,
.theme-default.dark .mat-mdc-raised-button.mat-warn,
.theme-default.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-icon-button,
.theme-default.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-icon-button.mat-primary,
.theme-default.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4f46e5;
  --mat-mdc-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-accent,
.theme-default.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-warn,
.theme-default.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-primary,
.theme-default.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4f46e5;
}
.theme-default .dark .mat-mdc-icon-button.mat-accent,
.theme-default.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-default .dark .mat-mdc-icon-button.mat-warn,
.theme-default.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-default .dark .mat-mdc-icon-button[disabled][disabled],
.theme-default.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-default .dark .mat-mdc-fab, .theme-default .dark .mat-mdc-mini-fab,
.theme-default.dark .mat-mdc-fab,
.theme-default.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-default .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-default .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-default.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-default .dark .mat-mdc-fab.mat-primary, .theme-default .dark .mat-mdc-mini-fab.mat-primary,
.theme-default.dark .mat-mdc-fab.mat-primary,
.theme-default.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-accent, .theme-default .dark .mat-mdc-mini-fab.mat-accent,
.theme-default.dark .mat-mdc-fab.mat-accent,
.theme-default.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-warn, .theme-default .dark .mat-mdc-mini-fab.mat-warn,
.theme-default.dark .mat-mdc-fab.mat-warn,
.theme-default.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-unthemed, .theme-default .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-default.dark .mat-mdc-fab.mat-unthemed,
.theme-default.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .dark .mat-mdc-fab.mat-primary, .theme-default .dark .mat-mdc-mini-fab.mat-primary,
.theme-default.dark .mat-mdc-fab.mat-primary,
.theme-default.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #4f46e5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .dark .mat-mdc-fab.mat-accent, .theme-default .dark .mat-mdc-mini-fab.mat-accent,
.theme-default.dark .mat-mdc-fab.mat-accent,
.theme-default.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .dark .mat-mdc-fab.mat-warn, .theme-default .dark .mat-mdc-mini-fab.mat-warn,
.theme-default.dark .mat-mdc-fab.mat-warn,
.theme-default.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-default .dark .mat-mdc-fab[disabled][disabled], .theme-default .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-default.dark .mat-mdc-fab[disabled][disabled],
.theme-default.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-default .dark .mat-mdc-snack-bar-container,
.theme-default.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-default .dark .mdc-data-table,
.theme-default.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mdc-data-table__row,
.theme-default.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-default .dark .mdc-data-table__header-cell,
.theme-default.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-default .dark .mdc-data-table__row--selected,
.theme-default.dark .mdc-data-table__row--selected {
  background-color: rgba(79, 70, 229, 0.04);
}
.theme-default .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-default .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-default .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-default.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-default.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-default.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mdc-data-table__cell,
.theme-default .dark .mdc-data-table__header-cell,
.theme-default.dark .mdc-data-table__cell,
.theme-default.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mdc-data-table__pagination,
.theme-default.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-default.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-default .dark .mdc-data-table__header-cell,
.theme-default.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-default .dark .mdc-data-table__pagination-total,
.theme-default .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-default .dark .mdc-data-table__cell,
.theme-default.dark .mdc-data-table__pagination-total,
.theme-default.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-default.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-default .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-default.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-default .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-default.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-default .dark .mat-mdc-table,
.theme-default.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-default .dark .mat-mdc-progress-spinner,
.theme-default.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #4f46e5;
}
.theme-default .dark .mat-mdc-progress-spinner.mat-accent,
.theme-default.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .dark .mat-mdc-progress-spinner.mat-warn,
.theme-default.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .dark .mat-badge-content,
.theme-default.dark .mat-badge-content {
  color: white;
  background: #4f46e5;
}
.cdk-high-contrast-active .theme-default .dark .mat-badge-content, .cdk-high-contrast-active .theme-default.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-default .dark .mat-badge-accent .mat-badge-content,
.theme-default.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-default .dark .mat-badge-warn .mat-badge-content,
.theme-default.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-default .dark .mat-badge-disabled .mat-badge-content,
.theme-default.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-default .dark .mat-bottom-sheet-container,
.theme-default.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;
}
.theme-default .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-default .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-default.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-default.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);
}
.theme-default .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-default .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-default.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-default.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-default .dark .mat-button-toggle,
.theme-default.dark .mat-button-toggle {
  color: #64748b;
}
.theme-default .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-default.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-default .dark .mat-button-toggle-appearance-standard,
.theme-default.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-default .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-default.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-default .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-default.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-default .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-default.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-default .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-default.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;
}
.theme-default .dark .mat-button-toggle-checked,
.theme-default.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-default .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-default.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-default .dark .mat-button-toggle-disabled,
.theme-default.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-default .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-default.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-default .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-default.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-default .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-default .dark .mat-button-toggle-group-appearance-standard,
.theme-default.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-default.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-default .dark .mat-calendar-arrow,
.theme-default.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-default .dark .mat-datepicker-toggle,
.theme-default .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-default .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-default.dark .mat-datepicker-toggle,
.theme-default.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-default.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-default .dark .mat-calendar-table-header-divider::after,
.theme-default.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-calendar-table-header,
.theme-default .dark .mat-calendar-body-label,
.theme-default.dark .mat-calendar-table-header,
.theme-default.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-default .dark .mat-calendar-body-cell-content,
.theme-default .dark .mat-date-range-input-separator,
.theme-default.dark .mat-calendar-body-cell-content,
.theme-default.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-default .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-default .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-default.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-default .dark .mat-calendar-body-in-preview,
.theme-default.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-default .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-default .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.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);
}
.theme-default .dark .mat-calendar-body-in-range::before,
.theme-default.dark .mat-calendar-body-in-range::before {
  background: rgba(79, 70, 229, 0.2);
}
.theme-default .dark .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-calendar-body-in-comparison-range::before,
.theme-default.dark .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-default .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(79, 70, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-default .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(79, 70, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .dark .mat-calendar-body-selected,
.theme-default.dark .mat-calendar-body-selected {
  background-color: #4f46e5;
  color: white;
}
.theme-default .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(79, 70, 229, 0.4);
}
.theme-default .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-default.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: rgba(79, 70, 229, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(79, 70, 229, 0.3);
  }
}
.theme-default .dark .mat-datepicker-content,
.theme-default.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;
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-default .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-default .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-default .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .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),
.theme-default .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),
.theme-default.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),
.theme-default.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-default .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-default .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-default.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-default .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-default.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-default .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),
.theme-default .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),
.theme-default.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),
.theme-default.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-default .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),
  .theme-default.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-default .dark .mat-datepicker-content-touch,
.theme-default.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);
}
.theme-default .dark .mat-datepicker-toggle-active,
.theme-default.dark .mat-datepicker-toggle-active {
  color: #4f46e5;
}
.theme-default .dark .mat-datepicker-toggle-active.mat-accent,
.theme-default.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-default .dark .mat-datepicker-toggle-active.mat-warn,
.theme-default.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-default .dark .mat-date-range-input-inner[disabled],
.theme-default.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-default .dark .mat-divider,
.theme-default.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-divider-vertical,
.theme-default.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-expansion-panel,
.theme-default.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-default .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-default.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);
}
.theme-default .dark .mat-action-row,
.theme-default.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-default .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-default .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-default.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-default.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-default.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) {
  .theme-default .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-default.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-default .dark .mat-expansion-panel-header-title,
.theme-default.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-default .dark .mat-expansion-panel-header-description,
.theme-default .dark .mat-expansion-indicator::after,
.theme-default.dark .mat-expansion-panel-header-description,
.theme-default.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-default .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-default.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-default .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-default .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-default.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-default.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-default .dark .mat-icon.mat-primary,
.theme-default.dark .mat-icon.mat-primary {
  color: #4f46e5;
}
.theme-default .dark .mat-icon.mat-accent,
.theme-default.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-default .dark .mat-icon.mat-warn,
.theme-default.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-default .dark .mat-drawer-container,
.theme-default.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-default .dark .mat-drawer,
.theme-default.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-default .dark .mat-drawer.mat-drawer-push,
.theme-default.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-default .dark .mat-drawer:not(.mat-drawer-side),
.theme-default.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);
}
.theme-default .dark .mat-drawer-side,
.theme-default.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-drawer-side.mat-drawer-end,
.theme-default.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-default .dark [dir=rtl] .mat-drawer-side,
.theme-default.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-default .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-default.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-default.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-default .dark .mat-step-header.cdk-keyboard-focused, .theme-default .dark .mat-step-header.cdk-program-focused, .theme-default .dark .mat-step-header:hover:not([aria-disabled]), .theme-default .dark .mat-step-header:hover[aria-disabled=false],
.theme-default.dark .mat-step-header.cdk-keyboard-focused,
.theme-default.dark .mat-step-header.cdk-program-focused,
.theme-default.dark .mat-step-header:hover:not([aria-disabled]),
.theme-default.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-default .dark .mat-step-header:hover[aria-disabled=true],
.theme-default.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-default .dark .mat-step-header:hover,
  .theme-default.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-default .dark .mat-step-header .mat-step-label,
.theme-default .dark .mat-step-header .mat-step-optional,
.theme-default.dark .mat-step-header .mat-step-label,
.theme-default.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-default .dark .mat-step-header .mat-step-icon,
.theme-default.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: white;
}
.theme-default .dark .mat-step-header .mat-step-icon-selected,
.theme-default .dark .mat-step-header .mat-step-icon-state-done,
.theme-default .dark .mat-step-header .mat-step-icon-state-edit,
.theme-default.dark .mat-step-header .mat-step-icon-selected,
.theme-default.dark .mat-step-header .mat-step-icon-state-done,
.theme-default.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #4f46e5;
  color: white;
}
.theme-default .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-default.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-default .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-default .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-default .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-default.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-default.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-default.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-default .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-default.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-default .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-default .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-default .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-default.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-default.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-default.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-default .dark .mat-step-header .mat-step-icon-state-error,
.theme-default.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-default .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-default.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-default .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-default.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-default .dark .mat-stepper-horizontal, .theme-default .dark .mat-stepper-vertical,
.theme-default.dark .mat-stepper-horizontal,
.theme-default.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-default .dark .mat-stepper-vertical-line::before,
.theme-default.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-horizontal-stepper-header::before,
.theme-default .dark .mat-horizontal-stepper-header::after,
.theme-default .dark .mat-stepper-horizontal-line,
.theme-default.dark .mat-horizontal-stepper-header::before,
.theme-default.dark .mat-horizontal-stepper-header::after,
.theme-default.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-default .dark .mat-sort-header-arrow,
.theme-default.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-default .dark .mat-toolbar,
.theme-default.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-default .dark .mat-toolbar.mat-primary,
.theme-default.dark .mat-toolbar.mat-primary {
  background: #4f46e5;
  color: white;
}
.theme-default .dark .mat-toolbar.mat-accent,
.theme-default.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-default .dark .mat-toolbar.mat-warn,
.theme-default.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-default .dark .mat-toolbar .mat-form-field-underline,
.theme-default .dark .mat-toolbar .mat-form-field-ripple,
.theme-default .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-default.dark .mat-toolbar .mat-form-field-underline,
.theme-default.dark .mat-toolbar .mat-form-field-ripple,
.theme-default.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-default .dark .mat-toolbar .mat-form-field-label,
.theme-default .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-default .dark .mat-toolbar .mat-select-value,
.theme-default .dark .mat-toolbar .mat-select-arrow,
.theme-default .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-default.dark .mat-toolbar .mat-form-field-label,
.theme-default.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-default.dark .mat-toolbar .mat-select-value,
.theme-default.dark .mat-toolbar .mat-select-arrow,
.theme-default.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-default .dark .mat-toolbar .mat-input-element,
.theme-default.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-default .dark .mat-tree,
.theme-default.dark .mat-tree {
  background: #1e293b;
}
.theme-default .dark .mat-tree-node,
.theme-default .dark .mat-nested-tree-node,
.theme-default.dark .mat-tree-node,
.theme-default.dark .mat-nested-tree-node {
  color: white;
}

/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-brand .light .mat-ripple-element,
.theme-brand.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-option,
.theme-brand.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-brand .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-brand .light .mat-mdc-option.mat-mdc-option-active, .theme-brand .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-brand.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-brand.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-brand.light .mat-mdc-option.mat-mdc-option-active,
.theme-brand.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-optgroup-label,
.theme-brand.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-pseudo-checkbox,
.theme-brand.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-brand .light .mat-pseudo-checkbox::after,
.theme-brand.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-brand .light .mat-pseudo-checkbox-disabled,
.theme-brand.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-brand .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-brand .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #2196f3;
}
.theme-brand .light .mat-pseudo-checkbox-checked,
.theme-brand .light .mat-pseudo-checkbox-indeterminate,
.theme-brand .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-brand .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-brand.light .mat-pseudo-checkbox-checked,
.theme-brand.light .mat-pseudo-checkbox-indeterminate,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-brand .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-brand .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-brand .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-brand .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-brand.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-brand.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-brand .light .mat-app-background, .theme-brand .light.mat-app-background,
.theme-brand.light .mat-app-background,
.theme-brand.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-brand .light .mat-elevation-z0, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-brand.light .mat-elevation-z0,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z1, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-brand.light .mat-elevation-z1,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z2, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-brand.light .mat-elevation-z2,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z3, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-brand.light .mat-elevation-z3,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z4, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-brand.light .mat-elevation-z4,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z5, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-brand.light .mat-elevation-z5,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z6, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-brand.light .mat-elevation-z6,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z7, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-brand.light .mat-elevation-z7,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z8, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-brand.light .mat-elevation-z8,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z9, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-brand.light .mat-elevation-z9,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z10, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-brand.light .mat-elevation-z10,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z11, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-brand.light .mat-elevation-z11,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z12, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-brand.light .mat-elevation-z12,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z13, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-brand.light .mat-elevation-z13,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z14, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-brand.light .mat-elevation-z14,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z15, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-brand.light .mat-elevation-z15,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z16, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-brand.light .mat-elevation-z16,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z17, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-brand.light .mat-elevation-z17,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z18, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-brand.light .mat-elevation-z18,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z19, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-brand.light .mat-elevation-z19,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z20, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-brand.light .mat-elevation-z20,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z21, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-brand.light .mat-elevation-z21,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z22, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-brand.light .mat-elevation-z22,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z23, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-brand.light .mat-elevation-z23,
.theme-brand.light .mat-mdc-elevation-specific.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);
}
.theme-brand .light .mat-elevation-z24, .theme-brand .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-brand.light .mat-elevation-z24,
.theme-brand.light .mat-mdc-elevation-specific.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;
}

.theme-brand .light .mat-mdc-card,
.theme-brand.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-brand .light .mat-mdc-card-outlined,
.theme-brand.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-brand .light .mat-mdc-card-subtitle,
.theme-brand.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-brand .light .mat-mdc-progress-bar,
.theme-brand.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
}
.theme-brand .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-brand.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 150, 243, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-brand.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 150, 243, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-accent,
.theme-brand.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-brand .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-brand.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-brand.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-warn,
.theme-brand.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-brand .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-brand.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-brand.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .light .mat-mdc-tooltip,
.theme-brand.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-brand .light .mdc-text-field .mdc-text-field__input,
.theme-brand.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-brand.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-brand .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-brand.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-brand .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-brand .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-brand .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-brand .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-brand.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-brand .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-brand .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-brand.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #2196f3);
}
[dir=rtl] .theme-brand .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-brand.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-brand .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-brand.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-brand .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-brand.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-brand .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-brand.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-brand .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-brand .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-brand.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-brand.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-brand .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-brand.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-brand .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-brand.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-brand .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-brand .light .mdc-text-field--disabled .mdc-floating-label,
.theme-brand.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-brand.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-brand .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-brand.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-brand.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-brand.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-brand.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-brand.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-brand .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-brand.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-brand.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-brand.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-brand .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-brand.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-brand .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-brand.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-brand .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-brand.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-brand .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-brand.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-brand .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-brand.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-brand .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-brand.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-brand .light .mat-mdc-form-field-error,
.theme-brand.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field-focus-overlay,
.theme-brand.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-brand.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-brand.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-brand.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-brand.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-brand.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-brand.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-brand.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-brand.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-brand .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-brand.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-brand .light .mdc-menu-surface,
.theme-brand.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-brand .light .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-deprecated-list-group__subheader,
.theme-brand.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-divider::after,
.theme-brand.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .light .mdc-list-divider,
.theme-brand.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-select-value,
.theme-brand.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mat-mdc-select-placeholder,
.theme-brand.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-brand.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-brand.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mdc-menu-surface,
.theme-brand.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-brand .light .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-deprecated-list-group__subheader,
.theme-brand.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-divider::after,
.theme-brand.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .light .mdc-list-divider,
.theme-brand.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-dialog-container,
.theme-brand.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mat-mdc-standard-chip,
.theme-brand.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-brand .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-brand .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-brand.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-brand.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-brand .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-brand.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-brand.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-brand .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-brand.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-brand.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .light .mat-mdc-chip-focus-overlay,
.theme-brand.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-brand .light .mat-mdc-slide-toggle,
.theme-brand.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-brand .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-brand.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-brand.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-primary,
.theme-brand.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #1e88dc;
  --mdc-switch-selected-handle-color: #1e88dc;
  --mdc-switch-selected-hover-state-layer-color: #1e88dc;
  --mdc-switch-selected-pressed-state-layer-color: #1e88dc;
  --mdc-switch-selected-focus-handle-color: #125183;
  --mdc-switch-selected-hover-handle-color: #125183;
  --mdc-switch-selected-pressed-handle-color: #125183;
  --mdc-switch-selected-focus-track-color: #a1c6f8;
  --mdc-switch-selected-hover-track-color: #a1c6f8;
  --mdc-switch-selected-pressed-track-color: #a1c6f8;
  --mdc-switch-selected-track-color: #a1c6f8;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-accent,
.theme-brand.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-warn,
.theme-brand.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-brand .light .mat-mdc-radio-button .mdc-form-field,
.theme-brand.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-mdc-radio-button.mat-primary,
.theme-brand.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.theme-brand .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-radio-button.mat-accent,
.theme-brand.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-brand .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-radio-button.mat-warn,
.theme-brand.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-brand .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-slider,
.theme-brand.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-brand .light .mat-mdc-slider.mat-primary,
.theme-brand.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mat-mdc-slider-ripple-color: #2196f3;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 150, 243, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 150, 243, 0.2);
}
.theme-brand .light .mat-mdc-slider.mat-accent,
.theme-brand.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-brand .light .mat-mdc-slider.mat-warn,
.theme-brand.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .light .mdc-menu-surface,
.theme-brand.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-brand .light .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-deprecated-list-group__subheader,
.theme-brand.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-divider::after,
.theme-brand.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .light .mdc-list-divider,
.theme-brand.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-menu-item[disabled],
.theme-brand .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-brand .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-brand.light .mat-mdc-menu-item[disabled],
.theme-brand.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-brand.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-brand .light .mat-mdc-menu-submenu-icon,
.theme-brand.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-brand.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-brand .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-brand .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-brand .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-brand.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-brand.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-brand.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-brand.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-mdc-list-item-interactive::before,
.theme-brand.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-brand .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-brand.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-list-item-interactive:focus::before,
.theme-brand.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-brand.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #2196f3;
  opacity: 0.08;
}
.theme-brand .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-brand.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-brand .light .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-brand .light .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .light .mdc-deprecated-list-group__subheader,
.theme-brand.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mdc-list-divider::after,
.theme-brand.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .light .mdc-list-divider,
.theme-brand.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-list-option .mdc-list-item__start, .theme-brand .light .mat-mdc-list-option .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-option .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.theme-brand .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-brand .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-brand .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-brand .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-brand .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-paginator,
.theme-brand.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mat-mdc-paginator-icon,
.theme-brand.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-paginator-decrement,
.theme-brand .light .mat-mdc-paginator-increment,
.theme-brand.light .mat-mdc-paginator-decrement,
.theme-brand.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-paginator-first,
.theme-brand .light .mat-mdc-paginator-last,
.theme-brand.light .mat-mdc-paginator-first,
.theme-brand.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-brand .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-brand .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-brand .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-brand.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-brand.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-brand.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-brand.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-brand.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-tab, .theme-brand .light .mat-mdc-tab-link,
.theme-brand.light .mat-mdc-tab,
.theme-brand.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-brand .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-brand .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-brand.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-brand .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #2196f3;
}
.theme-brand .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #2196f3);
}
.theme-brand .light .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.light .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #2196f3;
}
.theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-brand .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-brand .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-primary, .theme-brand .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.light .mat-mdc-tab-group.mat-background-primary,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #2196f3;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-accent, .theme-brand .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.light .mat-mdc-tab-group.mat-background-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-warn, .theme-brand .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.light .mat-mdc-tab-group.mat-background-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .light .mat-mdc-tab-header-pagination-chevron,
.theme-brand.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-brand .light .mat-mdc-checkbox .mdc-form-field,
.theme-brand.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-brand .light .mat-mdc-checkbox .mat-ripple-element,
.theme-brand.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-brand.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-brand .light .mat-mdc-checkbox.mat-primary,
.theme-brand.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #2196f3;
}
.theme-brand .light .mat-mdc-checkbox.mat-accent,
.theme-brand.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-brand .light .mat-mdc-checkbox.mat-warn,
.theme-brand.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-brand .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-brand .light .mat-mdc-checkbox-disabled label,
.theme-brand.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-brand .light .mat-mdc-button.mat-unthemed,
.theme-brand.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-brand .light .mat-mdc-button.mat-primary,
.theme-brand.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
}
.theme-brand .light .mat-mdc-button.mat-accent,
.theme-brand.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-button.mat-warn,
.theme-brand.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-brand .light .mat-mdc-button[disabled][disabled],
.theme-brand.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-brand.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-brand .light .mat-mdc-unelevated-button.mat-primary,
.theme-brand.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-unelevated-button.mat-accent,
.theme-brand.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-unelevated-button.mat-warn,
.theme-brand.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-brand.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-raised-button.mat-unthemed,
.theme-brand.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-brand .light .mat-mdc-raised-button.mat-primary,
.theme-brand.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-raised-button.mat-accent,
.theme-brand.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-raised-button.mat-warn,
.theme-brand.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .light .mat-mdc-raised-button[disabled][disabled],
.theme-brand.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-brand .light .mat-mdc-outlined-button,
.theme-brand.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-outlined-button.mat-unthemed,
.theme-brand.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-brand .light .mat-mdc-outlined-button.mat-primary,
.theme-brand.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
}
.theme-brand .light .mat-mdc-outlined-button.mat-accent,
.theme-brand.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-outlined-button.mat-warn,
.theme-brand.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-brand .light .mat-mdc-outlined-button[disabled][disabled],
.theme-brand.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-button, .theme-brand .light .mat-mdc-outlined-button,
.theme-brand.light .mat-mdc-button,
.theme-brand.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-button.mat-primary, .theme-brand .light .mat-mdc-outlined-button.mat-primary,
.theme-brand.light .mat-mdc-button.mat-primary,
.theme-brand.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-accent, .theme-brand .light .mat-mdc-outlined-button.mat-accent,
.theme-brand.light .mat-mdc-button.mat-accent,
.theme-brand.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-warn, .theme-brand .light .mat-mdc-outlined-button.mat-warn,
.theme-brand.light .mat-mdc-button.mat-warn,
.theme-brand.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-raised-button, .theme-brand .light .mat-mdc-unelevated-button,
.theme-brand.light .mat-mdc-raised-button,
.theme-brand.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-raised-button.mat-primary, .theme-brand .light .mat-mdc-unelevated-button.mat-primary,
.theme-brand.light .mat-mdc-raised-button.mat-primary,
.theme-brand.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-accent, .theme-brand .light .mat-mdc-unelevated-button.mat-accent,
.theme-brand.light .mat-mdc-raised-button.mat-accent,
.theme-brand.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-warn, .theme-brand .light .mat-mdc-unelevated-button.mat-warn,
.theme-brand.light .mat-mdc-raised-button.mat-warn,
.theme-brand.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-icon-button,
.theme-brand.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-icon-button.mat-primary,
.theme-brand.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-accent,
.theme-brand.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-warn,
.theme-brand.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-primary,
.theme-brand.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
}
.theme-brand .light .mat-mdc-icon-button.mat-accent,
.theme-brand.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-brand .light .mat-mdc-icon-button.mat-warn,
.theme-brand.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-brand .light .mat-mdc-icon-button[disabled][disabled],
.theme-brand.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-fab, .theme-brand .light .mat-mdc-mini-fab,
.theme-brand.light .mat-mdc-fab,
.theme-brand.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-brand .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-brand .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-brand .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-brand .light .mat-mdc-fab.mat-primary, .theme-brand .light .mat-mdc-mini-fab.mat-primary,
.theme-brand.light .mat-mdc-fab.mat-primary,
.theme-brand.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-accent, .theme-brand .light .mat-mdc-mini-fab.mat-accent,
.theme-brand.light .mat-mdc-fab.mat-accent,
.theme-brand.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-warn, .theme-brand .light .mat-mdc-mini-fab.mat-warn,
.theme-brand.light .mat-mdc-fab.mat-warn,
.theme-brand.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-unthemed, .theme-brand .light .mat-mdc-mini-fab.mat-unthemed,
.theme-brand.light .mat-mdc-fab.mat-unthemed,
.theme-brand.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-brand .light .mat-mdc-fab.mat-primary, .theme-brand .light .mat-mdc-mini-fab.mat-primary,
.theme-brand.light .mat-mdc-fab.mat-primary,
.theme-brand.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .light .mat-mdc-fab.mat-accent, .theme-brand .light .mat-mdc-mini-fab.mat-accent,
.theme-brand.light .mat-mdc-fab.mat-accent,
.theme-brand.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .light .mat-mdc-fab.mat-warn, .theme-brand .light .mat-mdc-mini-fab.mat-warn,
.theme-brand.light .mat-mdc-fab.mat-warn,
.theme-brand.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .light .mat-mdc-fab[disabled][disabled], .theme-brand .light .mat-mdc-mini-fab[disabled][disabled],
.theme-brand.light .mat-mdc-fab[disabled][disabled],
.theme-brand.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-brand .light .mat-mdc-snack-bar-container,
.theme-brand.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-brand .light .mdc-data-table,
.theme-brand.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mdc-data-table__row,
.theme-brand.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-brand .light .mdc-data-table__header-cell,
.theme-brand.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-brand .light .mdc-data-table__row--selected,
.theme-brand.light .mdc-data-table__row--selected {
  background-color: rgba(33, 150, 243, 0.04);
}
.theme-brand .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-brand .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-brand .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-brand.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-brand.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-brand.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mdc-data-table__cell,
.theme-brand .light .mdc-data-table__header-cell,
.theme-brand.light .mdc-data-table__cell,
.theme-brand.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mdc-data-table__pagination,
.theme-brand.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-brand.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mdc-data-table__header-cell,
.theme-brand.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-brand .light .mdc-data-table__pagination-total,
.theme-brand .light .mdc-data-table__pagination-rows-per-page-label,
.theme-brand .light .mdc-data-table__cell,
.theme-brand.light .mdc-data-table__pagination-total,
.theme-brand.light .mdc-data-table__pagination-rows-per-page-label,
.theme-brand.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-brand .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-brand.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-brand .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-brand.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-brand .light .mat-mdc-table,
.theme-brand.light .mat-mdc-table {
  background: white;
}
.theme-brand .light .mat-mdc-progress-spinner,
.theme-brand.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #2196f3;
}
.theme-brand .light .mat-mdc-progress-spinner.mat-accent,
.theme-brand.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-brand .light .mat-mdc-progress-spinner.mat-warn,
.theme-brand.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .light .mat-badge-content,
.theme-brand.light .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active .theme-brand .light .mat-badge-content, .cdk-high-contrast-active .theme-brand.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-brand .light .mat-badge-accent .mat-badge-content,
.theme-brand.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-brand .light .mat-badge-warn .mat-badge-content,
.theme-brand.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-brand .light .mat-badge-disabled .mat-badge-content,
.theme-brand.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-brand .light .mat-bottom-sheet-container,
.theme-brand.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;
}
.theme-brand .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-brand .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-brand.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-brand.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);
}
.theme-brand .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-brand .light .mat-button-toggle,
.theme-brand.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-brand .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-brand.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-brand .light .mat-button-toggle-appearance-standard,
.theme-brand.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-brand .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-brand.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-brand .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-brand.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-brand .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-brand.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-brand .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-brand.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;
}
.theme-brand .light .mat-button-toggle-checked,
.theme-brand.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-brand .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-brand.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-brand .light .mat-button-toggle-disabled,
.theme-brand.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-brand .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-brand.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-brand .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-brand.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-brand .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-brand .light .mat-button-toggle-group-appearance-standard,
.theme-brand.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-brand.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-brand .light .mat-calendar-arrow,
.theme-brand.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-brand .light .mat-datepicker-toggle,
.theme-brand .light .mat-datepicker-content .mat-calendar-next-button,
.theme-brand .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-brand.light .mat-datepicker-toggle,
.theme-brand.light .mat-datepicker-content .mat-calendar-next-button,
.theme-brand.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-brand .light .mat-calendar-table-header-divider::after,
.theme-brand.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-brand .light .mat-calendar-table-header,
.theme-brand .light .mat-calendar-body-label,
.theme-brand.light .mat-calendar-table-header,
.theme-brand.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-brand .light .mat-calendar-body-cell-content,
.theme-brand .light .mat-date-range-input-separator,
.theme-brand.light .mat-calendar-body-cell-content,
.theme-brand.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-brand .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-brand .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-brand.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-brand .light .mat-calendar-body-in-preview,
.theme-brand.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-brand .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-brand .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.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);
}
.theme-brand .light .mat-calendar-body-in-range::before,
.theme-brand.light .mat-calendar-body-in-range::before {
  background: rgba(33, 150, 243, 0.2);
}
.theme-brand .light .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-calendar-body-in-comparison-range::before,
.theme-brand.light .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .light .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .light .mat-calendar-body-selected,
.theme-brand.light .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
.theme-brand .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
.theme-brand .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.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: rgba(33, 150, 243, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(33, 150, 243, 0.3);
  }
}
.theme-brand .light .mat-datepicker-content,
.theme-brand.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;
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-brand .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .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),
.theme-brand .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),
.theme-brand.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),
.theme-brand.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-brand .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .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),
.theme-brand .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),
.theme-brand.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),
.theme-brand.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-brand .light .mat-datepicker-content-touch,
.theme-brand.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);
}
.theme-brand .light .mat-datepicker-toggle-active,
.theme-brand.light .mat-datepicker-toggle-active {
  color: #2196f3;
}
.theme-brand .light .mat-datepicker-toggle-active.mat-accent,
.theme-brand.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-brand .light .mat-datepicker-toggle-active.mat-warn,
.theme-brand.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-brand .light .mat-date-range-input-inner[disabled],
.theme-brand.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-brand .light .mat-divider,
.theme-brand.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-brand .light .mat-divider-vertical,
.theme-brand.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-brand .light .mat-expansion-panel,
.theme-brand.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-brand .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-brand.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);
}
.theme-brand .light .mat-action-row,
.theme-brand.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-brand .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-brand .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-brand .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-brand.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-brand.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-brand.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) {
  .theme-brand .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-brand.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-brand .light .mat-expansion-panel-header-title,
.theme-brand.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-brand .light .mat-expansion-panel-header-description,
.theme-brand .light .mat-expansion-indicator::after,
.theme-brand.light .mat-expansion-panel-header-description,
.theme-brand.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-brand .light .mat-expansion-panel-header[aria-disabled=true],
.theme-brand.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-brand .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-brand .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-brand.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-brand.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-brand .light .mat-icon.mat-primary,
.theme-brand.light .mat-icon.mat-primary {
  color: #2196f3;
}
.theme-brand .light .mat-icon.mat-accent,
.theme-brand.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-brand .light .mat-icon.mat-warn,
.theme-brand.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-brand .light .mat-drawer-container,
.theme-brand.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-brand .light .mat-drawer,
.theme-brand.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-brand .light .mat-drawer.mat-drawer-push,
.theme-brand.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-brand .light .mat-drawer:not(.mat-drawer-side),
.theme-brand.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);
}
.theme-brand .light .mat-drawer-side,
.theme-brand.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-brand .light .mat-drawer-side.mat-drawer-end,
.theme-brand.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-brand .light [dir=rtl] .mat-drawer-side,
.theme-brand.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-brand .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-brand.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-brand .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-brand.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-brand .light .mat-step-header.cdk-keyboard-focused, .theme-brand .light .mat-step-header.cdk-program-focused, .theme-brand .light .mat-step-header:hover:not([aria-disabled]), .theme-brand .light .mat-step-header:hover[aria-disabled=false],
.theme-brand.light .mat-step-header.cdk-keyboard-focused,
.theme-brand.light .mat-step-header.cdk-program-focused,
.theme-brand.light .mat-step-header:hover:not([aria-disabled]),
.theme-brand.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-brand .light .mat-step-header:hover[aria-disabled=true],
.theme-brand.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-brand .light .mat-step-header:hover,
  .theme-brand.light .mat-step-header:hover {
    background: none;
  }
}
.theme-brand .light .mat-step-header .mat-step-label,
.theme-brand .light .mat-step-header .mat-step-optional,
.theme-brand.light .mat-step-header .mat-step-label,
.theme-brand.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-brand .light .mat-step-header .mat-step-icon,
.theme-brand.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: white;
}
.theme-brand .light .mat-step-header .mat-step-icon-selected,
.theme-brand .light .mat-step-header .mat-step-icon-state-done,
.theme-brand .light .mat-step-header .mat-step-icon-state-edit,
.theme-brand.light .mat-step-header .mat-step-icon-selected,
.theme-brand.light .mat-step-header .mat-step-icon-state-done,
.theme-brand.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
.theme-brand .light .mat-step-header.mat-accent .mat-step-icon,
.theme-brand.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-brand .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-brand .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-brand .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-brand.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-brand.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-brand.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-brand .light .mat-step-header.mat-warn .mat-step-icon,
.theme-brand.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-brand .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-brand .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-brand .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-brand.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-brand.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-brand.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-brand .light .mat-step-header .mat-step-icon-state-error,
.theme-brand.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-brand .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-brand.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-brand .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-brand.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-brand .light .mat-stepper-horizontal, .theme-brand .light .mat-stepper-vertical,
.theme-brand.light .mat-stepper-horizontal,
.theme-brand.light .mat-stepper-vertical {
  background-color: white;
}
.theme-brand .light .mat-stepper-vertical-line::before,
.theme-brand.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-brand .light .mat-horizontal-stepper-header::before,
.theme-brand .light .mat-horizontal-stepper-header::after,
.theme-brand .light .mat-stepper-horizontal-line,
.theme-brand.light .mat-horizontal-stepper-header::before,
.theme-brand.light .mat-horizontal-stepper-header::after,
.theme-brand.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-brand .light .mat-sort-header-arrow,
.theme-brand.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-brand .light .mat-toolbar,
.theme-brand.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-brand .light .mat-toolbar.mat-primary,
.theme-brand.light .mat-toolbar.mat-primary {
  background: #2196f3;
  color: white;
}
.theme-brand .light .mat-toolbar.mat-accent,
.theme-brand.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-brand .light .mat-toolbar.mat-warn,
.theme-brand.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-brand .light .mat-toolbar .mat-form-field-underline,
.theme-brand .light .mat-toolbar .mat-form-field-ripple,
.theme-brand .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-brand.light .mat-toolbar .mat-form-field-underline,
.theme-brand.light .mat-toolbar .mat-form-field-ripple,
.theme-brand.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-brand .light .mat-toolbar .mat-form-field-label,
.theme-brand .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-brand .light .mat-toolbar .mat-select-value,
.theme-brand .light .mat-toolbar .mat-select-arrow,
.theme-brand .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-brand.light .mat-toolbar .mat-form-field-label,
.theme-brand.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-brand.light .mat-toolbar .mat-select-value,
.theme-brand.light .mat-toolbar .mat-select-arrow,
.theme-brand.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-brand .light .mat-toolbar .mat-input-element,
.theme-brand.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-brand .light .mat-tree,
.theme-brand.light .mat-tree {
  background: white;
}
.theme-brand .light .mat-tree-node,
.theme-brand .light .mat-nested-tree-node,
.theme-brand.light .mat-tree-node,
.theme-brand.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-brand .dark .mat-ripple-element,
.theme-brand.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-option,
.theme-brand.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-brand .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-brand .dark .mat-mdc-option.mat-mdc-option-active, .theme-brand .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-brand.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-brand.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-brand.dark .mat-mdc-option.mat-mdc-option-active,
.theme-brand.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-brand.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-optgroup-label,
.theme-brand.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-pseudo-checkbox,
.theme-brand.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-brand .dark .mat-pseudo-checkbox::after,
.theme-brand.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-brand .dark .mat-pseudo-checkbox-disabled,
.theme-brand.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #2196f3;
}
.theme-brand .dark .mat-pseudo-checkbox-checked,
.theme-brand .dark .mat-pseudo-checkbox-indeterminate,
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-brand.dark .mat-pseudo-checkbox-checked,
.theme-brand.dark .mat-pseudo-checkbox-indeterminate,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-brand .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-brand .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-brand.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-brand.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-brand .dark .mat-app-background, .theme-brand .dark.mat-app-background,
.theme-brand.dark .mat-app-background,
.theme-brand.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-brand .dark .mat-elevation-z0, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-brand.dark .mat-elevation-z0,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z1, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-brand.dark .mat-elevation-z1,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z2, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-brand.dark .mat-elevation-z2,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z3, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-brand.dark .mat-elevation-z3,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z4, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-brand.dark .mat-elevation-z4,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z5, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-brand.dark .mat-elevation-z5,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z6, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-brand.dark .mat-elevation-z6,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z7, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-brand.dark .mat-elevation-z7,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z8, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-brand.dark .mat-elevation-z8,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z9, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-brand.dark .mat-elevation-z9,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z10, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-brand.dark .mat-elevation-z10,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z11, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-brand.dark .mat-elevation-z11,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z12, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-brand.dark .mat-elevation-z12,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z13, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-brand.dark .mat-elevation-z13,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z14, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-brand.dark .mat-elevation-z14,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z15, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-brand.dark .mat-elevation-z15,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z16, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-brand.dark .mat-elevation-z16,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z17, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-brand.dark .mat-elevation-z17,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z18, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-brand.dark .mat-elevation-z18,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z19, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-brand.dark .mat-elevation-z19,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z20, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-brand.dark .mat-elevation-z20,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z21, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-brand.dark .mat-elevation-z21,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z22, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-brand.dark .mat-elevation-z22,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z23, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-brand.dark .mat-elevation-z23,
.theme-brand.dark .mat-mdc-elevation-specific.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);
}
.theme-brand .dark .mat-elevation-z24, .theme-brand .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-brand.dark .mat-elevation-z24,
.theme-brand.dark .mat-mdc-elevation-specific.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;
}

.theme-brand .dark .mat-mdc-card,
.theme-brand.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-brand .dark .mat-mdc-card-outlined,
.theme-brand.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-brand .dark .mat-mdc-card-subtitle,
.theme-brand.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-brand .dark .mat-mdc-progress-bar,
.theme-brand.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
}
.theme-brand .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-brand.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 150, 243, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-brand.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 150, 243, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-accent,
.theme-brand.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-brand .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-brand.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-brand.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-warn,
.theme-brand.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-brand .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-brand.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-brand .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-brand.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .dark .mat-mdc-tooltip,
.theme-brand.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-brand .dark .mdc-text-field .mdc-text-field__input,
.theme-brand.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-brand.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-brand .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-brand .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-brand.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-brand .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-brand .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-brand .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-brand .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-brand .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-brand.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-brand .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-brand .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-brand.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #2196f3);
}
[dir=rtl] .theme-brand .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-brand.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-brand .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-brand.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-brand .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-brand.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-brand .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-brand.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-brand .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-brand .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-brand.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-brand.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-brand .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-brand.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-brand .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-brand.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-brand .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-brand .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-brand.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-brand .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-brand.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-brand .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-brand.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-brand.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-brand.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-brand.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-brand.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-brand .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-brand.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-brand.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-brand.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-brand .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-brand.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-brand .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-brand.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-brand .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-brand.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-brand .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-brand.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-brand .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-brand.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-brand .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-brand.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-brand .dark .mat-mdc-form-field-error,
.theme-brand.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field-focus-overlay,
.theme-brand.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-brand.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-brand.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-brand .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-brand.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-brand .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-brand.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-brand .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-brand.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-brand.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-brand.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-brand.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-brand.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-brand .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-brand.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-brand .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-brand.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-brand .dark .mdc-menu-surface,
.theme-brand.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-brand .dark .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-deprecated-list-group__subheader,
.theme-brand.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-divider::after,
.theme-brand.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .dark .mdc-list-divider,
.theme-brand.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-brand .dark .mat-mdc-select-value,
.theme-brand.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mat-mdc-select-placeholder,
.theme-brand.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-brand .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-brand.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-brand .dark .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(33, 150, 243, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-brand.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-brand .dark .mdc-menu-surface,
.theme-brand.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-brand .dark .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-deprecated-list-group__subheader,
.theme-brand.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-divider::after,
.theme-brand.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .dark .mdc-list-divider,
.theme-brand.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-brand .dark .mat-mdc-dialog-container,
.theme-brand.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-brand .dark .mat-mdc-standard-chip,
.theme-brand.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-brand .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-brand.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-brand.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-brand .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-brand.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-brand.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-brand .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-brand.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-brand.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-brand .dark .mat-mdc-chip-focus-overlay,
.theme-brand.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-brand .dark .mat-mdc-slide-toggle,
.theme-brand.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-brand .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-brand.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-brand.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-primary,
.theme-brand.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #a1c6f8;
  --mdc-switch-selected-handle-color: #a1c6f8;
  --mdc-switch-selected-hover-state-layer-color: #a1c6f8;
  --mdc-switch-selected-pressed-state-layer-color: #a1c6f8;
  --mdc-switch-selected-focus-handle-color: #c4dafa;
  --mdc-switch-selected-hover-handle-color: #c4dafa;
  --mdc-switch-selected-pressed-handle-color: #c4dafa;
  --mdc-switch-selected-focus-track-color: #1e88dc;
  --mdc-switch-selected-hover-track-color: #1e88dc;
  --mdc-switch-selected-pressed-track-color: #1e88dc;
  --mdc-switch-selected-track-color: #1e88dc;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-accent,
.theme-brand.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-warn,
.theme-brand.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-brand .dark .mat-mdc-radio-button .mdc-form-field,
.theme-brand.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-mdc-radio-button.mat-primary,
.theme-brand.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.theme-brand .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-radio-button.mat-accent,
.theme-brand.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-brand .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-radio-button.mat-warn,
.theme-brand.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-brand .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-slider,
.theme-brand.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-brand .dark .mat-mdc-slider.mat-primary,
.theme-brand.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mat-mdc-slider-ripple-color: #2196f3;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 150, 243, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 150, 243, 0.2);
}
.theme-brand .dark .mat-mdc-slider.mat-accent,
.theme-brand.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-brand .dark .mat-mdc-slider.mat-warn,
.theme-brand.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .dark .mdc-menu-surface,
.theme-brand.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-brand .dark .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-deprecated-list-group__subheader,
.theme-brand.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-divider::after,
.theme-brand.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .dark .mdc-list-divider,
.theme-brand.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-brand .dark .mat-mdc-menu-item[disabled],
.theme-brand .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-brand .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-brand.dark .mat-mdc-menu-item[disabled],
.theme-brand.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-brand.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-brand .dark .mat-mdc-menu-submenu-icon,
.theme-brand.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-brand.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-brand .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-brand .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-brand .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-brand.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-brand.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-brand.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-brand.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-mdc-list-item-interactive::before,
.theme-brand.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-brand .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-brand.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-list-item-interactive:focus::before,
.theme-brand.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-brand.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #2196f3;
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-brand.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-brand .dark .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-brand .dark .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-brand.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-brand.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.theme-brand .dark .mdc-deprecated-list-group__subheader,
.theme-brand.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mdc-list-divider::after,
.theme-brand.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-brand .dark .mdc-list-divider,
.theme-brand.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-brand .dark .mat-mdc-list-option .mdc-list-item__start, .theme-brand .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.theme-brand .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-brand .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-brand .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-brand .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-brand .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-brand .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-brand.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-paginator,
.theme-brand.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mat-mdc-paginator-icon,
.theme-brand.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-paginator-decrement,
.theme-brand .dark .mat-mdc-paginator-increment,
.theme-brand.dark .mat-mdc-paginator-decrement,
.theme-brand.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-paginator-first,
.theme-brand .dark .mat-mdc-paginator-last,
.theme-brand.dark .mat-mdc-paginator-first,
.theme-brand.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-brand .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-brand .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-brand .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-brand.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-brand.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-brand.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-brand.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-brand.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mat-mdc-tab, .theme-brand .dark .mat-mdc-tab-link,
.theme-brand.dark .mat-mdc-tab,
.theme-brand.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-brand .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-brand .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-brand .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-brand .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #2196f3;
}
.theme-brand .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #2196f3);
}
.theme-brand .dark .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.dark .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #2196f3;
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-primary, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-group.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #2196f3;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-accent, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-warn, .theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-brand .dark .mat-mdc-tab-header-pagination-chevron,
.theme-brand.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-brand .dark .mat-mdc-checkbox .mdc-form-field,
.theme-brand.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-brand .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-brand.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-brand.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary,
.theme-brand.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #2196f3;
}
.theme-brand .dark .mat-mdc-checkbox.mat-accent,
.theme-brand.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn,
.theme-brand.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-brand.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-brand.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-brand .dark .mat-mdc-checkbox-disabled label,
.theme-brand.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-brand .dark .mat-mdc-button.mat-unthemed,
.theme-brand.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-button.mat-primary,
.theme-brand.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
}
.theme-brand .dark .mat-mdc-button.mat-accent,
.theme-brand.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-brand .dark .mat-mdc-button.mat-warn,
.theme-brand.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-brand .dark .mat-mdc-button[disabled][disabled],
.theme-brand.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-brand.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-primary,
.theme-brand.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-accent,
.theme-brand.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-warn,
.theme-brand.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-brand.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-brand .dark .mat-mdc-raised-button.mat-unthemed,
.theme-brand.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-raised-button.mat-primary,
.theme-brand.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-raised-button.mat-accent,
.theme-brand.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-raised-button.mat-warn,
.theme-brand.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-raised-button[disabled][disabled],
.theme-brand.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-brand .dark .mat-mdc-outlined-button,
.theme-brand.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-brand.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-brand .dark .mat-mdc-outlined-button.mat-primary,
.theme-brand.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
}
.theme-brand .dark .mat-mdc-outlined-button.mat-accent,
.theme-brand.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-brand .dark .mat-mdc-outlined-button.mat-warn,
.theme-brand.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-brand .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-brand.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mat-mdc-button, .theme-brand .dark .mat-mdc-outlined-button,
.theme-brand.dark .mat-mdc-button,
.theme-brand.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-button.mat-primary, .theme-brand .dark .mat-mdc-outlined-button.mat-primary,
.theme-brand.dark .mat-mdc-button.mat-primary,
.theme-brand.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-accent, .theme-brand .dark .mat-mdc-outlined-button.mat-accent,
.theme-brand.dark .mat-mdc-button.mat-accent,
.theme-brand.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-warn, .theme-brand .dark .mat-mdc-outlined-button.mat-warn,
.theme-brand.dark .mat-mdc-button.mat-warn,
.theme-brand.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button, .theme-brand .dark .mat-mdc-unelevated-button,
.theme-brand.dark .mat-mdc-raised-button,
.theme-brand.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-raised-button.mat-primary, .theme-brand .dark .mat-mdc-unelevated-button.mat-primary,
.theme-brand.dark .mat-mdc-raised-button.mat-primary,
.theme-brand.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-accent, .theme-brand .dark .mat-mdc-unelevated-button.mat-accent,
.theme-brand.dark .mat-mdc-raised-button.mat-accent,
.theme-brand.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-warn, .theme-brand .dark .mat-mdc-unelevated-button.mat-warn,
.theme-brand.dark .mat-mdc-raised-button.mat-warn,
.theme-brand.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button,
.theme-brand.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-icon-button.mat-primary,
.theme-brand.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-accent,
.theme-brand.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-warn,
.theme-brand.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-primary,
.theme-brand.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
}
.theme-brand .dark .mat-mdc-icon-button.mat-accent,
.theme-brand.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-brand .dark .mat-mdc-icon-button.mat-warn,
.theme-brand.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-brand .dark .mat-mdc-icon-button[disabled][disabled],
.theme-brand.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-brand .dark .mat-mdc-fab, .theme-brand .dark .mat-mdc-mini-fab,
.theme-brand.dark .mat-mdc-fab,
.theme-brand.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-brand .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-brand .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-brand.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-brand .dark .mat-mdc-fab.mat-primary, .theme-brand .dark .mat-mdc-mini-fab.mat-primary,
.theme-brand.dark .mat-mdc-fab.mat-primary,
.theme-brand.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-accent, .theme-brand .dark .mat-mdc-mini-fab.mat-accent,
.theme-brand.dark .mat-mdc-fab.mat-accent,
.theme-brand.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-warn, .theme-brand .dark .mat-mdc-mini-fab.mat-warn,
.theme-brand.dark .mat-mdc-fab.mat-warn,
.theme-brand.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-unthemed, .theme-brand .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-brand.dark .mat-mdc-fab.mat-unthemed,
.theme-brand.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .dark .mat-mdc-fab.mat-primary, .theme-brand .dark .mat-mdc-mini-fab.mat-primary,
.theme-brand.dark .mat-mdc-fab.mat-primary,
.theme-brand.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .dark .mat-mdc-fab.mat-accent, .theme-brand .dark .mat-mdc-mini-fab.mat-accent,
.theme-brand.dark .mat-mdc-fab.mat-accent,
.theme-brand.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .dark .mat-mdc-fab.mat-warn, .theme-brand .dark .mat-mdc-mini-fab.mat-warn,
.theme-brand.dark .mat-mdc-fab.mat-warn,
.theme-brand.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-brand .dark .mat-mdc-fab[disabled][disabled], .theme-brand .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-brand.dark .mat-mdc-fab[disabled][disabled],
.theme-brand.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-brand .dark .mat-mdc-snack-bar-container,
.theme-brand.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-brand .dark .mdc-data-table,
.theme-brand.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mdc-data-table__row,
.theme-brand.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-brand .dark .mdc-data-table__header-cell,
.theme-brand.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-brand .dark .mdc-data-table__row--selected,
.theme-brand.dark .mdc-data-table__row--selected {
  background-color: rgba(33, 150, 243, 0.04);
}
.theme-brand .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-brand .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-brand .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-brand.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-brand.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-brand.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mdc-data-table__cell,
.theme-brand .dark .mdc-data-table__header-cell,
.theme-brand.dark .mdc-data-table__cell,
.theme-brand.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mdc-data-table__pagination,
.theme-brand.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-brand.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-brand .dark .mdc-data-table__header-cell,
.theme-brand.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-brand .dark .mdc-data-table__pagination-total,
.theme-brand .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-brand .dark .mdc-data-table__cell,
.theme-brand.dark .mdc-data-table__pagination-total,
.theme-brand.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-brand.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-brand .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-brand.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-brand .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-brand.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-brand .dark .mat-mdc-table,
.theme-brand.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-brand .dark .mat-mdc-progress-spinner,
.theme-brand.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #2196f3;
}
.theme-brand .dark .mat-mdc-progress-spinner.mat-accent,
.theme-brand.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-brand .dark .mat-mdc-progress-spinner.mat-warn,
.theme-brand.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .dark .mat-badge-content,
.theme-brand.dark .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active .theme-brand .dark .mat-badge-content, .cdk-high-contrast-active .theme-brand.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-brand .dark .mat-badge-accent .mat-badge-content,
.theme-brand.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-brand .dark .mat-badge-warn .mat-badge-content,
.theme-brand.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-brand .dark .mat-badge-disabled .mat-badge-content,
.theme-brand.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-brand .dark .mat-bottom-sheet-container,
.theme-brand.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;
}
.theme-brand .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-brand .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-brand.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-brand.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);
}
.theme-brand .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-brand.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-brand .dark .mat-button-toggle,
.theme-brand.dark .mat-button-toggle {
  color: #64748b;
}
.theme-brand .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-brand.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-brand .dark .mat-button-toggle-appearance-standard,
.theme-brand.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-brand .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-brand.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-brand .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-brand.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-brand .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-brand.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-brand .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-brand.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;
}
.theme-brand .dark .mat-button-toggle-checked,
.theme-brand.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-brand .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-brand.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-brand .dark .mat-button-toggle-disabled,
.theme-brand.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-brand .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-brand.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-brand .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-brand.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-brand .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-brand .dark .mat-button-toggle-group-appearance-standard,
.theme-brand.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-brand.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-brand .dark .mat-calendar-arrow,
.theme-brand.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-brand .dark .mat-datepicker-toggle,
.theme-brand .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-brand .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-brand.dark .mat-datepicker-toggle,
.theme-brand.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-brand.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-brand .dark .mat-calendar-table-header-divider::after,
.theme-brand.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-calendar-table-header,
.theme-brand .dark .mat-calendar-body-label,
.theme-brand.dark .mat-calendar-table-header,
.theme-brand.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-brand .dark .mat-calendar-body-cell-content,
.theme-brand .dark .mat-date-range-input-separator,
.theme-brand.dark .mat-calendar-body-cell-content,
.theme-brand.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-brand .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-brand .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-brand.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-brand .dark .mat-calendar-body-in-preview,
.theme-brand.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-brand .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-brand .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.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);
}
.theme-brand .dark .mat-calendar-body-in-range::before,
.theme-brand.dark .mat-calendar-body-in-range::before {
  background: rgba(33, 150, 243, 0.2);
}
.theme-brand .dark .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-calendar-body-in-comparison-range::before,
.theme-brand.dark .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .dark .mat-calendar-body-selected,
.theme-brand.dark .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
.theme-brand .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
.theme-brand .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-brand.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: rgba(33, 150, 243, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(33, 150, 243, 0.3);
  }
}
.theme-brand .dark .mat-datepicker-content,
.theme-brand.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;
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-brand .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .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),
.theme-brand .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),
.theme-brand.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),
.theme-brand.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-brand .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-brand .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-brand.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-brand .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-brand.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-brand .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),
.theme-brand .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),
.theme-brand.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),
.theme-brand.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-brand .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),
  .theme-brand.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-brand .dark .mat-datepicker-content-touch,
.theme-brand.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);
}
.theme-brand .dark .mat-datepicker-toggle-active,
.theme-brand.dark .mat-datepicker-toggle-active {
  color: #2196f3;
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-accent,
.theme-brand.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-warn,
.theme-brand.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-brand .dark .mat-date-range-input-inner[disabled],
.theme-brand.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-brand .dark .mat-divider,
.theme-brand.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-divider-vertical,
.theme-brand.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-expansion-panel,
.theme-brand.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-brand .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-brand.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);
}
.theme-brand .dark .mat-action-row,
.theme-brand.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-brand .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-brand .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-brand.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-brand.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-brand.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) {
  .theme-brand .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-brand.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-brand .dark .mat-expansion-panel-header-title,
.theme-brand.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-brand .dark .mat-expansion-panel-header-description,
.theme-brand .dark .mat-expansion-indicator::after,
.theme-brand.dark .mat-expansion-panel-header-description,
.theme-brand.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-brand .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-brand.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-brand .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-brand .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-brand.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-brand.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-brand .dark .mat-icon.mat-primary,
.theme-brand.dark .mat-icon.mat-primary {
  color: #2196f3;
}
.theme-brand .dark .mat-icon.mat-accent,
.theme-brand.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-brand .dark .mat-icon.mat-warn,
.theme-brand.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-brand .dark .mat-drawer-container,
.theme-brand.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-brand .dark .mat-drawer,
.theme-brand.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-brand .dark .mat-drawer.mat-drawer-push,
.theme-brand.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-brand .dark .mat-drawer:not(.mat-drawer-side),
.theme-brand.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);
}
.theme-brand .dark .mat-drawer-side,
.theme-brand.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-drawer-side.mat-drawer-end,
.theme-brand.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-brand .dark [dir=rtl] .mat-drawer-side,
.theme-brand.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-brand .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-brand.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-brand.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-brand .dark .mat-step-header.cdk-keyboard-focused, .theme-brand .dark .mat-step-header.cdk-program-focused, .theme-brand .dark .mat-step-header:hover:not([aria-disabled]), .theme-brand .dark .mat-step-header:hover[aria-disabled=false],
.theme-brand.dark .mat-step-header.cdk-keyboard-focused,
.theme-brand.dark .mat-step-header.cdk-program-focused,
.theme-brand.dark .mat-step-header:hover:not([aria-disabled]),
.theme-brand.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-brand .dark .mat-step-header:hover[aria-disabled=true],
.theme-brand.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-brand .dark .mat-step-header:hover,
  .theme-brand.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-brand .dark .mat-step-header .mat-step-label,
.theme-brand .dark .mat-step-header .mat-step-optional,
.theme-brand.dark .mat-step-header .mat-step-label,
.theme-brand.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-brand .dark .mat-step-header .mat-step-icon,
.theme-brand.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: white;
}
.theme-brand .dark .mat-step-header .mat-step-icon-selected,
.theme-brand .dark .mat-step-header .mat-step-icon-state-done,
.theme-brand .dark .mat-step-header .mat-step-icon-state-edit,
.theme-brand.dark .mat-step-header .mat-step-icon-selected,
.theme-brand.dark .mat-step-header .mat-step-icon-state-done,
.theme-brand.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
.theme-brand .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-brand.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-brand .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-brand .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-brand .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-brand.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-brand.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-brand.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-brand .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-brand.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-brand .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-brand .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-brand .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-brand.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-brand.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-brand.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-brand .dark .mat-step-header .mat-step-icon-state-error,
.theme-brand.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-brand .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-brand.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-brand .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-brand.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-brand .dark .mat-stepper-horizontal, .theme-brand .dark .mat-stepper-vertical,
.theme-brand.dark .mat-stepper-horizontal,
.theme-brand.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-brand .dark .mat-stepper-vertical-line::before,
.theme-brand.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-horizontal-stepper-header::before,
.theme-brand .dark .mat-horizontal-stepper-header::after,
.theme-brand .dark .mat-stepper-horizontal-line,
.theme-brand.dark .mat-horizontal-stepper-header::before,
.theme-brand.dark .mat-horizontal-stepper-header::after,
.theme-brand.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-brand .dark .mat-sort-header-arrow,
.theme-brand.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-brand .dark .mat-toolbar,
.theme-brand.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-brand .dark .mat-toolbar.mat-primary,
.theme-brand.dark .mat-toolbar.mat-primary {
  background: #2196f3;
  color: white;
}
.theme-brand .dark .mat-toolbar.mat-accent,
.theme-brand.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-brand .dark .mat-toolbar.mat-warn,
.theme-brand.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-brand .dark .mat-toolbar .mat-form-field-underline,
.theme-brand .dark .mat-toolbar .mat-form-field-ripple,
.theme-brand .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-brand.dark .mat-toolbar .mat-form-field-underline,
.theme-brand.dark .mat-toolbar .mat-form-field-ripple,
.theme-brand.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-brand .dark .mat-toolbar .mat-form-field-label,
.theme-brand .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-brand .dark .mat-toolbar .mat-select-value,
.theme-brand .dark .mat-toolbar .mat-select-arrow,
.theme-brand .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-brand.dark .mat-toolbar .mat-form-field-label,
.theme-brand.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-brand.dark .mat-toolbar .mat-select-value,
.theme-brand.dark .mat-toolbar .mat-select-arrow,
.theme-brand.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-brand .dark .mat-toolbar .mat-input-element,
.theme-brand.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-brand .dark .mat-tree,
.theme-brand.dark .mat-tree {
  background: #1e293b;
}
.theme-brand .dark .mat-tree-node,
.theme-brand .dark .mat-nested-tree-node,
.theme-brand.dark .mat-tree-node,
.theme-brand.dark .mat-nested-tree-node {
  color: white;
}

/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-teal .light .mat-ripple-element,
.theme-teal.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-option,
.theme-teal.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-teal .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-teal .light .mat-mdc-option.mat-mdc-option-active, .theme-teal .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-teal.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-teal.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-teal.light .mat-mdc-option.mat-mdc-option-active,
.theme-teal.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-optgroup-label,
.theme-teal.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-pseudo-checkbox,
.theme-teal.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-teal .light .mat-pseudo-checkbox::after,
.theme-teal.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-teal .light .mat-pseudo-checkbox-disabled,
.theme-teal.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-teal .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-teal .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0d9488;
}
.theme-teal .light .mat-pseudo-checkbox-checked,
.theme-teal .light .mat-pseudo-checkbox-indeterminate,
.theme-teal .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-teal .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-teal.light .mat-pseudo-checkbox-checked,
.theme-teal.light .mat-pseudo-checkbox-indeterminate,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-teal .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-teal .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-teal .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-teal .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-teal.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-teal.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-teal .light .mat-app-background, .theme-teal .light.mat-app-background,
.theme-teal.light .mat-app-background,
.theme-teal.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-teal .light .mat-elevation-z0, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-teal.light .mat-elevation-z0,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z1, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-teal.light .mat-elevation-z1,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z2, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-teal.light .mat-elevation-z2,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z3, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-teal.light .mat-elevation-z3,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z4, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-teal.light .mat-elevation-z4,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z5, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-teal.light .mat-elevation-z5,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z6, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-teal.light .mat-elevation-z6,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z7, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-teal.light .mat-elevation-z7,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z8, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-teal.light .mat-elevation-z8,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z9, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-teal.light .mat-elevation-z9,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z10, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-teal.light .mat-elevation-z10,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z11, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-teal.light .mat-elevation-z11,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z12, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-teal.light .mat-elevation-z12,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z13, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-teal.light .mat-elevation-z13,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z14, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-teal.light .mat-elevation-z14,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z15, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-teal.light .mat-elevation-z15,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z16, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-teal.light .mat-elevation-z16,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z17, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-teal.light .mat-elevation-z17,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z18, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-teal.light .mat-elevation-z18,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z19, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-teal.light .mat-elevation-z19,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z20, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-teal.light .mat-elevation-z20,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z21, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-teal.light .mat-elevation-z21,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z22, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-teal.light .mat-elevation-z22,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z23, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-teal.light .mat-elevation-z23,
.theme-teal.light .mat-mdc-elevation-specific.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);
}
.theme-teal .light .mat-elevation-z24, .theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-teal.light .mat-elevation-z24,
.theme-teal.light .mat-mdc-elevation-specific.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;
}

.theme-teal .light .mat-mdc-card,
.theme-teal.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-teal .light .mat-mdc-card-outlined,
.theme-teal.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-teal .light .mat-mdc-card-subtitle,
.theme-teal.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-teal .light .mat-mdc-progress-bar,
.theme-teal.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
}
.theme-teal .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(13, 148, 136, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-accent,
.theme-teal.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-teal .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-warn,
.theme-teal.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-teal .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .light .mat-mdc-tooltip,
.theme-teal.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-teal .light .mdc-text-field .mdc-text-field__input,
.theme-teal.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-teal.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-teal .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-teal.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-teal .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-teal .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-teal .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-teal .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-teal.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-teal .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-teal .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-teal.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #0d9488);
}
[dir=rtl] .theme-teal .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-teal.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-teal .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-teal.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-teal .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-teal.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-teal .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-teal.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-teal .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-teal .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-teal.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-teal.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-teal .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-teal.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-teal .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-teal.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-teal .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-teal .light .mdc-text-field--disabled .mdc-floating-label,
.theme-teal.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-teal.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-teal .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-teal.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-teal.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-teal.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-teal.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-teal.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-teal .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-teal.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-teal.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-teal.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-teal .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-teal.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-teal .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-teal.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-teal .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-teal.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-teal .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-teal.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-teal .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-teal.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-teal .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-teal.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-teal .light .mat-mdc-form-field-error,
.theme-teal.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field-focus-overlay,
.theme-teal.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-teal.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-teal.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-teal.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-teal.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-teal.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-teal.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-teal.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-teal.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-teal .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-teal.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-teal .light .mdc-menu-surface,
.theme-teal.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-teal .light .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-deprecated-list-group__subheader,
.theme-teal.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-divider::after,
.theme-teal.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .light .mdc-list-divider,
.theme-teal.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-select-value,
.theme-teal.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mat-mdc-select-placeholder,
.theme-teal.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-teal.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-teal.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mdc-menu-surface,
.theme-teal.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-teal .light .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-deprecated-list-group__subheader,
.theme-teal.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-divider::after,
.theme-teal.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .light .mdc-list-divider,
.theme-teal.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-dialog-container,
.theme-teal.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mat-mdc-standard-chip,
.theme-teal.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-teal .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-teal .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-teal.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-teal.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
}
.theme-teal .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-teal .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-teal.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-teal.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-teal .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-teal .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-teal.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-teal.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-teal .light .mat-mdc-chip-focus-overlay,
.theme-teal.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-teal .light .mat-mdc-slide-toggle,
.theme-teal.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-teal .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-teal.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-teal.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-primary,
.theme-teal.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #0d9488;
  --mdc-switch-selected-handle-color: #0d9488;
  --mdc-switch-selected-hover-state-layer-color: #0d9488;
  --mdc-switch-selected-pressed-state-layer-color: #0d9488;
  --mdc-switch-selected-focus-handle-color: #134e4a;
  --mdc-switch-selected-hover-handle-color: #134e4a;
  --mdc-switch-selected-pressed-handle-color: #134e4a;
  --mdc-switch-selected-focus-track-color: #5eead4;
  --mdc-switch-selected-hover-track-color: #5eead4;
  --mdc-switch-selected-pressed-track-color: #5eead4;
  --mdc-switch-selected-track-color: #5eead4;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-accent,
.theme-teal.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-warn,
.theme-teal.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-teal .light .mat-mdc-radio-button .mdc-form-field,
.theme-teal.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-mdc-radio-button.mat-primary,
.theme-teal.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0d9488;
}
.theme-teal .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-radio-button.mat-accent,
.theme-teal.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-teal .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-radio-button.mat-warn,
.theme-teal.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-teal .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-slider,
.theme-teal.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-teal .light .mat-mdc-slider.mat-primary,
.theme-teal.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mat-mdc-slider-ripple-color: #0d9488;
  --mat-mdc-slider-hover-ripple-color: rgba(13, 148, 136, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(13, 148, 136, 0.2);
}
.theme-teal .light .mat-mdc-slider.mat-accent,
.theme-teal.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-teal .light .mat-mdc-slider.mat-warn,
.theme-teal.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .light .mdc-menu-surface,
.theme-teal.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-teal .light .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-deprecated-list-group__subheader,
.theme-teal.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-divider::after,
.theme-teal.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .light .mdc-list-divider,
.theme-teal.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-menu-item[disabled],
.theme-teal .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-teal .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-teal.light .mat-mdc-menu-item[disabled],
.theme-teal.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-teal.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-teal .light .mat-mdc-menu-submenu-icon,
.theme-teal.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-teal.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-teal .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-teal .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-teal .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-teal.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-teal.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-teal.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-teal.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-mdc-list-item-interactive::before,
.theme-teal.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-teal .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-teal.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-list-item-interactive:focus::before,
.theme-teal.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-teal.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #0d9488;
  opacity: 0.08;
}
.theme-teal .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-teal.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-teal .light .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-teal .light .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .light .mdc-deprecated-list-group__subheader,
.theme-teal.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mdc-list-divider::after,
.theme-teal.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .light .mdc-list-divider,
.theme-teal.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-list-option .mdc-list-item__start, .theme-teal .light .mat-mdc-list-option .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-option .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0d9488;
}
.theme-teal .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-teal .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-teal .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-teal .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-teal .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-paginator,
.theme-teal.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mat-mdc-paginator-icon,
.theme-teal.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-paginator-decrement,
.theme-teal .light .mat-mdc-paginator-increment,
.theme-teal.light .mat-mdc-paginator-decrement,
.theme-teal.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-paginator-first,
.theme-teal .light .mat-mdc-paginator-last,
.theme-teal.light .mat-mdc-paginator-first,
.theme-teal.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-teal .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-teal .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-teal .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-teal.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-teal.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-teal.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-teal.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-teal.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-tab, .theme-teal .light .mat-mdc-tab-link,
.theme-teal.light .mat-mdc-tab,
.theme-teal.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-teal .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-teal .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-teal.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-teal .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0d9488;
}
.theme-teal .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0d9488);
}
.theme-teal .light .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.light .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0d9488;
}
.theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-teal .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-teal .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-primary, .theme-teal .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.light .mat-mdc-tab-group.mat-background-primary,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #0d9488;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-accent, .theme-teal .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.light .mat-mdc-tab-group.mat-background-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-warn, .theme-teal .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.light .mat-mdc-tab-group.mat-background-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .light .mat-mdc-tab-header-pagination-chevron,
.theme-teal.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-teal .light .mat-mdc-checkbox .mdc-form-field,
.theme-teal.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-teal .light .mat-mdc-checkbox .mat-ripple-element,
.theme-teal.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-teal.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-teal .light .mat-mdc-checkbox.mat-primary,
.theme-teal.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0d9488;
}
.theme-teal .light .mat-mdc-checkbox.mat-accent,
.theme-teal.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-teal .light .mat-mdc-checkbox.mat-warn,
.theme-teal.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-teal .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-teal .light .mat-mdc-checkbox-disabled label,
.theme-teal.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-teal .light .mat-mdc-button.mat-unthemed,
.theme-teal.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-teal .light .mat-mdc-button.mat-primary,
.theme-teal.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
}
.theme-teal .light .mat-mdc-button.mat-accent,
.theme-teal.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-button.mat-warn,
.theme-teal.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-teal .light .mat-mdc-button[disabled][disabled],
.theme-teal.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-teal.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-teal .light .mat-mdc-unelevated-button.mat-primary,
.theme-teal.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-unelevated-button.mat-accent,
.theme-teal.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-unelevated-button.mat-warn,
.theme-teal.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-teal.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-raised-button.mat-unthemed,
.theme-teal.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-teal .light .mat-mdc-raised-button.mat-primary,
.theme-teal.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-raised-button.mat-accent,
.theme-teal.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-raised-button.mat-warn,
.theme-teal.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .light .mat-mdc-raised-button[disabled][disabled],
.theme-teal.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-teal .light .mat-mdc-outlined-button,
.theme-teal.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-outlined-button.mat-unthemed,
.theme-teal.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-teal .light .mat-mdc-outlined-button.mat-primary,
.theme-teal.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
}
.theme-teal .light .mat-mdc-outlined-button.mat-accent,
.theme-teal.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-outlined-button.mat-warn,
.theme-teal.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-teal .light .mat-mdc-outlined-button[disabled][disabled],
.theme-teal.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-button, .theme-teal .light .mat-mdc-outlined-button,
.theme-teal.light .mat-mdc-button,
.theme-teal.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-button.mat-primary, .theme-teal .light .mat-mdc-outlined-button.mat-primary,
.theme-teal.light .mat-mdc-button.mat-primary,
.theme-teal.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d9488;
  --mat-mdc-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-accent, .theme-teal .light .mat-mdc-outlined-button.mat-accent,
.theme-teal.light .mat-mdc-button.mat-accent,
.theme-teal.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-warn, .theme-teal .light .mat-mdc-outlined-button.mat-warn,
.theme-teal.light .mat-mdc-button.mat-warn,
.theme-teal.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-raised-button, .theme-teal .light .mat-mdc-unelevated-button,
.theme-teal.light .mat-mdc-raised-button,
.theme-teal.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-raised-button.mat-primary, .theme-teal .light .mat-mdc-unelevated-button.mat-primary,
.theme-teal.light .mat-mdc-raised-button.mat-primary,
.theme-teal.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-accent, .theme-teal .light .mat-mdc-unelevated-button.mat-accent,
.theme-teal.light .mat-mdc-raised-button.mat-accent,
.theme-teal.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-warn, .theme-teal .light .mat-mdc-unelevated-button.mat-warn,
.theme-teal.light .mat-mdc-raised-button.mat-warn,
.theme-teal.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-icon-button,
.theme-teal.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-icon-button.mat-primary,
.theme-teal.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d9488;
  --mat-mdc-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-accent,
.theme-teal.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-warn,
.theme-teal.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-primary,
.theme-teal.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
}
.theme-teal .light .mat-mdc-icon-button.mat-accent,
.theme-teal.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-teal .light .mat-mdc-icon-button.mat-warn,
.theme-teal.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-teal .light .mat-mdc-icon-button[disabled][disabled],
.theme-teal.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-fab, .theme-teal .light .mat-mdc-mini-fab,
.theme-teal.light .mat-mdc-fab,
.theme-teal.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-teal .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-teal .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-teal .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-teal .light .mat-mdc-fab.mat-primary, .theme-teal .light .mat-mdc-mini-fab.mat-primary,
.theme-teal.light .mat-mdc-fab.mat-primary,
.theme-teal.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-accent, .theme-teal .light .mat-mdc-mini-fab.mat-accent,
.theme-teal.light .mat-mdc-fab.mat-accent,
.theme-teal.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-warn, .theme-teal .light .mat-mdc-mini-fab.mat-warn,
.theme-teal.light .mat-mdc-fab.mat-warn,
.theme-teal.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-unthemed, .theme-teal .light .mat-mdc-mini-fab.mat-unthemed,
.theme-teal.light .mat-mdc-fab.mat-unthemed,
.theme-teal.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-teal .light .mat-mdc-fab.mat-primary, .theme-teal .light .mat-mdc-mini-fab.mat-primary,
.theme-teal.light .mat-mdc-fab.mat-primary,
.theme-teal.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .light .mat-mdc-fab.mat-accent, .theme-teal .light .mat-mdc-mini-fab.mat-accent,
.theme-teal.light .mat-mdc-fab.mat-accent,
.theme-teal.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .light .mat-mdc-fab.mat-warn, .theme-teal .light .mat-mdc-mini-fab.mat-warn,
.theme-teal.light .mat-mdc-fab.mat-warn,
.theme-teal.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .light .mat-mdc-fab[disabled][disabled], .theme-teal .light .mat-mdc-mini-fab[disabled][disabled],
.theme-teal.light .mat-mdc-fab[disabled][disabled],
.theme-teal.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-teal .light .mat-mdc-snack-bar-container,
.theme-teal.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-teal .light .mdc-data-table,
.theme-teal.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mdc-data-table__row,
.theme-teal.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-teal .light .mdc-data-table__header-cell,
.theme-teal.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-teal .light .mdc-data-table__row--selected,
.theme-teal.light .mdc-data-table__row--selected {
  background-color: rgba(13, 148, 136, 0.04);
}
.theme-teal .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-teal .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-teal .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-teal.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-teal.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-teal.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mdc-data-table__cell,
.theme-teal .light .mdc-data-table__header-cell,
.theme-teal.light .mdc-data-table__cell,
.theme-teal.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mdc-data-table__pagination,
.theme-teal.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-teal.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mdc-data-table__header-cell,
.theme-teal.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-teal .light .mdc-data-table__pagination-total,
.theme-teal .light .mdc-data-table__pagination-rows-per-page-label,
.theme-teal .light .mdc-data-table__cell,
.theme-teal.light .mdc-data-table__pagination-total,
.theme-teal.light .mdc-data-table__pagination-rows-per-page-label,
.theme-teal.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-teal .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-teal.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-teal .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-teal.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-teal .light .mat-mdc-table,
.theme-teal.light .mat-mdc-table {
  background: white;
}
.theme-teal .light .mat-mdc-progress-spinner,
.theme-teal.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0d9488;
}
.theme-teal .light .mat-mdc-progress-spinner.mat-accent,
.theme-teal.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-teal .light .mat-mdc-progress-spinner.mat-warn,
.theme-teal.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .light .mat-badge-content,
.theme-teal.light .mat-badge-content {
  color: #042f2e;
  background: #0d9488;
}
.cdk-high-contrast-active .theme-teal .light .mat-badge-content, .cdk-high-contrast-active .theme-teal.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-teal .light .mat-badge-accent .mat-badge-content,
.theme-teal.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-teal .light .mat-badge-warn .mat-badge-content,
.theme-teal.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-teal .light .mat-badge-disabled .mat-badge-content,
.theme-teal.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-teal .light .mat-bottom-sheet-container,
.theme-teal.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;
}
.theme-teal .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-teal .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-teal.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-teal.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);
}
.theme-teal .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-teal .light .mat-button-toggle,
.theme-teal.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-teal .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-teal.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-teal .light .mat-button-toggle-appearance-standard,
.theme-teal.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-teal .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-teal.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-teal .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-teal.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-teal .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-teal.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-teal .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-teal.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;
}
.theme-teal .light .mat-button-toggle-checked,
.theme-teal.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-teal .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-teal.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-teal .light .mat-button-toggle-disabled,
.theme-teal.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-teal .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-teal.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-teal .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-teal.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-teal .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-teal .light .mat-button-toggle-group-appearance-standard,
.theme-teal.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-teal.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-teal .light .mat-calendar-arrow,
.theme-teal.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-teal .light .mat-datepicker-toggle,
.theme-teal .light .mat-datepicker-content .mat-calendar-next-button,
.theme-teal .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-teal.light .mat-datepicker-toggle,
.theme-teal.light .mat-datepicker-content .mat-calendar-next-button,
.theme-teal.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-teal .light .mat-calendar-table-header-divider::after,
.theme-teal.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-teal .light .mat-calendar-table-header,
.theme-teal .light .mat-calendar-body-label,
.theme-teal.light .mat-calendar-table-header,
.theme-teal.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-teal .light .mat-calendar-body-cell-content,
.theme-teal .light .mat-date-range-input-separator,
.theme-teal.light .mat-calendar-body-cell-content,
.theme-teal.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-teal .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-teal .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-teal.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-teal .light .mat-calendar-body-in-preview,
.theme-teal.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-teal .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-teal .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.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);
}
.theme-teal .light .mat-calendar-body-in-range::before,
.theme-teal.light .mat-calendar-body-in-range::before {
  background: rgba(13, 148, 136, 0.2);
}
.theme-teal .light .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-calendar-body-in-comparison-range::before,
.theme-teal.light .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .light .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(13, 148, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(13, 148, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .light .mat-calendar-body-selected,
.theme-teal.light .mat-calendar-body-selected {
  background-color: #0d9488;
  color: #042f2e;
}
.theme-teal .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(13, 148, 136, 0.4);
}
.theme-teal .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #042f2e;
}
.theme-teal .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.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: rgba(13, 148, 136, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(13, 148, 136, 0.3);
  }
}
.theme-teal .light .mat-datepicker-content,
.theme-teal.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;
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-teal .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-teal .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),
.theme-teal .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),
.theme-teal.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),
.theme-teal.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-teal .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-teal .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),
.theme-teal .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),
.theme-teal.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),
.theme-teal.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-teal .light .mat-datepicker-content-touch,
.theme-teal.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);
}
.theme-teal .light .mat-datepicker-toggle-active,
.theme-teal.light .mat-datepicker-toggle-active {
  color: #0d9488;
}
.theme-teal .light .mat-datepicker-toggle-active.mat-accent,
.theme-teal.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-teal .light .mat-datepicker-toggle-active.mat-warn,
.theme-teal.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-teal .light .mat-date-range-input-inner[disabled],
.theme-teal.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-teal .light .mat-divider,
.theme-teal.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-teal .light .mat-divider-vertical,
.theme-teal.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-teal .light .mat-expansion-panel,
.theme-teal.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-teal .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-teal.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);
}
.theme-teal .light .mat-action-row,
.theme-teal.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-teal .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-teal .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-teal .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-teal.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-teal.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-teal.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) {
  .theme-teal .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-teal.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-teal .light .mat-expansion-panel-header-title,
.theme-teal.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-teal .light .mat-expansion-panel-header-description,
.theme-teal .light .mat-expansion-indicator::after,
.theme-teal.light .mat-expansion-panel-header-description,
.theme-teal.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-teal .light .mat-expansion-panel-header[aria-disabled=true],
.theme-teal.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-teal .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-teal .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-teal.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-teal.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-teal .light .mat-icon.mat-primary,
.theme-teal.light .mat-icon.mat-primary {
  color: #0d9488;
}
.theme-teal .light .mat-icon.mat-accent,
.theme-teal.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-teal .light .mat-icon.mat-warn,
.theme-teal.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-teal .light .mat-drawer-container,
.theme-teal.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-teal .light .mat-drawer,
.theme-teal.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-teal .light .mat-drawer.mat-drawer-push,
.theme-teal.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-teal .light .mat-drawer:not(.mat-drawer-side),
.theme-teal.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);
}
.theme-teal .light .mat-drawer-side,
.theme-teal.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-teal .light .mat-drawer-side.mat-drawer-end,
.theme-teal.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-teal .light [dir=rtl] .mat-drawer-side,
.theme-teal.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-teal .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-teal.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-teal .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-teal.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-teal .light .mat-step-header.cdk-keyboard-focused, .theme-teal .light .mat-step-header.cdk-program-focused, .theme-teal .light .mat-step-header:hover:not([aria-disabled]), .theme-teal .light .mat-step-header:hover[aria-disabled=false],
.theme-teal.light .mat-step-header.cdk-keyboard-focused,
.theme-teal.light .mat-step-header.cdk-program-focused,
.theme-teal.light .mat-step-header:hover:not([aria-disabled]),
.theme-teal.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-teal .light .mat-step-header:hover[aria-disabled=true],
.theme-teal.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-teal .light .mat-step-header:hover,
  .theme-teal.light .mat-step-header:hover {
    background: none;
  }
}
.theme-teal .light .mat-step-header .mat-step-label,
.theme-teal .light .mat-step-header .mat-step-optional,
.theme-teal.light .mat-step-header .mat-step-label,
.theme-teal.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-teal .light .mat-step-header .mat-step-icon,
.theme-teal.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: #042f2e;
}
.theme-teal .light .mat-step-header .mat-step-icon-selected,
.theme-teal .light .mat-step-header .mat-step-icon-state-done,
.theme-teal .light .mat-step-header .mat-step-icon-state-edit,
.theme-teal.light .mat-step-header .mat-step-icon-selected,
.theme-teal.light .mat-step-header .mat-step-icon-state-done,
.theme-teal.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #0d9488;
  color: #042f2e;
}
.theme-teal .light .mat-step-header.mat-accent .mat-step-icon,
.theme-teal.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-teal .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-teal .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-teal .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-teal.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-teal.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-teal.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-teal .light .mat-step-header.mat-warn .mat-step-icon,
.theme-teal.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-teal .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-teal .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-teal .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-teal.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-teal.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-teal.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-teal .light .mat-step-header .mat-step-icon-state-error,
.theme-teal.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-teal .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-teal.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-teal .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-teal.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-teal .light .mat-stepper-horizontal, .theme-teal .light .mat-stepper-vertical,
.theme-teal.light .mat-stepper-horizontal,
.theme-teal.light .mat-stepper-vertical {
  background-color: white;
}
.theme-teal .light .mat-stepper-vertical-line::before,
.theme-teal.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-teal .light .mat-horizontal-stepper-header::before,
.theme-teal .light .mat-horizontal-stepper-header::after,
.theme-teal .light .mat-stepper-horizontal-line,
.theme-teal.light .mat-horizontal-stepper-header::before,
.theme-teal.light .mat-horizontal-stepper-header::after,
.theme-teal.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-teal .light .mat-sort-header-arrow,
.theme-teal.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-teal .light .mat-toolbar,
.theme-teal.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-teal .light .mat-toolbar.mat-primary,
.theme-teal.light .mat-toolbar.mat-primary {
  background: #0d9488;
  color: #042f2e;
}
.theme-teal .light .mat-toolbar.mat-accent,
.theme-teal.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-teal .light .mat-toolbar.mat-warn,
.theme-teal.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-teal .light .mat-toolbar .mat-form-field-underline,
.theme-teal .light .mat-toolbar .mat-form-field-ripple,
.theme-teal .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-teal.light .mat-toolbar .mat-form-field-underline,
.theme-teal.light .mat-toolbar .mat-form-field-ripple,
.theme-teal.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-teal .light .mat-toolbar .mat-form-field-label,
.theme-teal .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-teal .light .mat-toolbar .mat-select-value,
.theme-teal .light .mat-toolbar .mat-select-arrow,
.theme-teal .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-teal.light .mat-toolbar .mat-form-field-label,
.theme-teal.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-teal.light .mat-toolbar .mat-select-value,
.theme-teal.light .mat-toolbar .mat-select-arrow,
.theme-teal.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-teal .light .mat-toolbar .mat-input-element,
.theme-teal.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-teal .light .mat-tree,
.theme-teal.light .mat-tree {
  background: white;
}
.theme-teal .light .mat-tree-node,
.theme-teal .light .mat-nested-tree-node,
.theme-teal.light .mat-tree-node,
.theme-teal.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-teal .dark .mat-ripple-element,
.theme-teal.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-option,
.theme-teal.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-teal .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-teal .dark .mat-mdc-option.mat-mdc-option-active, .theme-teal .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-teal.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-teal.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-teal.dark .mat-mdc-option.mat-mdc-option-active,
.theme-teal.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-teal.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-optgroup-label,
.theme-teal.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-pseudo-checkbox,
.theme-teal.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-teal .dark .mat-pseudo-checkbox::after,
.theme-teal.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-teal .dark .mat-pseudo-checkbox-disabled,
.theme-teal.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0d9488;
}
.theme-teal .dark .mat-pseudo-checkbox-checked,
.theme-teal .dark .mat-pseudo-checkbox-indeterminate,
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-teal.dark .mat-pseudo-checkbox-checked,
.theme-teal.dark .mat-pseudo-checkbox-indeterminate,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-teal .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-teal .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-teal.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-teal.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-teal .dark .mat-app-background, .theme-teal .dark.mat-app-background,
.theme-teal.dark .mat-app-background,
.theme-teal.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-teal .dark .mat-elevation-z0, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-teal.dark .mat-elevation-z0,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z1, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-teal.dark .mat-elevation-z1,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z2, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-teal.dark .mat-elevation-z2,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z3, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-teal.dark .mat-elevation-z3,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z4, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-teal.dark .mat-elevation-z4,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z5, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-teal.dark .mat-elevation-z5,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z6, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-teal.dark .mat-elevation-z6,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z7, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-teal.dark .mat-elevation-z7,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z8, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-teal.dark .mat-elevation-z8,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z9, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-teal.dark .mat-elevation-z9,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z10, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-teal.dark .mat-elevation-z10,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z11, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-teal.dark .mat-elevation-z11,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z12, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-teal.dark .mat-elevation-z12,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z13, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-teal.dark .mat-elevation-z13,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z14, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-teal.dark .mat-elevation-z14,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z15, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-teal.dark .mat-elevation-z15,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z16, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-teal.dark .mat-elevation-z16,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z17, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-teal.dark .mat-elevation-z17,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z18, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-teal.dark .mat-elevation-z18,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z19, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-teal.dark .mat-elevation-z19,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z20, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-teal.dark .mat-elevation-z20,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z21, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-teal.dark .mat-elevation-z21,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z22, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-teal.dark .mat-elevation-z22,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z23, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-teal.dark .mat-elevation-z23,
.theme-teal.dark .mat-mdc-elevation-specific.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);
}
.theme-teal .dark .mat-elevation-z24, .theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-teal.dark .mat-elevation-z24,
.theme-teal.dark .mat-mdc-elevation-specific.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;
}

.theme-teal .dark .mat-mdc-card,
.theme-teal.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-teal .dark .mat-mdc-card-outlined,
.theme-teal.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-teal .dark .mat-mdc-card-subtitle,
.theme-teal.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-teal .dark .mat-mdc-progress-bar,
.theme-teal.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
}
.theme-teal .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(13, 148, 136, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-accent,
.theme-teal.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-teal .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-warn,
.theme-teal.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-teal .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-teal .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .dark .mat-mdc-tooltip,
.theme-teal.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-teal .dark .mdc-text-field .mdc-text-field__input,
.theme-teal.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-teal.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-teal .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-teal .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-teal.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-teal .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-teal .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-teal .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-teal .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-teal .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-teal.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-teal .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-teal .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-teal.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #0d9488);
}
[dir=rtl] .theme-teal .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-teal.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-teal .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-teal.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-teal .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-teal.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-teal .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-teal.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-teal .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-teal .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-teal.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-teal.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-teal .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-teal.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-teal .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-teal.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-teal .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-teal .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-teal.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-teal .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-teal.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-teal .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-teal.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-teal.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-teal.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-teal.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-teal.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-teal .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-teal.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-teal.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-teal.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-teal .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-teal.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-teal .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-teal.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-teal .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-teal.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-teal .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-teal.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-teal .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-teal.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-teal .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-teal.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-teal .dark .mat-mdc-form-field-error,
.theme-teal.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field-focus-overlay,
.theme-teal.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-teal.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-teal.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-teal .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-teal.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-teal .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-teal.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-teal .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-teal.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-teal.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-teal.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-teal.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-teal.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-teal .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-teal.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-teal .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-teal.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-teal .dark .mdc-menu-surface,
.theme-teal.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-teal .dark .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-deprecated-list-group__subheader,
.theme-teal.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-divider::after,
.theme-teal.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .dark .mdc-list-divider,
.theme-teal.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-teal .dark .mat-mdc-select-value,
.theme-teal.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mat-mdc-select-placeholder,
.theme-teal.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-teal .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-teal.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-teal .dark .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(13, 148, 136, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-teal.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-teal .dark .mdc-menu-surface,
.theme-teal.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-teal .dark .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-deprecated-list-group__subheader,
.theme-teal.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-divider::after,
.theme-teal.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .dark .mdc-list-divider,
.theme-teal.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-teal .dark .mat-mdc-dialog-container,
.theme-teal.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-teal .dark .mat-mdc-standard-chip,
.theme-teal.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-teal .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-teal.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-teal.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-teal .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-teal.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-teal.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-teal .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-teal.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-teal.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-teal .dark .mat-mdc-chip-focus-overlay,
.theme-teal.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-teal .dark .mat-mdc-slide-toggle,
.theme-teal.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-teal .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-teal.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-teal.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-primary,
.theme-teal.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #5eead4;
  --mdc-switch-selected-handle-color: #5eead4;
  --mdc-switch-selected-hover-state-layer-color: #5eead4;
  --mdc-switch-selected-pressed-state-layer-color: #5eead4;
  --mdc-switch-selected-focus-handle-color: #99f6e4;
  --mdc-switch-selected-hover-handle-color: #99f6e4;
  --mdc-switch-selected-pressed-handle-color: #99f6e4;
  --mdc-switch-selected-focus-track-color: #0d9488;
  --mdc-switch-selected-hover-track-color: #0d9488;
  --mdc-switch-selected-pressed-track-color: #0d9488;
  --mdc-switch-selected-track-color: #0d9488;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-accent,
.theme-teal.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-warn,
.theme-teal.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-teal .dark .mat-mdc-radio-button .mdc-form-field,
.theme-teal.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-mdc-radio-button.mat-primary,
.theme-teal.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #0d9488;
}
.theme-teal .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-radio-button.mat-accent,
.theme-teal.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-teal .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-radio-button.mat-warn,
.theme-teal.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-teal .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-slider,
.theme-teal.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-teal .dark .mat-mdc-slider.mat-primary,
.theme-teal.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mat-mdc-slider-ripple-color: #0d9488;
  --mat-mdc-slider-hover-ripple-color: rgba(13, 148, 136, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(13, 148, 136, 0.2);
}
.theme-teal .dark .mat-mdc-slider.mat-accent,
.theme-teal.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-teal .dark .mat-mdc-slider.mat-warn,
.theme-teal.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .dark .mdc-menu-surface,
.theme-teal.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-teal .dark .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-deprecated-list-group__subheader,
.theme-teal.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-divider::after,
.theme-teal.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .dark .mdc-list-divider,
.theme-teal.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-teal .dark .mat-mdc-menu-item[disabled],
.theme-teal .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-teal .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-teal.dark .mat-mdc-menu-item[disabled],
.theme-teal.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-teal.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-teal .dark .mat-mdc-menu-submenu-icon,
.theme-teal.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-teal.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-teal .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-teal .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-teal .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-teal.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-teal.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-teal.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-teal.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-mdc-list-item-interactive::before,
.theme-teal.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-teal .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-teal.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-list-item-interactive:focus::before,
.theme-teal.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-teal.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #0d9488;
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-teal.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-teal .dark .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-teal .dark .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-teal.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-teal.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d9488);
}
.theme-teal .dark .mdc-deprecated-list-group__subheader,
.theme-teal.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mdc-list-divider::after,
.theme-teal.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-teal .dark .mdc-list-divider,
.theme-teal.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-teal .dark .mat-mdc-list-option .mdc-list-item__start, .theme-teal .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #0d9488;
}
.theme-teal .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-teal .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-teal .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-teal .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-teal .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-teal .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-teal.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-paginator,
.theme-teal.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mat-mdc-paginator-icon,
.theme-teal.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-paginator-decrement,
.theme-teal .dark .mat-mdc-paginator-increment,
.theme-teal.dark .mat-mdc-paginator-decrement,
.theme-teal.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-paginator-first,
.theme-teal .dark .mat-mdc-paginator-last,
.theme-teal.dark .mat-mdc-paginator-first,
.theme-teal.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-teal .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-teal .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-teal .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-teal.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-teal.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-teal.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-teal.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-teal.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mat-mdc-tab, .theme-teal .dark .mat-mdc-tab-link,
.theme-teal.dark .mat-mdc-tab,
.theme-teal.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-teal .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-teal .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-teal .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-teal .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0d9488;
}
.theme-teal .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0d9488);
}
.theme-teal .dark .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.dark .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0d9488;
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-primary, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-group.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #0d9488;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-accent, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-warn, .theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-teal .dark .mat-mdc-tab-header-pagination-chevron,
.theme-teal.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-teal .dark .mat-mdc-checkbox .mdc-form-field,
.theme-teal.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-teal .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-teal.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-teal.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary,
.theme-teal.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0d9488;
}
.theme-teal .dark .mat-mdc-checkbox.mat-accent,
.theme-teal.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn,
.theme-teal.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-teal.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-teal.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-teal .dark .mat-mdc-checkbox-disabled label,
.theme-teal.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-teal .dark .mat-mdc-button.mat-unthemed,
.theme-teal.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-button.mat-primary,
.theme-teal.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
}
.theme-teal .dark .mat-mdc-button.mat-accent,
.theme-teal.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-teal .dark .mat-mdc-button.mat-warn,
.theme-teal.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-teal .dark .mat-mdc-button[disabled][disabled],
.theme-teal.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-teal.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-primary,
.theme-teal.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-accent,
.theme-teal.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-warn,
.theme-teal.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-teal.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-teal .dark .mat-mdc-raised-button.mat-unthemed,
.theme-teal.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-raised-button.mat-primary,
.theme-teal.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-raised-button.mat-accent,
.theme-teal.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-raised-button.mat-warn,
.theme-teal.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-raised-button[disabled][disabled],
.theme-teal.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-teal .dark .mat-mdc-outlined-button,
.theme-teal.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-teal.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-teal .dark .mat-mdc-outlined-button.mat-primary,
.theme-teal.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
}
.theme-teal .dark .mat-mdc-outlined-button.mat-accent,
.theme-teal.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-teal .dark .mat-mdc-outlined-button.mat-warn,
.theme-teal.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-teal .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-teal.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mat-mdc-button, .theme-teal .dark .mat-mdc-outlined-button,
.theme-teal.dark .mat-mdc-button,
.theme-teal.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-button.mat-primary, .theme-teal .dark .mat-mdc-outlined-button.mat-primary,
.theme-teal.dark .mat-mdc-button.mat-primary,
.theme-teal.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d9488;
  --mat-mdc-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-accent, .theme-teal .dark .mat-mdc-outlined-button.mat-accent,
.theme-teal.dark .mat-mdc-button.mat-accent,
.theme-teal.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-warn, .theme-teal .dark .mat-mdc-outlined-button.mat-warn,
.theme-teal.dark .mat-mdc-button.mat-warn,
.theme-teal.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button, .theme-teal .dark .mat-mdc-unelevated-button,
.theme-teal.dark .mat-mdc-raised-button,
.theme-teal.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-raised-button.mat-primary, .theme-teal .dark .mat-mdc-unelevated-button.mat-primary,
.theme-teal.dark .mat-mdc-raised-button.mat-primary,
.theme-teal.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-accent, .theme-teal .dark .mat-mdc-unelevated-button.mat-accent,
.theme-teal.dark .mat-mdc-raised-button.mat-accent,
.theme-teal.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-warn, .theme-teal .dark .mat-mdc-unelevated-button.mat-warn,
.theme-teal.dark .mat-mdc-raised-button.mat-warn,
.theme-teal.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button,
.theme-teal.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-icon-button.mat-primary,
.theme-teal.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d9488;
  --mat-mdc-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-accent,
.theme-teal.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-warn,
.theme-teal.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-primary,
.theme-teal.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
}
.theme-teal .dark .mat-mdc-icon-button.mat-accent,
.theme-teal.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-teal .dark .mat-mdc-icon-button.mat-warn,
.theme-teal.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-teal .dark .mat-mdc-icon-button[disabled][disabled],
.theme-teal.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-teal .dark .mat-mdc-fab, .theme-teal .dark .mat-mdc-mini-fab,
.theme-teal.dark .mat-mdc-fab,
.theme-teal.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-teal .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-teal .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-teal.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-teal .dark .mat-mdc-fab.mat-primary, .theme-teal .dark .mat-mdc-mini-fab.mat-primary,
.theme-teal.dark .mat-mdc-fab.mat-primary,
.theme-teal.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-accent, .theme-teal .dark .mat-mdc-mini-fab.mat-accent,
.theme-teal.dark .mat-mdc-fab.mat-accent,
.theme-teal.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-warn, .theme-teal .dark .mat-mdc-mini-fab.mat-warn,
.theme-teal.dark .mat-mdc-fab.mat-warn,
.theme-teal.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-unthemed, .theme-teal .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-teal.dark .mat-mdc-fab.mat-unthemed,
.theme-teal.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .dark .mat-mdc-fab.mat-primary, .theme-teal .dark .mat-mdc-mini-fab.mat-primary,
.theme-teal.dark .mat-mdc-fab.mat-primary,
.theme-teal.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .dark .mat-mdc-fab.mat-accent, .theme-teal .dark .mat-mdc-mini-fab.mat-accent,
.theme-teal.dark .mat-mdc-fab.mat-accent,
.theme-teal.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .dark .mat-mdc-fab.mat-warn, .theme-teal .dark .mat-mdc-mini-fab.mat-warn,
.theme-teal.dark .mat-mdc-fab.mat-warn,
.theme-teal.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-teal .dark .mat-mdc-fab[disabled][disabled], .theme-teal .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-teal.dark .mat-mdc-fab[disabled][disabled],
.theme-teal.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-teal .dark .mat-mdc-snack-bar-container,
.theme-teal.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-teal .dark .mdc-data-table,
.theme-teal.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mdc-data-table__row,
.theme-teal.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-teal .dark .mdc-data-table__header-cell,
.theme-teal.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-teal .dark .mdc-data-table__row--selected,
.theme-teal.dark .mdc-data-table__row--selected {
  background-color: rgba(13, 148, 136, 0.04);
}
.theme-teal .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-teal .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-teal .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-teal.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-teal.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-teal.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mdc-data-table__cell,
.theme-teal .dark .mdc-data-table__header-cell,
.theme-teal.dark .mdc-data-table__cell,
.theme-teal.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mdc-data-table__pagination,
.theme-teal.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-teal.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-teal .dark .mdc-data-table__header-cell,
.theme-teal.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-teal .dark .mdc-data-table__pagination-total,
.theme-teal .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-teal .dark .mdc-data-table__cell,
.theme-teal.dark .mdc-data-table__pagination-total,
.theme-teal.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-teal.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-teal .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-teal.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-teal .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-teal.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-teal .dark .mat-mdc-table,
.theme-teal.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-teal .dark .mat-mdc-progress-spinner,
.theme-teal.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0d9488;
}
.theme-teal .dark .mat-mdc-progress-spinner.mat-accent,
.theme-teal.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-teal .dark .mat-mdc-progress-spinner.mat-warn,
.theme-teal.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .dark .mat-badge-content,
.theme-teal.dark .mat-badge-content {
  color: #042f2e;
  background: #0d9488;
}
.cdk-high-contrast-active .theme-teal .dark .mat-badge-content, .cdk-high-contrast-active .theme-teal.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-teal .dark .mat-badge-accent .mat-badge-content,
.theme-teal.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-teal .dark .mat-badge-warn .mat-badge-content,
.theme-teal.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-teal .dark .mat-badge-disabled .mat-badge-content,
.theme-teal.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-teal .dark .mat-bottom-sheet-container,
.theme-teal.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;
}
.theme-teal .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-teal .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-teal.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-teal.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);
}
.theme-teal .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-teal.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-teal .dark .mat-button-toggle,
.theme-teal.dark .mat-button-toggle {
  color: #64748b;
}
.theme-teal .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-teal.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-teal .dark .mat-button-toggle-appearance-standard,
.theme-teal.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-teal .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-teal.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-teal .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-teal.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-teal .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-teal.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-teal .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-teal.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;
}
.theme-teal .dark .mat-button-toggle-checked,
.theme-teal.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-teal .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-teal.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-teal .dark .mat-button-toggle-disabled,
.theme-teal.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-teal .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-teal.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-teal .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-teal.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-teal .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-teal .dark .mat-button-toggle-group-appearance-standard,
.theme-teal.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-teal.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-teal .dark .mat-calendar-arrow,
.theme-teal.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-teal .dark .mat-datepicker-toggle,
.theme-teal .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-teal .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-teal.dark .mat-datepicker-toggle,
.theme-teal.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-teal.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-teal .dark .mat-calendar-table-header-divider::after,
.theme-teal.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-calendar-table-header,
.theme-teal .dark .mat-calendar-body-label,
.theme-teal.dark .mat-calendar-table-header,
.theme-teal.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-teal .dark .mat-calendar-body-cell-content,
.theme-teal .dark .mat-date-range-input-separator,
.theme-teal.dark .mat-calendar-body-cell-content,
.theme-teal.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-teal .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-teal .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-teal.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-teal .dark .mat-calendar-body-in-preview,
.theme-teal.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-teal .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-teal .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.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);
}
.theme-teal .dark .mat-calendar-body-in-range::before,
.theme-teal.dark .mat-calendar-body-in-range::before {
  background: rgba(13, 148, 136, 0.2);
}
.theme-teal .dark .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-calendar-body-in-comparison-range::before,
.theme-teal.dark .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(13, 148, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(13, 148, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .dark .mat-calendar-body-selected,
.theme-teal.dark .mat-calendar-body-selected {
  background-color: #0d9488;
  color: #042f2e;
}
.theme-teal .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(13, 148, 136, 0.4);
}
.theme-teal .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #042f2e;
}
.theme-teal .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-teal.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: rgba(13, 148, 136, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(13, 148, 136, 0.3);
  }
}
.theme-teal .dark .mat-datepicker-content,
.theme-teal.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;
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-teal .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-teal .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),
.theme-teal .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),
.theme-teal.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),
.theme-teal.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-teal .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-teal .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-teal.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-teal .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-teal.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-teal .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),
.theme-teal .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),
.theme-teal.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),
.theme-teal.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-teal .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),
  .theme-teal.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-teal .dark .mat-datepicker-content-touch,
.theme-teal.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);
}
.theme-teal .dark .mat-datepicker-toggle-active,
.theme-teal.dark .mat-datepicker-toggle-active {
  color: #0d9488;
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-accent,
.theme-teal.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-warn,
.theme-teal.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-teal .dark .mat-date-range-input-inner[disabled],
.theme-teal.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-teal .dark .mat-divider,
.theme-teal.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-divider-vertical,
.theme-teal.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-expansion-panel,
.theme-teal.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-teal .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-teal.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);
}
.theme-teal .dark .mat-action-row,
.theme-teal.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-teal .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-teal .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-teal.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-teal.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-teal.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) {
  .theme-teal .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-teal.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-teal .dark .mat-expansion-panel-header-title,
.theme-teal.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-teal .dark .mat-expansion-panel-header-description,
.theme-teal .dark .mat-expansion-indicator::after,
.theme-teal.dark .mat-expansion-panel-header-description,
.theme-teal.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-teal .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-teal.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-teal .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-teal .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-teal.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-teal.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-teal .dark .mat-icon.mat-primary,
.theme-teal.dark .mat-icon.mat-primary {
  color: #0d9488;
}
.theme-teal .dark .mat-icon.mat-accent,
.theme-teal.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-teal .dark .mat-icon.mat-warn,
.theme-teal.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-teal .dark .mat-drawer-container,
.theme-teal.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-teal .dark .mat-drawer,
.theme-teal.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-teal .dark .mat-drawer.mat-drawer-push,
.theme-teal.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-teal .dark .mat-drawer:not(.mat-drawer-side),
.theme-teal.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);
}
.theme-teal .dark .mat-drawer-side,
.theme-teal.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-drawer-side.mat-drawer-end,
.theme-teal.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-teal .dark [dir=rtl] .mat-drawer-side,
.theme-teal.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-teal .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-teal.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-teal.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-teal .dark .mat-step-header.cdk-keyboard-focused, .theme-teal .dark .mat-step-header.cdk-program-focused, .theme-teal .dark .mat-step-header:hover:not([aria-disabled]), .theme-teal .dark .mat-step-header:hover[aria-disabled=false],
.theme-teal.dark .mat-step-header.cdk-keyboard-focused,
.theme-teal.dark .mat-step-header.cdk-program-focused,
.theme-teal.dark .mat-step-header:hover:not([aria-disabled]),
.theme-teal.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-teal .dark .mat-step-header:hover[aria-disabled=true],
.theme-teal.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-teal .dark .mat-step-header:hover,
  .theme-teal.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-teal .dark .mat-step-header .mat-step-label,
.theme-teal .dark .mat-step-header .mat-step-optional,
.theme-teal.dark .mat-step-header .mat-step-label,
.theme-teal.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-teal .dark .mat-step-header .mat-step-icon,
.theme-teal.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: #042f2e;
}
.theme-teal .dark .mat-step-header .mat-step-icon-selected,
.theme-teal .dark .mat-step-header .mat-step-icon-state-done,
.theme-teal .dark .mat-step-header .mat-step-icon-state-edit,
.theme-teal.dark .mat-step-header .mat-step-icon-selected,
.theme-teal.dark .mat-step-header .mat-step-icon-state-done,
.theme-teal.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #0d9488;
  color: #042f2e;
}
.theme-teal .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-teal.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-teal .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-teal .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-teal .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-teal.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-teal.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-teal.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-teal .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-teal.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-teal .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-teal .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-teal .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-teal.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-teal.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-teal.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-teal .dark .mat-step-header .mat-step-icon-state-error,
.theme-teal.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-teal .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-teal.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-teal .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-teal.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-teal .dark .mat-stepper-horizontal, .theme-teal .dark .mat-stepper-vertical,
.theme-teal.dark .mat-stepper-horizontal,
.theme-teal.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-teal .dark .mat-stepper-vertical-line::before,
.theme-teal.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-horizontal-stepper-header::before,
.theme-teal .dark .mat-horizontal-stepper-header::after,
.theme-teal .dark .mat-stepper-horizontal-line,
.theme-teal.dark .mat-horizontal-stepper-header::before,
.theme-teal.dark .mat-horizontal-stepper-header::after,
.theme-teal.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-teal .dark .mat-sort-header-arrow,
.theme-teal.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-teal .dark .mat-toolbar,
.theme-teal.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-teal .dark .mat-toolbar.mat-primary,
.theme-teal.dark .mat-toolbar.mat-primary {
  background: #0d9488;
  color: #042f2e;
}
.theme-teal .dark .mat-toolbar.mat-accent,
.theme-teal.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-teal .dark .mat-toolbar.mat-warn,
.theme-teal.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-teal .dark .mat-toolbar .mat-form-field-underline,
.theme-teal .dark .mat-toolbar .mat-form-field-ripple,
.theme-teal .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-teal.dark .mat-toolbar .mat-form-field-underline,
.theme-teal.dark .mat-toolbar .mat-form-field-ripple,
.theme-teal.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-teal .dark .mat-toolbar .mat-form-field-label,
.theme-teal .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-teal .dark .mat-toolbar .mat-select-value,
.theme-teal .dark .mat-toolbar .mat-select-arrow,
.theme-teal .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-teal.dark .mat-toolbar .mat-form-field-label,
.theme-teal.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-teal.dark .mat-toolbar .mat-select-value,
.theme-teal.dark .mat-toolbar .mat-select-arrow,
.theme-teal.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-teal .dark .mat-toolbar .mat-input-element,
.theme-teal.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-teal .dark .mat-tree,
.theme-teal.dark .mat-tree {
  background: #1e293b;
}
.theme-teal .dark .mat-tree-node,
.theme-teal .dark .mat-nested-tree-node,
.theme-teal.dark .mat-tree-node,
.theme-teal.dark .mat-nested-tree-node {
  color: white;
}

/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-rose .light .mat-ripple-element,
.theme-rose.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-option,
.theme-rose.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-rose .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-rose .light .mat-mdc-option.mat-mdc-option-active, .theme-rose .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-rose.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-rose.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-rose.light .mat-mdc-option.mat-mdc-option-active,
.theme-rose.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-optgroup-label,
.theme-rose.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-pseudo-checkbox,
.theme-rose.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-rose .light .mat-pseudo-checkbox::after,
.theme-rose.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-rose .light .mat-pseudo-checkbox-disabled,
.theme-rose.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-rose .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-rose .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f43f5e;
}
.theme-rose .light .mat-pseudo-checkbox-checked,
.theme-rose .light .mat-pseudo-checkbox-indeterminate,
.theme-rose .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-rose .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-rose.light .mat-pseudo-checkbox-checked,
.theme-rose.light .mat-pseudo-checkbox-indeterminate,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-rose .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-rose .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-rose .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-rose .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-rose.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-rose.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-rose .light .mat-app-background, .theme-rose .light.mat-app-background,
.theme-rose.light .mat-app-background,
.theme-rose.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-rose .light .mat-elevation-z0, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-rose.light .mat-elevation-z0,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z1, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-rose.light .mat-elevation-z1,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z2, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-rose.light .mat-elevation-z2,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z3, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-rose.light .mat-elevation-z3,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z4, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-rose.light .mat-elevation-z4,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z5, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-rose.light .mat-elevation-z5,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z6, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-rose.light .mat-elevation-z6,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z7, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-rose.light .mat-elevation-z7,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z8, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-rose.light .mat-elevation-z8,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z9, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-rose.light .mat-elevation-z9,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z10, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-rose.light .mat-elevation-z10,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z11, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-rose.light .mat-elevation-z11,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z12, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-rose.light .mat-elevation-z12,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z13, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-rose.light .mat-elevation-z13,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z14, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-rose.light .mat-elevation-z14,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z15, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-rose.light .mat-elevation-z15,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z16, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-rose.light .mat-elevation-z16,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z17, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-rose.light .mat-elevation-z17,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z18, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-rose.light .mat-elevation-z18,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z19, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-rose.light .mat-elevation-z19,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z20, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-rose.light .mat-elevation-z20,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z21, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-rose.light .mat-elevation-z21,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z22, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-rose.light .mat-elevation-z22,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z23, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-rose.light .mat-elevation-z23,
.theme-rose.light .mat-mdc-elevation-specific.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);
}
.theme-rose .light .mat-elevation-z24, .theme-rose .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-rose.light .mat-elevation-z24,
.theme-rose.light .mat-mdc-elevation-specific.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;
}

.theme-rose .light .mat-mdc-card,
.theme-rose.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-rose .light .mat-mdc-card-outlined,
.theme-rose.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-rose .light .mat-mdc-card-subtitle,
.theme-rose.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-rose .light .mat-mdc-progress-bar,
.theme-rose.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
}
.theme-rose .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-rose.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 63, 94, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-rose.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-accent,
.theme-rose.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-rose .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-rose.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-rose.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-warn,
.theme-rose.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-rose .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-rose.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-rose.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .light .mat-mdc-tooltip,
.theme-rose.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-rose .light .mdc-text-field .mdc-text-field__input,
.theme-rose.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-rose.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-rose .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-rose.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-rose .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-rose .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-rose .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-rose .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-rose.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-rose .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-rose .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-rose.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #f43f5e);
}
[dir=rtl] .theme-rose .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-rose.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-rose .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-rose.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-rose .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-rose.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-rose .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-rose.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-rose .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-rose .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-rose.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-rose.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-rose .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-rose.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-rose .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-rose.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-rose .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-rose .light .mdc-text-field--disabled .mdc-floating-label,
.theme-rose.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-rose.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-rose .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-rose.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-rose.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-rose.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-rose.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-rose.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-rose .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-rose.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-rose.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-rose.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-rose .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-rose.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-rose .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-rose.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-rose .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-rose.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-rose .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-rose.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-rose .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-rose.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-rose .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-rose.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-rose .light .mat-mdc-form-field-error,
.theme-rose.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field-focus-overlay,
.theme-rose.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-rose.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-rose.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-rose.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-rose.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-rose.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-rose.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-rose.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-rose.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-rose .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-rose.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-rose .light .mdc-menu-surface,
.theme-rose.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-rose .light .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-deprecated-list-group__subheader,
.theme-rose.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-divider::after,
.theme-rose.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .light .mdc-list-divider,
.theme-rose.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-select-value,
.theme-rose.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mat-mdc-select-placeholder,
.theme-rose.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-rose.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-rose.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mdc-menu-surface,
.theme-rose.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-rose .light .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-deprecated-list-group__subheader,
.theme-rose.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-divider::after,
.theme-rose.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .light .mdc-list-divider,
.theme-rose.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-dialog-container,
.theme-rose.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mat-mdc-standard-chip,
.theme-rose.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-rose .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-rose .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-rose.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-rose.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
}
.theme-rose .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-rose .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-rose.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-rose.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-rose .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-rose .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-rose.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-rose.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-rose .light .mat-mdc-chip-focus-overlay,
.theme-rose.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-rose .light .mat-mdc-slide-toggle,
.theme-rose.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-rose .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-rose.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-rose.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-primary,
.theme-rose.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #e11d48;
  --mdc-switch-selected-handle-color: #e11d48;
  --mdc-switch-selected-hover-state-layer-color: #e11d48;
  --mdc-switch-selected-pressed-state-layer-color: #e11d48;
  --mdc-switch-selected-focus-handle-color: #881337;
  --mdc-switch-selected-hover-handle-color: #881337;
  --mdc-switch-selected-pressed-handle-color: #881337;
  --mdc-switch-selected-focus-track-color: #fda4af;
  --mdc-switch-selected-hover-track-color: #fda4af;
  --mdc-switch-selected-pressed-track-color: #fda4af;
  --mdc-switch-selected-track-color: #fda4af;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-accent,
.theme-rose.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-warn,
.theme-rose.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-rose .light .mat-mdc-radio-button .mdc-form-field,
.theme-rose.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-mdc-radio-button.mat-primary,
.theme-rose.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f43f5e;
}
.theme-rose .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-radio-button.mat-accent,
.theme-rose.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-rose .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-radio-button.mat-warn,
.theme-rose.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-rose .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-slider,
.theme-rose.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-rose .light .mat-mdc-slider.mat-primary,
.theme-rose.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mat-mdc-slider-ripple-color: #f43f5e;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 63, 94, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 63, 94, 0.2);
}
.theme-rose .light .mat-mdc-slider.mat-accent,
.theme-rose.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-rose .light .mat-mdc-slider.mat-warn,
.theme-rose.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .light .mdc-menu-surface,
.theme-rose.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-rose .light .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-deprecated-list-group__subheader,
.theme-rose.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-divider::after,
.theme-rose.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .light .mdc-list-divider,
.theme-rose.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-menu-item[disabled],
.theme-rose .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-rose .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-rose.light .mat-mdc-menu-item[disabled],
.theme-rose.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-rose.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-rose .light .mat-mdc-menu-submenu-icon,
.theme-rose.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-rose.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-rose .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-rose .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-rose .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-rose.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-rose.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-rose.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-rose.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-mdc-list-item-interactive::before,
.theme-rose.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-rose .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-rose.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-list-item-interactive:focus::before,
.theme-rose.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-rose.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #f43f5e;
  opacity: 0.08;
}
.theme-rose .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-rose.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-rose .light .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-rose .light .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .light .mdc-deprecated-list-group__subheader,
.theme-rose.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mdc-list-divider::after,
.theme-rose.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .light .mdc-list-divider,
.theme-rose.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-list-option .mdc-list-item__start, .theme-rose .light .mat-mdc-list-option .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-option .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f43f5e;
}
.theme-rose .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-rose .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-rose .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-rose .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-rose .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-paginator,
.theme-rose.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mat-mdc-paginator-icon,
.theme-rose.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-paginator-decrement,
.theme-rose .light .mat-mdc-paginator-increment,
.theme-rose.light .mat-mdc-paginator-decrement,
.theme-rose.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-paginator-first,
.theme-rose .light .mat-mdc-paginator-last,
.theme-rose.light .mat-mdc-paginator-first,
.theme-rose.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-rose .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-rose .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-rose .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-rose.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-rose.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-rose.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-rose.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-rose.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-tab, .theme-rose .light .mat-mdc-tab-link,
.theme-rose.light .mat-mdc-tab,
.theme-rose.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-rose .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-rose .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-rose.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-rose .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f43f5e;
}
.theme-rose .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f43f5e);
}
.theme-rose .light .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.light .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f43f5e;
}
.theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-rose .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-rose .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-primary, .theme-rose .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.light .mat-mdc-tab-group.mat-background-primary,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #f43f5e;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-accent, .theme-rose .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.light .mat-mdc-tab-group.mat-background-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-warn, .theme-rose .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.light .mat-mdc-tab-group.mat-background-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .light .mat-mdc-tab-header-pagination-chevron,
.theme-rose.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-rose .light .mat-mdc-checkbox .mdc-form-field,
.theme-rose.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-rose .light .mat-mdc-checkbox .mat-ripple-element,
.theme-rose.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-rose.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-rose .light .mat-mdc-checkbox.mat-primary,
.theme-rose.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f43f5e;
}
.theme-rose .light .mat-mdc-checkbox.mat-accent,
.theme-rose.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-rose .light .mat-mdc-checkbox.mat-warn,
.theme-rose.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-rose .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-rose .light .mat-mdc-checkbox-disabled label,
.theme-rose.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-rose .light .mat-mdc-button.mat-unthemed,
.theme-rose.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-rose .light .mat-mdc-button.mat-primary,
.theme-rose.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
}
.theme-rose .light .mat-mdc-button.mat-accent,
.theme-rose.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-button.mat-warn,
.theme-rose.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-rose .light .mat-mdc-button[disabled][disabled],
.theme-rose.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-rose.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-rose .light .mat-mdc-unelevated-button.mat-primary,
.theme-rose.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-unelevated-button.mat-accent,
.theme-rose.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-unelevated-button.mat-warn,
.theme-rose.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-rose.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-raised-button.mat-unthemed,
.theme-rose.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-rose .light .mat-mdc-raised-button.mat-primary,
.theme-rose.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-raised-button.mat-accent,
.theme-rose.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-raised-button.mat-warn,
.theme-rose.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .light .mat-mdc-raised-button[disabled][disabled],
.theme-rose.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-rose .light .mat-mdc-outlined-button,
.theme-rose.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-outlined-button.mat-unthemed,
.theme-rose.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-rose .light .mat-mdc-outlined-button.mat-primary,
.theme-rose.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
}
.theme-rose .light .mat-mdc-outlined-button.mat-accent,
.theme-rose.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-outlined-button.mat-warn,
.theme-rose.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-rose .light .mat-mdc-outlined-button[disabled][disabled],
.theme-rose.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-button, .theme-rose .light .mat-mdc-outlined-button,
.theme-rose.light .mat-mdc-button,
.theme-rose.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-button.mat-primary, .theme-rose .light .mat-mdc-outlined-button.mat-primary,
.theme-rose.light .mat-mdc-button.mat-primary,
.theme-rose.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f43f5e;
  --mat-mdc-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-accent, .theme-rose .light .mat-mdc-outlined-button.mat-accent,
.theme-rose.light .mat-mdc-button.mat-accent,
.theme-rose.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-warn, .theme-rose .light .mat-mdc-outlined-button.mat-warn,
.theme-rose.light .mat-mdc-button.mat-warn,
.theme-rose.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-raised-button, .theme-rose .light .mat-mdc-unelevated-button,
.theme-rose.light .mat-mdc-raised-button,
.theme-rose.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-raised-button.mat-primary, .theme-rose .light .mat-mdc-unelevated-button.mat-primary,
.theme-rose.light .mat-mdc-raised-button.mat-primary,
.theme-rose.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-accent, .theme-rose .light .mat-mdc-unelevated-button.mat-accent,
.theme-rose.light .mat-mdc-raised-button.mat-accent,
.theme-rose.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-warn, .theme-rose .light .mat-mdc-unelevated-button.mat-warn,
.theme-rose.light .mat-mdc-raised-button.mat-warn,
.theme-rose.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-icon-button,
.theme-rose.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-icon-button.mat-primary,
.theme-rose.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f43f5e;
  --mat-mdc-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-accent,
.theme-rose.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-warn,
.theme-rose.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-primary,
.theme-rose.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
}
.theme-rose .light .mat-mdc-icon-button.mat-accent,
.theme-rose.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-rose .light .mat-mdc-icon-button.mat-warn,
.theme-rose.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-rose .light .mat-mdc-icon-button[disabled][disabled],
.theme-rose.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-fab, .theme-rose .light .mat-mdc-mini-fab,
.theme-rose.light .mat-mdc-fab,
.theme-rose.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-rose .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-rose .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-rose .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-rose .light .mat-mdc-fab.mat-primary, .theme-rose .light .mat-mdc-mini-fab.mat-primary,
.theme-rose.light .mat-mdc-fab.mat-primary,
.theme-rose.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-accent, .theme-rose .light .mat-mdc-mini-fab.mat-accent,
.theme-rose.light .mat-mdc-fab.mat-accent,
.theme-rose.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-warn, .theme-rose .light .mat-mdc-mini-fab.mat-warn,
.theme-rose.light .mat-mdc-fab.mat-warn,
.theme-rose.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-unthemed, .theme-rose .light .mat-mdc-mini-fab.mat-unthemed,
.theme-rose.light .mat-mdc-fab.mat-unthemed,
.theme-rose.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-rose .light .mat-mdc-fab.mat-primary, .theme-rose .light .mat-mdc-mini-fab.mat-primary,
.theme-rose.light .mat-mdc-fab.mat-primary,
.theme-rose.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .light .mat-mdc-fab.mat-accent, .theme-rose .light .mat-mdc-mini-fab.mat-accent,
.theme-rose.light .mat-mdc-fab.mat-accent,
.theme-rose.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .light .mat-mdc-fab.mat-warn, .theme-rose .light .mat-mdc-mini-fab.mat-warn,
.theme-rose.light .mat-mdc-fab.mat-warn,
.theme-rose.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .light .mat-mdc-fab[disabled][disabled], .theme-rose .light .mat-mdc-mini-fab[disabled][disabled],
.theme-rose.light .mat-mdc-fab[disabled][disabled],
.theme-rose.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-rose .light .mat-mdc-snack-bar-container,
.theme-rose.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-rose .light .mdc-data-table,
.theme-rose.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mdc-data-table__row,
.theme-rose.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-rose .light .mdc-data-table__header-cell,
.theme-rose.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-rose .light .mdc-data-table__row--selected,
.theme-rose.light .mdc-data-table__row--selected {
  background-color: rgba(244, 63, 94, 0.04);
}
.theme-rose .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-rose .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-rose .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-rose.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-rose.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-rose.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mdc-data-table__cell,
.theme-rose .light .mdc-data-table__header-cell,
.theme-rose.light .mdc-data-table__cell,
.theme-rose.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mdc-data-table__pagination,
.theme-rose.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-rose.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mdc-data-table__header-cell,
.theme-rose.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-rose .light .mdc-data-table__pagination-total,
.theme-rose .light .mdc-data-table__pagination-rows-per-page-label,
.theme-rose .light .mdc-data-table__cell,
.theme-rose.light .mdc-data-table__pagination-total,
.theme-rose.light .mdc-data-table__pagination-rows-per-page-label,
.theme-rose.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-rose .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-rose.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-rose .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-rose.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-rose .light .mat-mdc-table,
.theme-rose.light .mat-mdc-table {
  background: white;
}
.theme-rose .light .mat-mdc-progress-spinner,
.theme-rose.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #f43f5e;
}
.theme-rose .light .mat-mdc-progress-spinner.mat-accent,
.theme-rose.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-rose .light .mat-mdc-progress-spinner.mat-warn,
.theme-rose.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .light .mat-badge-content,
.theme-rose.light .mat-badge-content {
  color: #4c0519;
  background: #f43f5e;
}
.cdk-high-contrast-active .theme-rose .light .mat-badge-content, .cdk-high-contrast-active .theme-rose.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-rose .light .mat-badge-accent .mat-badge-content,
.theme-rose.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-rose .light .mat-badge-warn .mat-badge-content,
.theme-rose.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-rose .light .mat-badge-disabled .mat-badge-content,
.theme-rose.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-rose .light .mat-bottom-sheet-container,
.theme-rose.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;
}
.theme-rose .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-rose .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-rose.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-rose.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);
}
.theme-rose .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-rose .light .mat-button-toggle,
.theme-rose.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-rose .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-rose.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-rose .light .mat-button-toggle-appearance-standard,
.theme-rose.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-rose .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-rose.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-rose .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-rose.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-rose .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-rose.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-rose .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-rose.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;
}
.theme-rose .light .mat-button-toggle-checked,
.theme-rose.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-rose .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-rose.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-rose .light .mat-button-toggle-disabled,
.theme-rose.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-rose .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-rose.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-rose .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-rose.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-rose .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-rose .light .mat-button-toggle-group-appearance-standard,
.theme-rose.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-rose.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-rose .light .mat-calendar-arrow,
.theme-rose.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-rose .light .mat-datepicker-toggle,
.theme-rose .light .mat-datepicker-content .mat-calendar-next-button,
.theme-rose .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-rose.light .mat-datepicker-toggle,
.theme-rose.light .mat-datepicker-content .mat-calendar-next-button,
.theme-rose.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-rose .light .mat-calendar-table-header-divider::after,
.theme-rose.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-rose .light .mat-calendar-table-header,
.theme-rose .light .mat-calendar-body-label,
.theme-rose.light .mat-calendar-table-header,
.theme-rose.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-rose .light .mat-calendar-body-cell-content,
.theme-rose .light .mat-date-range-input-separator,
.theme-rose.light .mat-calendar-body-cell-content,
.theme-rose.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-rose .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-rose .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-rose.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-rose .light .mat-calendar-body-in-preview,
.theme-rose.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-rose .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-rose .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.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);
}
.theme-rose .light .mat-calendar-body-in-range::before,
.theme-rose.light .mat-calendar-body-in-range::before {
  background: rgba(244, 63, 94, 0.2);
}
.theme-rose .light .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-calendar-body-in-comparison-range::before,
.theme-rose.light .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .light .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 63, 94, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 63, 94, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .light .mat-calendar-body-selected,
.theme-rose.light .mat-calendar-body-selected {
  background-color: #f43f5e;
  color: #4c0519;
}
.theme-rose .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 63, 94, 0.4);
}
.theme-rose .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #4c0519;
}
.theme-rose .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.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: rgba(244, 63, 94, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(244, 63, 94, 0.3);
  }
}
.theme-rose .light .mat-datepicker-content,
.theme-rose.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;
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-rose .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-rose .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),
.theme-rose .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),
.theme-rose.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),
.theme-rose.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-rose .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-rose .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),
.theme-rose .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),
.theme-rose.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),
.theme-rose.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-rose .light .mat-datepicker-content-touch,
.theme-rose.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);
}
.theme-rose .light .mat-datepicker-toggle-active,
.theme-rose.light .mat-datepicker-toggle-active {
  color: #f43f5e;
}
.theme-rose .light .mat-datepicker-toggle-active.mat-accent,
.theme-rose.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-rose .light .mat-datepicker-toggle-active.mat-warn,
.theme-rose.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-rose .light .mat-date-range-input-inner[disabled],
.theme-rose.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-rose .light .mat-divider,
.theme-rose.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-rose .light .mat-divider-vertical,
.theme-rose.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-rose .light .mat-expansion-panel,
.theme-rose.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-rose .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-rose.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);
}
.theme-rose .light .mat-action-row,
.theme-rose.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-rose .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-rose .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-rose .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-rose.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-rose.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-rose.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) {
  .theme-rose .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-rose.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-rose .light .mat-expansion-panel-header-title,
.theme-rose.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-rose .light .mat-expansion-panel-header-description,
.theme-rose .light .mat-expansion-indicator::after,
.theme-rose.light .mat-expansion-panel-header-description,
.theme-rose.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-rose .light .mat-expansion-panel-header[aria-disabled=true],
.theme-rose.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-rose .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-rose .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-rose.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-rose.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-rose .light .mat-icon.mat-primary,
.theme-rose.light .mat-icon.mat-primary {
  color: #f43f5e;
}
.theme-rose .light .mat-icon.mat-accent,
.theme-rose.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-rose .light .mat-icon.mat-warn,
.theme-rose.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-rose .light .mat-drawer-container,
.theme-rose.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-rose .light .mat-drawer,
.theme-rose.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-rose .light .mat-drawer.mat-drawer-push,
.theme-rose.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-rose .light .mat-drawer:not(.mat-drawer-side),
.theme-rose.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);
}
.theme-rose .light .mat-drawer-side,
.theme-rose.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-rose .light .mat-drawer-side.mat-drawer-end,
.theme-rose.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-rose .light [dir=rtl] .mat-drawer-side,
.theme-rose.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-rose .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-rose.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-rose .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-rose.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-rose .light .mat-step-header.cdk-keyboard-focused, .theme-rose .light .mat-step-header.cdk-program-focused, .theme-rose .light .mat-step-header:hover:not([aria-disabled]), .theme-rose .light .mat-step-header:hover[aria-disabled=false],
.theme-rose.light .mat-step-header.cdk-keyboard-focused,
.theme-rose.light .mat-step-header.cdk-program-focused,
.theme-rose.light .mat-step-header:hover:not([aria-disabled]),
.theme-rose.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-rose .light .mat-step-header:hover[aria-disabled=true],
.theme-rose.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-rose .light .mat-step-header:hover,
  .theme-rose.light .mat-step-header:hover {
    background: none;
  }
}
.theme-rose .light .mat-step-header .mat-step-label,
.theme-rose .light .mat-step-header .mat-step-optional,
.theme-rose.light .mat-step-header .mat-step-label,
.theme-rose.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-rose .light .mat-step-header .mat-step-icon,
.theme-rose.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: #4c0519;
}
.theme-rose .light .mat-step-header .mat-step-icon-selected,
.theme-rose .light .mat-step-header .mat-step-icon-state-done,
.theme-rose .light .mat-step-header .mat-step-icon-state-edit,
.theme-rose.light .mat-step-header .mat-step-icon-selected,
.theme-rose.light .mat-step-header .mat-step-icon-state-done,
.theme-rose.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #f43f5e;
  color: #4c0519;
}
.theme-rose .light .mat-step-header.mat-accent .mat-step-icon,
.theme-rose.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-rose .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-rose .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-rose .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-rose.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-rose.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-rose.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-rose .light .mat-step-header.mat-warn .mat-step-icon,
.theme-rose.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-rose .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-rose .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-rose .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-rose.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-rose.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-rose.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-rose .light .mat-step-header .mat-step-icon-state-error,
.theme-rose.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-rose .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-rose.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-rose .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-rose.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-rose .light .mat-stepper-horizontal, .theme-rose .light .mat-stepper-vertical,
.theme-rose.light .mat-stepper-horizontal,
.theme-rose.light .mat-stepper-vertical {
  background-color: white;
}
.theme-rose .light .mat-stepper-vertical-line::before,
.theme-rose.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-rose .light .mat-horizontal-stepper-header::before,
.theme-rose .light .mat-horizontal-stepper-header::after,
.theme-rose .light .mat-stepper-horizontal-line,
.theme-rose.light .mat-horizontal-stepper-header::before,
.theme-rose.light .mat-horizontal-stepper-header::after,
.theme-rose.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-rose .light .mat-sort-header-arrow,
.theme-rose.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-rose .light .mat-toolbar,
.theme-rose.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-rose .light .mat-toolbar.mat-primary,
.theme-rose.light .mat-toolbar.mat-primary {
  background: #f43f5e;
  color: #4c0519;
}
.theme-rose .light .mat-toolbar.mat-accent,
.theme-rose.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-rose .light .mat-toolbar.mat-warn,
.theme-rose.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-rose .light .mat-toolbar .mat-form-field-underline,
.theme-rose .light .mat-toolbar .mat-form-field-ripple,
.theme-rose .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-rose.light .mat-toolbar .mat-form-field-underline,
.theme-rose.light .mat-toolbar .mat-form-field-ripple,
.theme-rose.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-rose .light .mat-toolbar .mat-form-field-label,
.theme-rose .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-rose .light .mat-toolbar .mat-select-value,
.theme-rose .light .mat-toolbar .mat-select-arrow,
.theme-rose .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-rose.light .mat-toolbar .mat-form-field-label,
.theme-rose.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-rose.light .mat-toolbar .mat-select-value,
.theme-rose.light .mat-toolbar .mat-select-arrow,
.theme-rose.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-rose .light .mat-toolbar .mat-input-element,
.theme-rose.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-rose .light .mat-tree,
.theme-rose.light .mat-tree {
  background: white;
}
.theme-rose .light .mat-tree-node,
.theme-rose .light .mat-nested-tree-node,
.theme-rose.light .mat-tree-node,
.theme-rose.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-rose .dark .mat-ripple-element,
.theme-rose.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-option,
.theme-rose.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-rose .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-rose .dark .mat-mdc-option.mat-mdc-option-active, .theme-rose .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-rose.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-rose.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-rose.dark .mat-mdc-option.mat-mdc-option-active,
.theme-rose.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-rose.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-optgroup-label,
.theme-rose.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-pseudo-checkbox,
.theme-rose.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-rose .dark .mat-pseudo-checkbox::after,
.theme-rose.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-rose .dark .mat-pseudo-checkbox-disabled,
.theme-rose.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f43f5e;
}
.theme-rose .dark .mat-pseudo-checkbox-checked,
.theme-rose .dark .mat-pseudo-checkbox-indeterminate,
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-rose.dark .mat-pseudo-checkbox-checked,
.theme-rose.dark .mat-pseudo-checkbox-indeterminate,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-rose .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-rose .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-rose.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-rose.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-rose .dark .mat-app-background, .theme-rose .dark.mat-app-background,
.theme-rose.dark .mat-app-background,
.theme-rose.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-rose .dark .mat-elevation-z0, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-rose.dark .mat-elevation-z0,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z1, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-rose.dark .mat-elevation-z1,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z2, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-rose.dark .mat-elevation-z2,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z3, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-rose.dark .mat-elevation-z3,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z4, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-rose.dark .mat-elevation-z4,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z5, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-rose.dark .mat-elevation-z5,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z6, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-rose.dark .mat-elevation-z6,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z7, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-rose.dark .mat-elevation-z7,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z8, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-rose.dark .mat-elevation-z8,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z9, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-rose.dark .mat-elevation-z9,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z10, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-rose.dark .mat-elevation-z10,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z11, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-rose.dark .mat-elevation-z11,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z12, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-rose.dark .mat-elevation-z12,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z13, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-rose.dark .mat-elevation-z13,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z14, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-rose.dark .mat-elevation-z14,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z15, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-rose.dark .mat-elevation-z15,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z16, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-rose.dark .mat-elevation-z16,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z17, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-rose.dark .mat-elevation-z17,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z18, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-rose.dark .mat-elevation-z18,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z19, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-rose.dark .mat-elevation-z19,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z20, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-rose.dark .mat-elevation-z20,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z21, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-rose.dark .mat-elevation-z21,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z22, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-rose.dark .mat-elevation-z22,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z23, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-rose.dark .mat-elevation-z23,
.theme-rose.dark .mat-mdc-elevation-specific.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);
}
.theme-rose .dark .mat-elevation-z24, .theme-rose .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-rose.dark .mat-elevation-z24,
.theme-rose.dark .mat-mdc-elevation-specific.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;
}

.theme-rose .dark .mat-mdc-card,
.theme-rose.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-rose .dark .mat-mdc-card-outlined,
.theme-rose.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-rose .dark .mat-mdc-card-subtitle,
.theme-rose.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-rose .dark .mat-mdc-progress-bar,
.theme-rose.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-rose.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 63, 94, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-rose.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-accent,
.theme-rose.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-rose .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-rose.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-rose.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-warn,
.theme-rose.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-rose .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-rose.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-rose .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-rose.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .dark .mat-mdc-tooltip,
.theme-rose.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-rose .dark .mdc-text-field .mdc-text-field__input,
.theme-rose.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-rose.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-rose .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-rose .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-rose.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-rose .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-rose .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-rose .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-rose .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-rose .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-rose.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-rose .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-rose .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-rose.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #f43f5e);
}
[dir=rtl] .theme-rose .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-rose.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-rose .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-rose.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-rose .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-rose.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-rose .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-rose.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-rose .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-rose .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-rose.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-rose.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-rose .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-rose.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-rose .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-rose.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-rose .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-rose .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-rose.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-rose .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-rose.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-rose .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-rose.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-rose.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-rose.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-rose.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-rose.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-rose .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-rose.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-rose.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-rose.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-rose .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-rose.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-rose .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-rose.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-rose .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-rose.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-rose .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-rose.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-rose .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-rose.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-rose .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-rose.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-rose .dark .mat-mdc-form-field-error,
.theme-rose.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field-focus-overlay,
.theme-rose.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-rose.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-rose.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-rose .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-rose.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-rose .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-rose.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-rose .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-rose.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-rose.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-rose.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-rose.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-rose.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-rose .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-rose.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-rose .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-rose.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-rose .dark .mdc-menu-surface,
.theme-rose.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-rose .dark .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-deprecated-list-group__subheader,
.theme-rose.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-divider::after,
.theme-rose.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .dark .mdc-list-divider,
.theme-rose.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-rose .dark .mat-mdc-select-value,
.theme-rose.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mat-mdc-select-placeholder,
.theme-rose.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-rose .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-rose.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-rose .dark .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(244, 63, 94, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-rose.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-rose .dark .mdc-menu-surface,
.theme-rose.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-rose .dark .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-deprecated-list-group__subheader,
.theme-rose.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-divider::after,
.theme-rose.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .dark .mdc-list-divider,
.theme-rose.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-rose .dark .mat-mdc-dialog-container,
.theme-rose.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-rose .dark .mat-mdc-standard-chip,
.theme-rose.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-rose .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-rose.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-rose.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-rose .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-rose.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-rose.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-rose .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-rose.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-rose.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-rose .dark .mat-mdc-chip-focus-overlay,
.theme-rose.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-rose .dark .mat-mdc-slide-toggle,
.theme-rose.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-rose .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-rose.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-rose.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-primary,
.theme-rose.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #fda4af;
  --mdc-switch-selected-handle-color: #fda4af;
  --mdc-switch-selected-hover-state-layer-color: #fda4af;
  --mdc-switch-selected-pressed-state-layer-color: #fda4af;
  --mdc-switch-selected-focus-handle-color: #fecdd3;
  --mdc-switch-selected-hover-handle-color: #fecdd3;
  --mdc-switch-selected-pressed-handle-color: #fecdd3;
  --mdc-switch-selected-focus-track-color: #e11d48;
  --mdc-switch-selected-hover-track-color: #e11d48;
  --mdc-switch-selected-pressed-track-color: #e11d48;
  --mdc-switch-selected-track-color: #e11d48;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-accent,
.theme-rose.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-warn,
.theme-rose.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-rose .dark .mat-mdc-radio-button .mdc-form-field,
.theme-rose.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-mdc-radio-button.mat-primary,
.theme-rose.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-radio-button.mat-accent,
.theme-rose.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-rose .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-radio-button.mat-warn,
.theme-rose.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-rose .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-slider,
.theme-rose.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-rose .dark .mat-mdc-slider.mat-primary,
.theme-rose.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mat-mdc-slider-ripple-color: #f43f5e;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 63, 94, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 63, 94, 0.2);
}
.theme-rose .dark .mat-mdc-slider.mat-accent,
.theme-rose.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-rose .dark .mat-mdc-slider.mat-warn,
.theme-rose.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .dark .mdc-menu-surface,
.theme-rose.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-rose .dark .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-deprecated-list-group__subheader,
.theme-rose.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-divider::after,
.theme-rose.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .dark .mdc-list-divider,
.theme-rose.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-rose .dark .mat-mdc-menu-item[disabled],
.theme-rose .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-rose .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-rose.dark .mat-mdc-menu-item[disabled],
.theme-rose.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-rose.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-rose .dark .mat-mdc-menu-submenu-icon,
.theme-rose.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-rose.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-rose .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-rose .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-rose .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-rose.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-rose.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-rose.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-rose.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-mdc-list-item-interactive::before,
.theme-rose.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-rose .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-rose.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-list-item-interactive:focus::before,
.theme-rose.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-rose.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #f43f5e;
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-rose.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-rose .dark .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-rose .dark .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-rose.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-rose.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f43f5e);
}
.theme-rose .dark .mdc-deprecated-list-group__subheader,
.theme-rose.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mdc-list-divider::after,
.theme-rose.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-rose .dark .mdc-list-divider,
.theme-rose.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-rose .dark .mat-mdc-list-option .mdc-list-item__start, .theme-rose .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-rose .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-rose .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-rose .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-rose .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-rose .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-rose.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-paginator,
.theme-rose.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mat-mdc-paginator-icon,
.theme-rose.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-paginator-decrement,
.theme-rose .dark .mat-mdc-paginator-increment,
.theme-rose.dark .mat-mdc-paginator-decrement,
.theme-rose.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-paginator-first,
.theme-rose .dark .mat-mdc-paginator-last,
.theme-rose.dark .mat-mdc-paginator-first,
.theme-rose.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-rose .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-rose .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-rose .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-rose.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-rose.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-rose.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-rose.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-rose.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mat-mdc-tab, .theme-rose .dark .mat-mdc-tab-link,
.theme-rose.dark .mat-mdc-tab,
.theme-rose.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-rose .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-rose .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-rose .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-rose .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f43f5e;
}
.theme-rose .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f43f5e);
}
.theme-rose .dark .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.dark .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-primary, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-group.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #f43f5e;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-accent, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-warn, .theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-rose .dark .mat-mdc-tab-header-pagination-chevron,
.theme-rose.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-rose .dark .mat-mdc-checkbox .mdc-form-field,
.theme-rose.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-rose .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-rose.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-rose.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary,
.theme-rose.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f43f5e;
}
.theme-rose .dark .mat-mdc-checkbox.mat-accent,
.theme-rose.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn,
.theme-rose.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-rose.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-rose.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-rose .dark .mat-mdc-checkbox-disabled label,
.theme-rose.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-rose .dark .mat-mdc-button.mat-unthemed,
.theme-rose.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-button.mat-primary,
.theme-rose.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-button.mat-accent,
.theme-rose.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-rose .dark .mat-mdc-button.mat-warn,
.theme-rose.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-rose .dark .mat-mdc-button[disabled][disabled],
.theme-rose.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-rose.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-primary,
.theme-rose.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-accent,
.theme-rose.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-warn,
.theme-rose.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-rose.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-rose .dark .mat-mdc-raised-button.mat-unthemed,
.theme-rose.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-raised-button.mat-primary,
.theme-rose.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-raised-button.mat-accent,
.theme-rose.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-raised-button.mat-warn,
.theme-rose.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-raised-button[disabled][disabled],
.theme-rose.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-rose .dark .mat-mdc-outlined-button,
.theme-rose.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-rose.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-rose .dark .mat-mdc-outlined-button.mat-primary,
.theme-rose.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-outlined-button.mat-accent,
.theme-rose.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-rose .dark .mat-mdc-outlined-button.mat-warn,
.theme-rose.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-rose .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-rose.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mat-mdc-button, .theme-rose .dark .mat-mdc-outlined-button,
.theme-rose.dark .mat-mdc-button,
.theme-rose.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-button.mat-primary, .theme-rose .dark .mat-mdc-outlined-button.mat-primary,
.theme-rose.dark .mat-mdc-button.mat-primary,
.theme-rose.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f43f5e;
  --mat-mdc-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-accent, .theme-rose .dark .mat-mdc-outlined-button.mat-accent,
.theme-rose.dark .mat-mdc-button.mat-accent,
.theme-rose.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-warn, .theme-rose .dark .mat-mdc-outlined-button.mat-warn,
.theme-rose.dark .mat-mdc-button.mat-warn,
.theme-rose.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button, .theme-rose .dark .mat-mdc-unelevated-button,
.theme-rose.dark .mat-mdc-raised-button,
.theme-rose.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-raised-button.mat-primary, .theme-rose .dark .mat-mdc-unelevated-button.mat-primary,
.theme-rose.dark .mat-mdc-raised-button.mat-primary,
.theme-rose.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-accent, .theme-rose .dark .mat-mdc-unelevated-button.mat-accent,
.theme-rose.dark .mat-mdc-raised-button.mat-accent,
.theme-rose.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-warn, .theme-rose .dark .mat-mdc-unelevated-button.mat-warn,
.theme-rose.dark .mat-mdc-raised-button.mat-warn,
.theme-rose.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button,
.theme-rose.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-icon-button.mat-primary,
.theme-rose.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f43f5e;
  --mat-mdc-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-accent,
.theme-rose.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-warn,
.theme-rose.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-primary,
.theme-rose.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-icon-button.mat-accent,
.theme-rose.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-rose .dark .mat-mdc-icon-button.mat-warn,
.theme-rose.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-rose .dark .mat-mdc-icon-button[disabled][disabled],
.theme-rose.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-rose .dark .mat-mdc-fab, .theme-rose .dark .mat-mdc-mini-fab,
.theme-rose.dark .mat-mdc-fab,
.theme-rose.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-rose .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-rose .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-rose.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-rose .dark .mat-mdc-fab.mat-primary, .theme-rose .dark .mat-mdc-mini-fab.mat-primary,
.theme-rose.dark .mat-mdc-fab.mat-primary,
.theme-rose.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-accent, .theme-rose .dark .mat-mdc-mini-fab.mat-accent,
.theme-rose.dark .mat-mdc-fab.mat-accent,
.theme-rose.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-warn, .theme-rose .dark .mat-mdc-mini-fab.mat-warn,
.theme-rose.dark .mat-mdc-fab.mat-warn,
.theme-rose.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-unthemed, .theme-rose .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-rose.dark .mat-mdc-fab.mat-unthemed,
.theme-rose.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .dark .mat-mdc-fab.mat-primary, .theme-rose .dark .mat-mdc-mini-fab.mat-primary,
.theme-rose.dark .mat-mdc-fab.mat-primary,
.theme-rose.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .dark .mat-mdc-fab.mat-accent, .theme-rose .dark .mat-mdc-mini-fab.mat-accent,
.theme-rose.dark .mat-mdc-fab.mat-accent,
.theme-rose.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .dark .mat-mdc-fab.mat-warn, .theme-rose .dark .mat-mdc-mini-fab.mat-warn,
.theme-rose.dark .mat-mdc-fab.mat-warn,
.theme-rose.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-rose .dark .mat-mdc-fab[disabled][disabled], .theme-rose .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-rose.dark .mat-mdc-fab[disabled][disabled],
.theme-rose.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-rose .dark .mat-mdc-snack-bar-container,
.theme-rose.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-rose .dark .mdc-data-table,
.theme-rose.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mdc-data-table__row,
.theme-rose.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-rose .dark .mdc-data-table__header-cell,
.theme-rose.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-rose .dark .mdc-data-table__row--selected,
.theme-rose.dark .mdc-data-table__row--selected {
  background-color: rgba(244, 63, 94, 0.04);
}
.theme-rose .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-rose .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-rose .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-rose.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-rose.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-rose.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mdc-data-table__cell,
.theme-rose .dark .mdc-data-table__header-cell,
.theme-rose.dark .mdc-data-table__cell,
.theme-rose.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mdc-data-table__pagination,
.theme-rose.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-rose.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-rose .dark .mdc-data-table__header-cell,
.theme-rose.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-rose .dark .mdc-data-table__pagination-total,
.theme-rose .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-rose .dark .mdc-data-table__cell,
.theme-rose.dark .mdc-data-table__pagination-total,
.theme-rose.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-rose.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-rose .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-rose.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-rose .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-rose.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-rose .dark .mat-mdc-table,
.theme-rose.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-rose .dark .mat-mdc-progress-spinner,
.theme-rose.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-progress-spinner.mat-accent,
.theme-rose.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-rose .dark .mat-mdc-progress-spinner.mat-warn,
.theme-rose.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .dark .mat-badge-content,
.theme-rose.dark .mat-badge-content {
  color: #4c0519;
  background: #f43f5e;
}
.cdk-high-contrast-active .theme-rose .dark .mat-badge-content, .cdk-high-contrast-active .theme-rose.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-rose .dark .mat-badge-accent .mat-badge-content,
.theme-rose.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-rose .dark .mat-badge-warn .mat-badge-content,
.theme-rose.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-rose .dark .mat-badge-disabled .mat-badge-content,
.theme-rose.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-rose .dark .mat-bottom-sheet-container,
.theme-rose.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;
}
.theme-rose .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-rose .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-rose.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-rose.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);
}
.theme-rose .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-rose.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-rose .dark .mat-button-toggle,
.theme-rose.dark .mat-button-toggle {
  color: #64748b;
}
.theme-rose .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-rose.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-rose .dark .mat-button-toggle-appearance-standard,
.theme-rose.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-rose .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-rose.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-rose .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-rose.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-rose .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-rose.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-rose .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-rose.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;
}
.theme-rose .dark .mat-button-toggle-checked,
.theme-rose.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-rose .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-rose.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-rose .dark .mat-button-toggle-disabled,
.theme-rose.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-rose .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-rose.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-rose .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-rose.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-rose .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-rose .dark .mat-button-toggle-group-appearance-standard,
.theme-rose.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-rose.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-rose .dark .mat-calendar-arrow,
.theme-rose.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-rose .dark .mat-datepicker-toggle,
.theme-rose .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-rose .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-rose.dark .mat-datepicker-toggle,
.theme-rose.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-rose.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-rose .dark .mat-calendar-table-header-divider::after,
.theme-rose.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-calendar-table-header,
.theme-rose .dark .mat-calendar-body-label,
.theme-rose.dark .mat-calendar-table-header,
.theme-rose.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-rose .dark .mat-calendar-body-cell-content,
.theme-rose .dark .mat-date-range-input-separator,
.theme-rose.dark .mat-calendar-body-cell-content,
.theme-rose.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-rose .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-rose .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-rose.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-rose .dark .mat-calendar-body-in-preview,
.theme-rose.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-rose .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-rose .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.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);
}
.theme-rose .dark .mat-calendar-body-in-range::before,
.theme-rose.dark .mat-calendar-body-in-range::before {
  background: rgba(244, 63, 94, 0.2);
}
.theme-rose .dark .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-calendar-body-in-comparison-range::before,
.theme-rose.dark .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 63, 94, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 63, 94, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .dark .mat-calendar-body-selected,
.theme-rose.dark .mat-calendar-body-selected {
  background-color: #f43f5e;
  color: #4c0519;
}
.theme-rose .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 63, 94, 0.4);
}
.theme-rose .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #4c0519;
}
.theme-rose .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-rose.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: rgba(244, 63, 94, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(244, 63, 94, 0.3);
  }
}
.theme-rose .dark .mat-datepicker-content,
.theme-rose.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;
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-rose .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-rose .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),
.theme-rose .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),
.theme-rose.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),
.theme-rose.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-rose .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-rose .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-rose.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-rose .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-rose.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-rose .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),
.theme-rose .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),
.theme-rose.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),
.theme-rose.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-rose .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),
  .theme-rose.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-rose .dark .mat-datepicker-content-touch,
.theme-rose.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);
}
.theme-rose .dark .mat-datepicker-toggle-active,
.theme-rose.dark .mat-datepicker-toggle-active {
  color: #f43f5e;
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-accent,
.theme-rose.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-warn,
.theme-rose.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-rose .dark .mat-date-range-input-inner[disabled],
.theme-rose.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-rose .dark .mat-divider,
.theme-rose.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-divider-vertical,
.theme-rose.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-expansion-panel,
.theme-rose.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-rose .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-rose.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);
}
.theme-rose .dark .mat-action-row,
.theme-rose.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-rose .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-rose .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-rose.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-rose.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-rose.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) {
  .theme-rose .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-rose.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-rose .dark .mat-expansion-panel-header-title,
.theme-rose.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-rose .dark .mat-expansion-panel-header-description,
.theme-rose .dark .mat-expansion-indicator::after,
.theme-rose.dark .mat-expansion-panel-header-description,
.theme-rose.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-rose .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-rose.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-rose .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-rose .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-rose.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-rose.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-rose .dark .mat-icon.mat-primary,
.theme-rose.dark .mat-icon.mat-primary {
  color: #f43f5e;
}
.theme-rose .dark .mat-icon.mat-accent,
.theme-rose.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-rose .dark .mat-icon.mat-warn,
.theme-rose.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-rose .dark .mat-drawer-container,
.theme-rose.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-rose .dark .mat-drawer,
.theme-rose.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-rose .dark .mat-drawer.mat-drawer-push,
.theme-rose.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-rose .dark .mat-drawer:not(.mat-drawer-side),
.theme-rose.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);
}
.theme-rose .dark .mat-drawer-side,
.theme-rose.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-drawer-side.mat-drawer-end,
.theme-rose.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-rose .dark [dir=rtl] .mat-drawer-side,
.theme-rose.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-rose .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-rose.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-rose.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-rose .dark .mat-step-header.cdk-keyboard-focused, .theme-rose .dark .mat-step-header.cdk-program-focused, .theme-rose .dark .mat-step-header:hover:not([aria-disabled]), .theme-rose .dark .mat-step-header:hover[aria-disabled=false],
.theme-rose.dark .mat-step-header.cdk-keyboard-focused,
.theme-rose.dark .mat-step-header.cdk-program-focused,
.theme-rose.dark .mat-step-header:hover:not([aria-disabled]),
.theme-rose.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-rose .dark .mat-step-header:hover[aria-disabled=true],
.theme-rose.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-rose .dark .mat-step-header:hover,
  .theme-rose.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-rose .dark .mat-step-header .mat-step-label,
.theme-rose .dark .mat-step-header .mat-step-optional,
.theme-rose.dark .mat-step-header .mat-step-label,
.theme-rose.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-rose .dark .mat-step-header .mat-step-icon,
.theme-rose.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: #4c0519;
}
.theme-rose .dark .mat-step-header .mat-step-icon-selected,
.theme-rose .dark .mat-step-header .mat-step-icon-state-done,
.theme-rose .dark .mat-step-header .mat-step-icon-state-edit,
.theme-rose.dark .mat-step-header .mat-step-icon-selected,
.theme-rose.dark .mat-step-header .mat-step-icon-state-done,
.theme-rose.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #f43f5e;
  color: #4c0519;
}
.theme-rose .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-rose.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-rose .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-rose .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-rose .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-rose.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-rose.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-rose.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-rose .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-rose.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-rose .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-rose .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-rose .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-rose.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-rose.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-rose.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-rose .dark .mat-step-header .mat-step-icon-state-error,
.theme-rose.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-rose .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-rose.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-rose .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-rose.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-rose .dark .mat-stepper-horizontal, .theme-rose .dark .mat-stepper-vertical,
.theme-rose.dark .mat-stepper-horizontal,
.theme-rose.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-rose .dark .mat-stepper-vertical-line::before,
.theme-rose.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-horizontal-stepper-header::before,
.theme-rose .dark .mat-horizontal-stepper-header::after,
.theme-rose .dark .mat-stepper-horizontal-line,
.theme-rose.dark .mat-horizontal-stepper-header::before,
.theme-rose.dark .mat-horizontal-stepper-header::after,
.theme-rose.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-rose .dark .mat-sort-header-arrow,
.theme-rose.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-rose .dark .mat-toolbar,
.theme-rose.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-rose .dark .mat-toolbar.mat-primary,
.theme-rose.dark .mat-toolbar.mat-primary {
  background: #f43f5e;
  color: #4c0519;
}
.theme-rose .dark .mat-toolbar.mat-accent,
.theme-rose.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-rose .dark .mat-toolbar.mat-warn,
.theme-rose.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-rose .dark .mat-toolbar .mat-form-field-underline,
.theme-rose .dark .mat-toolbar .mat-form-field-ripple,
.theme-rose .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-rose.dark .mat-toolbar .mat-form-field-underline,
.theme-rose.dark .mat-toolbar .mat-form-field-ripple,
.theme-rose.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-rose .dark .mat-toolbar .mat-form-field-label,
.theme-rose .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-rose .dark .mat-toolbar .mat-select-value,
.theme-rose .dark .mat-toolbar .mat-select-arrow,
.theme-rose .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-rose.dark .mat-toolbar .mat-form-field-label,
.theme-rose.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-rose.dark .mat-toolbar .mat-select-value,
.theme-rose.dark .mat-toolbar .mat-select-arrow,
.theme-rose.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-rose .dark .mat-toolbar .mat-input-element,
.theme-rose.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-rose .dark .mat-tree,
.theme-rose.dark .mat-tree {
  background: #1e293b;
}
.theme-rose .dark .mat-tree-node,
.theme-rose .dark .mat-nested-tree-node,
.theme-rose.dark .mat-tree-node,
.theme-rose.dark .mat-nested-tree-node {
  color: white;
}

/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-purple .light .mat-ripple-element,
.theme-purple.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-option,
.theme-purple.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-purple .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-purple .light .mat-mdc-option.mat-mdc-option-active, .theme-purple .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-purple.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-purple.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-purple.light .mat-mdc-option.mat-mdc-option-active,
.theme-purple.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-optgroup-label,
.theme-purple.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-pseudo-checkbox,
.theme-purple.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-purple .light .mat-pseudo-checkbox::after,
.theme-purple.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-purple .light .mat-pseudo-checkbox-disabled,
.theme-purple.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-purple .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-purple .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #9333ea;
}
.theme-purple .light .mat-pseudo-checkbox-checked,
.theme-purple .light .mat-pseudo-checkbox-indeterminate,
.theme-purple .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-purple .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-purple.light .mat-pseudo-checkbox-checked,
.theme-purple.light .mat-pseudo-checkbox-indeterminate,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-purple .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-purple .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-purple .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-purple .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-purple.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-purple.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-purple .light .mat-app-background, .theme-purple .light.mat-app-background,
.theme-purple.light .mat-app-background,
.theme-purple.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-purple .light .mat-elevation-z0, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-purple.light .mat-elevation-z0,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z1, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-purple.light .mat-elevation-z1,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z2, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-purple.light .mat-elevation-z2,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z3, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-purple.light .mat-elevation-z3,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z4, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-purple.light .mat-elevation-z4,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z5, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-purple.light .mat-elevation-z5,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z6, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-purple.light .mat-elevation-z6,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z7, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-purple.light .mat-elevation-z7,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z8, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-purple.light .mat-elevation-z8,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z9, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-purple.light .mat-elevation-z9,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z10, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-purple.light .mat-elevation-z10,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z11, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-purple.light .mat-elevation-z11,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z12, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-purple.light .mat-elevation-z12,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z13, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-purple.light .mat-elevation-z13,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z14, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-purple.light .mat-elevation-z14,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z15, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-purple.light .mat-elevation-z15,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z16, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-purple.light .mat-elevation-z16,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z17, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-purple.light .mat-elevation-z17,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z18, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-purple.light .mat-elevation-z18,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z19, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-purple.light .mat-elevation-z19,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z20, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-purple.light .mat-elevation-z20,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z21, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-purple.light .mat-elevation-z21,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z22, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-purple.light .mat-elevation-z22,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z23, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-purple.light .mat-elevation-z23,
.theme-purple.light .mat-mdc-elevation-specific.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);
}
.theme-purple .light .mat-elevation-z24, .theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-purple.light .mat-elevation-z24,
.theme-purple.light .mat-mdc-elevation-specific.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;
}

.theme-purple .light .mat-mdc-card,
.theme-purple.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-purple .light .mat-mdc-card-outlined,
.theme-purple.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-purple .light .mat-mdc-card-subtitle,
.theme-purple.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-purple .light .mat-mdc-progress-bar,
.theme-purple.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
}
.theme-purple .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(147, 51, 234, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-accent,
.theme-purple.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-purple .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-warn,
.theme-purple.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-purple .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .light .mat-mdc-tooltip,
.theme-purple.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-purple .light .mdc-text-field .mdc-text-field__input,
.theme-purple.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-purple.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-purple .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-purple.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-purple .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-purple .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-purple .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-purple .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-purple.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-purple .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-purple .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-purple.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #9333ea);
}
[dir=rtl] .theme-purple .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-purple.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-purple .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-purple.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-purple .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-purple.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-purple .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-purple.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-purple .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-purple .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-purple.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-purple.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-purple .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-purple.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-purple .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-purple.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-purple .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-purple .light .mdc-text-field--disabled .mdc-floating-label,
.theme-purple.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-purple.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-purple .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-purple.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-purple.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-purple.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-purple.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-purple.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-purple .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-purple.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-purple.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-purple.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-purple .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-purple.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-purple .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-purple.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-purple .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-purple.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-purple .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-purple.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-purple .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-purple.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-purple .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-purple.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-purple .light .mat-mdc-form-field-error,
.theme-purple.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field-focus-overlay,
.theme-purple.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-purple.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-purple.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-purple.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-purple.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-purple.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-purple.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-purple.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-purple.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-purple .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-purple.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-purple .light .mdc-menu-surface,
.theme-purple.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-purple .light .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-deprecated-list-group__subheader,
.theme-purple.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-divider::after,
.theme-purple.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .light .mdc-list-divider,
.theme-purple.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-select-value,
.theme-purple.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mat-mdc-select-placeholder,
.theme-purple.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-purple.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-purple.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mdc-menu-surface,
.theme-purple.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-purple .light .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-deprecated-list-group__subheader,
.theme-purple.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-divider::after,
.theme-purple.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .light .mdc-list-divider,
.theme-purple.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-dialog-container,
.theme-purple.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mat-mdc-standard-chip,
.theme-purple.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-purple .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-purple .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-purple.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-purple.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-purple .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-purple.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-purple.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-purple .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-purple.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-purple.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .light .mat-mdc-chip-focus-overlay,
.theme-purple.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-purple .light .mat-mdc-slide-toggle,
.theme-purple.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-purple .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-purple.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-purple.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-primary,
.theme-purple.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #9333ea;
  --mdc-switch-selected-handle-color: #9333ea;
  --mdc-switch-selected-hover-state-layer-color: #9333ea;
  --mdc-switch-selected-pressed-state-layer-color: #9333ea;
  --mdc-switch-selected-focus-handle-color: #581c87;
  --mdc-switch-selected-hover-handle-color: #581c87;
  --mdc-switch-selected-pressed-handle-color: #581c87;
  --mdc-switch-selected-focus-track-color: #d8b4fe;
  --mdc-switch-selected-hover-track-color: #d8b4fe;
  --mdc-switch-selected-pressed-track-color: #d8b4fe;
  --mdc-switch-selected-track-color: #d8b4fe;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-accent,
.theme-purple.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-warn,
.theme-purple.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-purple .light .mat-mdc-radio-button .mdc-form-field,
.theme-purple.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-mdc-radio-button.mat-primary,
.theme-purple.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9333ea;
}
.theme-purple .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-radio-button.mat-accent,
.theme-purple.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-purple .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-radio-button.mat-warn,
.theme-purple.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-purple .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-slider,
.theme-purple.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-purple .light .mat-mdc-slider.mat-primary,
.theme-purple.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mat-mdc-slider-ripple-color: #9333ea;
  --mat-mdc-slider-hover-ripple-color: rgba(147, 51, 234, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(147, 51, 234, 0.2);
}
.theme-purple .light .mat-mdc-slider.mat-accent,
.theme-purple.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-purple .light .mat-mdc-slider.mat-warn,
.theme-purple.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .light .mdc-menu-surface,
.theme-purple.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-purple .light .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-deprecated-list-group__subheader,
.theme-purple.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-divider::after,
.theme-purple.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .light .mdc-list-divider,
.theme-purple.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-menu-item[disabled],
.theme-purple .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-purple .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-purple.light .mat-mdc-menu-item[disabled],
.theme-purple.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-purple.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-purple .light .mat-mdc-menu-submenu-icon,
.theme-purple.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-purple.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-purple .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-purple .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-purple .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-purple.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-purple.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-purple.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-purple.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-mdc-list-item-interactive::before,
.theme-purple.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-purple .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-purple.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-list-item-interactive:focus::before,
.theme-purple.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-purple.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #9333ea;
  opacity: 0.08;
}
.theme-purple .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-purple.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-purple .light .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-purple .light .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .light .mdc-deprecated-list-group__subheader,
.theme-purple.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mdc-list-divider::after,
.theme-purple.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .light .mdc-list-divider,
.theme-purple.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-list-option .mdc-list-item__start, .theme-purple .light .mat-mdc-list-option .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-option .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9333ea;
}
.theme-purple .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-purple .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-purple .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-purple .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-purple .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-paginator,
.theme-purple.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mat-mdc-paginator-icon,
.theme-purple.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-paginator-decrement,
.theme-purple .light .mat-mdc-paginator-increment,
.theme-purple.light .mat-mdc-paginator-decrement,
.theme-purple.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-paginator-first,
.theme-purple .light .mat-mdc-paginator-last,
.theme-purple.light .mat-mdc-paginator-first,
.theme-purple.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-purple .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-purple .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-purple .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-purple.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-purple.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-purple.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-purple.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-purple.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-tab, .theme-purple .light .mat-mdc-tab-link,
.theme-purple.light .mat-mdc-tab,
.theme-purple.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-purple .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-purple .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-purple.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-purple .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9333ea;
}
.theme-purple .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9333ea);
}
.theme-purple .light .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.light .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9333ea;
}
.theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-purple .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-purple .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-primary, .theme-purple .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.light .mat-mdc-tab-group.mat-background-primary,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #9333ea;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-accent, .theme-purple .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.light .mat-mdc-tab-group.mat-background-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-warn, .theme-purple .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.light .mat-mdc-tab-group.mat-background-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .light .mat-mdc-tab-header-pagination-chevron,
.theme-purple.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-purple .light .mat-mdc-checkbox .mdc-form-field,
.theme-purple.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-purple .light .mat-mdc-checkbox .mat-ripple-element,
.theme-purple.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-purple.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-purple .light .mat-mdc-checkbox.mat-primary,
.theme-purple.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9333ea;
}
.theme-purple .light .mat-mdc-checkbox.mat-accent,
.theme-purple.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-purple .light .mat-mdc-checkbox.mat-warn,
.theme-purple.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-purple .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-purple .light .mat-mdc-checkbox-disabled label,
.theme-purple.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-purple .light .mat-mdc-button.mat-unthemed,
.theme-purple.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-purple .light .mat-mdc-button.mat-primary,
.theme-purple.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
}
.theme-purple .light .mat-mdc-button.mat-accent,
.theme-purple.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-button.mat-warn,
.theme-purple.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-purple .light .mat-mdc-button[disabled][disabled],
.theme-purple.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-purple.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-purple .light .mat-mdc-unelevated-button.mat-primary,
.theme-purple.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-unelevated-button.mat-accent,
.theme-purple.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-unelevated-button.mat-warn,
.theme-purple.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-purple.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-raised-button.mat-unthemed,
.theme-purple.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-purple .light .mat-mdc-raised-button.mat-primary,
.theme-purple.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-raised-button.mat-accent,
.theme-purple.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-raised-button.mat-warn,
.theme-purple.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .light .mat-mdc-raised-button[disabled][disabled],
.theme-purple.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-purple .light .mat-mdc-outlined-button,
.theme-purple.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-outlined-button.mat-unthemed,
.theme-purple.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-purple .light .mat-mdc-outlined-button.mat-primary,
.theme-purple.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
}
.theme-purple .light .mat-mdc-outlined-button.mat-accent,
.theme-purple.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-outlined-button.mat-warn,
.theme-purple.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-purple .light .mat-mdc-outlined-button[disabled][disabled],
.theme-purple.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-button, .theme-purple .light .mat-mdc-outlined-button,
.theme-purple.light .mat-mdc-button,
.theme-purple.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-button.mat-primary, .theme-purple .light .mat-mdc-outlined-button.mat-primary,
.theme-purple.light .mat-mdc-button.mat-primary,
.theme-purple.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9333ea;
  --mat-mdc-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-accent, .theme-purple .light .mat-mdc-outlined-button.mat-accent,
.theme-purple.light .mat-mdc-button.mat-accent,
.theme-purple.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-warn, .theme-purple .light .mat-mdc-outlined-button.mat-warn,
.theme-purple.light .mat-mdc-button.mat-warn,
.theme-purple.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-raised-button, .theme-purple .light .mat-mdc-unelevated-button,
.theme-purple.light .mat-mdc-raised-button,
.theme-purple.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-raised-button.mat-primary, .theme-purple .light .mat-mdc-unelevated-button.mat-primary,
.theme-purple.light .mat-mdc-raised-button.mat-primary,
.theme-purple.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-accent, .theme-purple .light .mat-mdc-unelevated-button.mat-accent,
.theme-purple.light .mat-mdc-raised-button.mat-accent,
.theme-purple.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-warn, .theme-purple .light .mat-mdc-unelevated-button.mat-warn,
.theme-purple.light .mat-mdc-raised-button.mat-warn,
.theme-purple.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-icon-button,
.theme-purple.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-icon-button.mat-primary,
.theme-purple.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9333ea;
  --mat-mdc-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-accent,
.theme-purple.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-warn,
.theme-purple.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-primary,
.theme-purple.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
}
.theme-purple .light .mat-mdc-icon-button.mat-accent,
.theme-purple.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-purple .light .mat-mdc-icon-button.mat-warn,
.theme-purple.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-purple .light .mat-mdc-icon-button[disabled][disabled],
.theme-purple.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-fab, .theme-purple .light .mat-mdc-mini-fab,
.theme-purple.light .mat-mdc-fab,
.theme-purple.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-purple .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-purple .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-purple .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-purple .light .mat-mdc-fab.mat-primary, .theme-purple .light .mat-mdc-mini-fab.mat-primary,
.theme-purple.light .mat-mdc-fab.mat-primary,
.theme-purple.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-accent, .theme-purple .light .mat-mdc-mini-fab.mat-accent,
.theme-purple.light .mat-mdc-fab.mat-accent,
.theme-purple.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-warn, .theme-purple .light .mat-mdc-mini-fab.mat-warn,
.theme-purple.light .mat-mdc-fab.mat-warn,
.theme-purple.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-unthemed, .theme-purple .light .mat-mdc-mini-fab.mat-unthemed,
.theme-purple.light .mat-mdc-fab.mat-unthemed,
.theme-purple.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-purple .light .mat-mdc-fab.mat-primary, .theme-purple .light .mat-mdc-mini-fab.mat-primary,
.theme-purple.light .mat-mdc-fab.mat-primary,
.theme-purple.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .light .mat-mdc-fab.mat-accent, .theme-purple .light .mat-mdc-mini-fab.mat-accent,
.theme-purple.light .mat-mdc-fab.mat-accent,
.theme-purple.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .light .mat-mdc-fab.mat-warn, .theme-purple .light .mat-mdc-mini-fab.mat-warn,
.theme-purple.light .mat-mdc-fab.mat-warn,
.theme-purple.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .light .mat-mdc-fab[disabled][disabled], .theme-purple .light .mat-mdc-mini-fab[disabled][disabled],
.theme-purple.light .mat-mdc-fab[disabled][disabled],
.theme-purple.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-purple .light .mat-mdc-snack-bar-container,
.theme-purple.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-purple .light .mdc-data-table,
.theme-purple.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mdc-data-table__row,
.theme-purple.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-purple .light .mdc-data-table__header-cell,
.theme-purple.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-purple .light .mdc-data-table__row--selected,
.theme-purple.light .mdc-data-table__row--selected {
  background-color: rgba(147, 51, 234, 0.04);
}
.theme-purple .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-purple .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-purple .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-purple.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-purple.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-purple.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mdc-data-table__cell,
.theme-purple .light .mdc-data-table__header-cell,
.theme-purple.light .mdc-data-table__cell,
.theme-purple.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mdc-data-table__pagination,
.theme-purple.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-purple.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mdc-data-table__header-cell,
.theme-purple.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-purple .light .mdc-data-table__pagination-total,
.theme-purple .light .mdc-data-table__pagination-rows-per-page-label,
.theme-purple .light .mdc-data-table__cell,
.theme-purple.light .mdc-data-table__pagination-total,
.theme-purple.light .mdc-data-table__pagination-rows-per-page-label,
.theme-purple.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-purple .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-purple.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-purple .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-purple.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-purple .light .mat-mdc-table,
.theme-purple.light .mat-mdc-table {
  background: white;
}
.theme-purple .light .mat-mdc-progress-spinner,
.theme-purple.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9333ea;
}
.theme-purple .light .mat-mdc-progress-spinner.mat-accent,
.theme-purple.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-purple .light .mat-mdc-progress-spinner.mat-warn,
.theme-purple.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .light .mat-badge-content,
.theme-purple.light .mat-badge-content {
  color: white;
  background: #9333ea;
}
.cdk-high-contrast-active .theme-purple .light .mat-badge-content, .cdk-high-contrast-active .theme-purple.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-purple .light .mat-badge-accent .mat-badge-content,
.theme-purple.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-purple .light .mat-badge-warn .mat-badge-content,
.theme-purple.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-purple .light .mat-badge-disabled .mat-badge-content,
.theme-purple.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-purple .light .mat-bottom-sheet-container,
.theme-purple.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;
}
.theme-purple .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-purple .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-purple.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-purple.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);
}
.theme-purple .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-purple .light .mat-button-toggle,
.theme-purple.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-purple .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-purple.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-purple .light .mat-button-toggle-appearance-standard,
.theme-purple.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-purple .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-purple.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-purple .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-purple.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-purple .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-purple.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-purple .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-purple.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;
}
.theme-purple .light .mat-button-toggle-checked,
.theme-purple.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-purple .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-purple.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-purple .light .mat-button-toggle-disabled,
.theme-purple.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-purple .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-purple.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-purple .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-purple.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-purple .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-purple .light .mat-button-toggle-group-appearance-standard,
.theme-purple.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-purple.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-purple .light .mat-calendar-arrow,
.theme-purple.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-purple .light .mat-datepicker-toggle,
.theme-purple .light .mat-datepicker-content .mat-calendar-next-button,
.theme-purple .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-purple.light .mat-datepicker-toggle,
.theme-purple.light .mat-datepicker-content .mat-calendar-next-button,
.theme-purple.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-purple .light .mat-calendar-table-header-divider::after,
.theme-purple.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-purple .light .mat-calendar-table-header,
.theme-purple .light .mat-calendar-body-label,
.theme-purple.light .mat-calendar-table-header,
.theme-purple.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-purple .light .mat-calendar-body-cell-content,
.theme-purple .light .mat-date-range-input-separator,
.theme-purple.light .mat-calendar-body-cell-content,
.theme-purple.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-purple .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-purple .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-purple.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-purple .light .mat-calendar-body-in-preview,
.theme-purple.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-purple .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-purple .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.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);
}
.theme-purple .light .mat-calendar-body-in-range::before,
.theme-purple.light .mat-calendar-body-in-range::before {
  background: rgba(147, 51, 234, 0.2);
}
.theme-purple .light .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-calendar-body-in-comparison-range::before,
.theme-purple.light .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .light .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(147, 51, 234, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(147, 51, 234, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .light .mat-calendar-body-selected,
.theme-purple.light .mat-calendar-body-selected {
  background-color: #9333ea;
  color: white;
}
.theme-purple .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(147, 51, 234, 0.4);
}
.theme-purple .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.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: rgba(147, 51, 234, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(147, 51, 234, 0.3);
  }
}
.theme-purple .light .mat-datepicker-content,
.theme-purple.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;
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-purple .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .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),
.theme-purple .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),
.theme-purple.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),
.theme-purple.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-purple .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .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),
.theme-purple .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),
.theme-purple.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),
.theme-purple.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-purple .light .mat-datepicker-content-touch,
.theme-purple.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);
}
.theme-purple .light .mat-datepicker-toggle-active,
.theme-purple.light .mat-datepicker-toggle-active {
  color: #9333ea;
}
.theme-purple .light .mat-datepicker-toggle-active.mat-accent,
.theme-purple.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-purple .light .mat-datepicker-toggle-active.mat-warn,
.theme-purple.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-purple .light .mat-date-range-input-inner[disabled],
.theme-purple.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-purple .light .mat-divider,
.theme-purple.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-purple .light .mat-divider-vertical,
.theme-purple.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-purple .light .mat-expansion-panel,
.theme-purple.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-purple .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-purple.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);
}
.theme-purple .light .mat-action-row,
.theme-purple.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-purple .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-purple .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-purple .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-purple.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-purple.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-purple.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) {
  .theme-purple .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-purple.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-purple .light .mat-expansion-panel-header-title,
.theme-purple.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-purple .light .mat-expansion-panel-header-description,
.theme-purple .light .mat-expansion-indicator::after,
.theme-purple.light .mat-expansion-panel-header-description,
.theme-purple.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-purple .light .mat-expansion-panel-header[aria-disabled=true],
.theme-purple.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-purple .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-purple .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-purple.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-purple.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-purple .light .mat-icon.mat-primary,
.theme-purple.light .mat-icon.mat-primary {
  color: #9333ea;
}
.theme-purple .light .mat-icon.mat-accent,
.theme-purple.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-purple .light .mat-icon.mat-warn,
.theme-purple.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-purple .light .mat-drawer-container,
.theme-purple.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-purple .light .mat-drawer,
.theme-purple.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-purple .light .mat-drawer.mat-drawer-push,
.theme-purple.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-purple .light .mat-drawer:not(.mat-drawer-side),
.theme-purple.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);
}
.theme-purple .light .mat-drawer-side,
.theme-purple.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-purple .light .mat-drawer-side.mat-drawer-end,
.theme-purple.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-purple .light [dir=rtl] .mat-drawer-side,
.theme-purple.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-purple .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-purple.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-purple .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-purple.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-purple .light .mat-step-header.cdk-keyboard-focused, .theme-purple .light .mat-step-header.cdk-program-focused, .theme-purple .light .mat-step-header:hover:not([aria-disabled]), .theme-purple .light .mat-step-header:hover[aria-disabled=false],
.theme-purple.light .mat-step-header.cdk-keyboard-focused,
.theme-purple.light .mat-step-header.cdk-program-focused,
.theme-purple.light .mat-step-header:hover:not([aria-disabled]),
.theme-purple.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-purple .light .mat-step-header:hover[aria-disabled=true],
.theme-purple.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-purple .light .mat-step-header:hover,
  .theme-purple.light .mat-step-header:hover {
    background: none;
  }
}
.theme-purple .light .mat-step-header .mat-step-label,
.theme-purple .light .mat-step-header .mat-step-optional,
.theme-purple.light .mat-step-header .mat-step-label,
.theme-purple.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-purple .light .mat-step-header .mat-step-icon,
.theme-purple.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: white;
}
.theme-purple .light .mat-step-header .mat-step-icon-selected,
.theme-purple .light .mat-step-header .mat-step-icon-state-done,
.theme-purple .light .mat-step-header .mat-step-icon-state-edit,
.theme-purple.light .mat-step-header .mat-step-icon-selected,
.theme-purple.light .mat-step-header .mat-step-icon-state-done,
.theme-purple.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #9333ea;
  color: white;
}
.theme-purple .light .mat-step-header.mat-accent .mat-step-icon,
.theme-purple.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-purple .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-purple .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-purple .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-purple.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-purple.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-purple.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-purple .light .mat-step-header.mat-warn .mat-step-icon,
.theme-purple.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-purple .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-purple .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-purple .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-purple.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-purple.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-purple.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-purple .light .mat-step-header .mat-step-icon-state-error,
.theme-purple.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-purple .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-purple.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-purple .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-purple.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-purple .light .mat-stepper-horizontal, .theme-purple .light .mat-stepper-vertical,
.theme-purple.light .mat-stepper-horizontal,
.theme-purple.light .mat-stepper-vertical {
  background-color: white;
}
.theme-purple .light .mat-stepper-vertical-line::before,
.theme-purple.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-purple .light .mat-horizontal-stepper-header::before,
.theme-purple .light .mat-horizontal-stepper-header::after,
.theme-purple .light .mat-stepper-horizontal-line,
.theme-purple.light .mat-horizontal-stepper-header::before,
.theme-purple.light .mat-horizontal-stepper-header::after,
.theme-purple.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-purple .light .mat-sort-header-arrow,
.theme-purple.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-purple .light .mat-toolbar,
.theme-purple.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-purple .light .mat-toolbar.mat-primary,
.theme-purple.light .mat-toolbar.mat-primary {
  background: #9333ea;
  color: white;
}
.theme-purple .light .mat-toolbar.mat-accent,
.theme-purple.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-purple .light .mat-toolbar.mat-warn,
.theme-purple.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-purple .light .mat-toolbar .mat-form-field-underline,
.theme-purple .light .mat-toolbar .mat-form-field-ripple,
.theme-purple .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-purple.light .mat-toolbar .mat-form-field-underline,
.theme-purple.light .mat-toolbar .mat-form-field-ripple,
.theme-purple.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-purple .light .mat-toolbar .mat-form-field-label,
.theme-purple .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-purple .light .mat-toolbar .mat-select-value,
.theme-purple .light .mat-toolbar .mat-select-arrow,
.theme-purple .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-purple.light .mat-toolbar .mat-form-field-label,
.theme-purple.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-purple.light .mat-toolbar .mat-select-value,
.theme-purple.light .mat-toolbar .mat-select-arrow,
.theme-purple.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-purple .light .mat-toolbar .mat-input-element,
.theme-purple.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-purple .light .mat-tree,
.theme-purple.light .mat-tree {
  background: white;
}
.theme-purple .light .mat-tree-node,
.theme-purple .light .mat-nested-tree-node,
.theme-purple.light .mat-tree-node,
.theme-purple.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-purple .dark .mat-ripple-element,
.theme-purple.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-option,
.theme-purple.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-purple .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-purple .dark .mat-mdc-option.mat-mdc-option-active, .theme-purple .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-purple.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-purple.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-purple.dark .mat-mdc-option.mat-mdc-option-active,
.theme-purple.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-purple.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-optgroup-label,
.theme-purple.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-pseudo-checkbox,
.theme-purple.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-purple .dark .mat-pseudo-checkbox::after,
.theme-purple.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-purple .dark .mat-pseudo-checkbox-disabled,
.theme-purple.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #9333ea;
}
.theme-purple .dark .mat-pseudo-checkbox-checked,
.theme-purple .dark .mat-pseudo-checkbox-indeterminate,
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-purple.dark .mat-pseudo-checkbox-checked,
.theme-purple.dark .mat-pseudo-checkbox-indeterminate,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-purple .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-purple .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-purple.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-purple.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-purple .dark .mat-app-background, .theme-purple .dark.mat-app-background,
.theme-purple.dark .mat-app-background,
.theme-purple.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-purple .dark .mat-elevation-z0, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-purple.dark .mat-elevation-z0,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z1, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-purple.dark .mat-elevation-z1,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z2, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-purple.dark .mat-elevation-z2,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z3, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-purple.dark .mat-elevation-z3,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z4, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-purple.dark .mat-elevation-z4,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z5, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-purple.dark .mat-elevation-z5,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z6, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-purple.dark .mat-elevation-z6,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z7, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-purple.dark .mat-elevation-z7,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z8, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-purple.dark .mat-elevation-z8,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z9, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-purple.dark .mat-elevation-z9,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z10, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-purple.dark .mat-elevation-z10,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z11, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-purple.dark .mat-elevation-z11,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z12, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-purple.dark .mat-elevation-z12,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z13, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-purple.dark .mat-elevation-z13,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z14, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-purple.dark .mat-elevation-z14,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z15, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-purple.dark .mat-elevation-z15,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z16, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-purple.dark .mat-elevation-z16,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z17, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-purple.dark .mat-elevation-z17,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z18, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-purple.dark .mat-elevation-z18,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z19, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-purple.dark .mat-elevation-z19,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z20, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-purple.dark .mat-elevation-z20,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z21, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-purple.dark .mat-elevation-z21,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z22, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-purple.dark .mat-elevation-z22,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z23, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-purple.dark .mat-elevation-z23,
.theme-purple.dark .mat-mdc-elevation-specific.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);
}
.theme-purple .dark .mat-elevation-z24, .theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-purple.dark .mat-elevation-z24,
.theme-purple.dark .mat-mdc-elevation-specific.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;
}

.theme-purple .dark .mat-mdc-card,
.theme-purple.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-purple .dark .mat-mdc-card-outlined,
.theme-purple.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-purple .dark .mat-mdc-card-subtitle,
.theme-purple.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-purple .dark .mat-mdc-progress-bar,
.theme-purple.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
}
.theme-purple .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(147, 51, 234, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-accent,
.theme-purple.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-purple .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-warn,
.theme-purple.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-purple .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-purple .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .dark .mat-mdc-tooltip,
.theme-purple.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-purple .dark .mdc-text-field .mdc-text-field__input,
.theme-purple.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-purple.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-purple .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-purple .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-purple.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-purple .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-purple .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-purple .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-purple .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-purple .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-purple.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-purple .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-purple .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-purple.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #9333ea);
}
[dir=rtl] .theme-purple .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-purple.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-purple .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-purple.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-purple .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-purple.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-purple .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-purple.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-purple .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-purple .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-purple.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-purple.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-purple .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-purple.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-purple .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-purple.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-purple .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-purple .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-purple.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-purple .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-purple.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-purple .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-purple.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-purple.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-purple.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-purple.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-purple.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-purple .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-purple.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-purple.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-purple.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-purple .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-purple.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-purple .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-purple.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-purple .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-purple.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-purple .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-purple.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-purple .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-purple.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-purple .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-purple.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-purple .dark .mat-mdc-form-field-error,
.theme-purple.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field-focus-overlay,
.theme-purple.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-purple.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-purple.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-purple .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-purple.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-purple .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-purple.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-purple .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-purple.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-purple.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-purple.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-purple.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-purple.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-purple .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-purple.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-purple .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-purple.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-purple .dark .mdc-menu-surface,
.theme-purple.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-purple .dark .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-deprecated-list-group__subheader,
.theme-purple.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-divider::after,
.theme-purple.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .dark .mdc-list-divider,
.theme-purple.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-purple .dark .mat-mdc-select-value,
.theme-purple.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mat-mdc-select-placeholder,
.theme-purple.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-purple .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-purple.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-purple .dark .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(147, 51, 234, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-purple.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-purple .dark .mdc-menu-surface,
.theme-purple.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-purple .dark .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-deprecated-list-group__subheader,
.theme-purple.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-divider::after,
.theme-purple.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .dark .mdc-list-divider,
.theme-purple.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-purple .dark .mat-mdc-dialog-container,
.theme-purple.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-purple .dark .mat-mdc-standard-chip,
.theme-purple.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-purple .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-purple.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-purple.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-purple .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-purple.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-purple.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-purple .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-purple.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-purple.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-purple .dark .mat-mdc-chip-focus-overlay,
.theme-purple.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-purple .dark .mat-mdc-slide-toggle,
.theme-purple.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-purple .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-purple.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-purple.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-primary,
.theme-purple.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #d8b4fe;
  --mdc-switch-selected-handle-color: #d8b4fe;
  --mdc-switch-selected-hover-state-layer-color: #d8b4fe;
  --mdc-switch-selected-pressed-state-layer-color: #d8b4fe;
  --mdc-switch-selected-focus-handle-color: #e9d5ff;
  --mdc-switch-selected-hover-handle-color: #e9d5ff;
  --mdc-switch-selected-pressed-handle-color: #e9d5ff;
  --mdc-switch-selected-focus-track-color: #9333ea;
  --mdc-switch-selected-hover-track-color: #9333ea;
  --mdc-switch-selected-pressed-track-color: #9333ea;
  --mdc-switch-selected-track-color: #9333ea;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-accent,
.theme-purple.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-warn,
.theme-purple.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-purple .dark .mat-mdc-radio-button .mdc-form-field,
.theme-purple.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-mdc-radio-button.mat-primary,
.theme-purple.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #9333ea;
}
.theme-purple .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-radio-button.mat-accent,
.theme-purple.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-purple .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-radio-button.mat-warn,
.theme-purple.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-purple .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-slider,
.theme-purple.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-purple .dark .mat-mdc-slider.mat-primary,
.theme-purple.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mat-mdc-slider-ripple-color: #9333ea;
  --mat-mdc-slider-hover-ripple-color: rgba(147, 51, 234, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(147, 51, 234, 0.2);
}
.theme-purple .dark .mat-mdc-slider.mat-accent,
.theme-purple.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-purple .dark .mat-mdc-slider.mat-warn,
.theme-purple.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .dark .mdc-menu-surface,
.theme-purple.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-purple .dark .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-deprecated-list-group__subheader,
.theme-purple.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-divider::after,
.theme-purple.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .dark .mdc-list-divider,
.theme-purple.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-purple .dark .mat-mdc-menu-item[disabled],
.theme-purple .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-purple .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-purple.dark .mat-mdc-menu-item[disabled],
.theme-purple.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-purple.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-purple .dark .mat-mdc-menu-submenu-icon,
.theme-purple.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-purple.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-purple .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-purple .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-purple .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-purple.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-purple.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-purple.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-purple.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-mdc-list-item-interactive::before,
.theme-purple.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-purple .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-purple.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-list-item-interactive:focus::before,
.theme-purple.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-purple.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #9333ea;
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-purple.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.12;
}
.theme-purple .dark .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-purple .dark .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-purple.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-purple.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9333ea);
}
.theme-purple .dark .mdc-deprecated-list-group__subheader,
.theme-purple.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mdc-list-divider::after,
.theme-purple.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-purple .dark .mdc-list-divider,
.theme-purple.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-purple .dark .mat-mdc-list-option .mdc-list-item__start, .theme-purple .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #9333ea;
}
.theme-purple .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-purple .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-purple .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-purple .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-purple .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-purple .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-purple.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-paginator,
.theme-purple.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mat-mdc-paginator-icon,
.theme-purple.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-paginator-decrement,
.theme-purple .dark .mat-mdc-paginator-increment,
.theme-purple.dark .mat-mdc-paginator-decrement,
.theme-purple.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-paginator-first,
.theme-purple .dark .mat-mdc-paginator-last,
.theme-purple.dark .mat-mdc-paginator-first,
.theme-purple.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-purple .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-purple .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-purple .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-purple.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-purple.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-purple.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-purple.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-purple.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mat-mdc-tab, .theme-purple .dark .mat-mdc-tab-link,
.theme-purple.dark .mat-mdc-tab,
.theme-purple.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-purple .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-purple .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-purple .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-purple .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9333ea;
}
.theme-purple .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9333ea);
}
.theme-purple .dark .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.dark .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9333ea;
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-primary, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-group.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #9333ea;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-accent, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-warn, .theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-purple .dark .mat-mdc-tab-header-pagination-chevron,
.theme-purple.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-purple .dark .mat-mdc-checkbox .mdc-form-field,
.theme-purple.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-purple .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-purple.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-purple.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary,
.theme-purple.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9333ea;
}
.theme-purple .dark .mat-mdc-checkbox.mat-accent,
.theme-purple.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn,
.theme-purple.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-purple.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-purple.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-purple .dark .mat-mdc-checkbox-disabled label,
.theme-purple.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-purple .dark .mat-mdc-button.mat-unthemed,
.theme-purple.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-button.mat-primary,
.theme-purple.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
}
.theme-purple .dark .mat-mdc-button.mat-accent,
.theme-purple.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-purple .dark .mat-mdc-button.mat-warn,
.theme-purple.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-purple .dark .mat-mdc-button[disabled][disabled],
.theme-purple.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-purple.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-primary,
.theme-purple.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-accent,
.theme-purple.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-warn,
.theme-purple.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-purple.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-purple .dark .mat-mdc-raised-button.mat-unthemed,
.theme-purple.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-raised-button.mat-primary,
.theme-purple.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-raised-button.mat-accent,
.theme-purple.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-raised-button.mat-warn,
.theme-purple.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-raised-button[disabled][disabled],
.theme-purple.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-purple .dark .mat-mdc-outlined-button,
.theme-purple.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-purple.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-purple .dark .mat-mdc-outlined-button.mat-primary,
.theme-purple.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
}
.theme-purple .dark .mat-mdc-outlined-button.mat-accent,
.theme-purple.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-purple .dark .mat-mdc-outlined-button.mat-warn,
.theme-purple.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-purple .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-purple.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mat-mdc-button, .theme-purple .dark .mat-mdc-outlined-button,
.theme-purple.dark .mat-mdc-button,
.theme-purple.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-button.mat-primary, .theme-purple .dark .mat-mdc-outlined-button.mat-primary,
.theme-purple.dark .mat-mdc-button.mat-primary,
.theme-purple.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9333ea;
  --mat-mdc-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-accent, .theme-purple .dark .mat-mdc-outlined-button.mat-accent,
.theme-purple.dark .mat-mdc-button.mat-accent,
.theme-purple.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-warn, .theme-purple .dark .mat-mdc-outlined-button.mat-warn,
.theme-purple.dark .mat-mdc-button.mat-warn,
.theme-purple.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button, .theme-purple .dark .mat-mdc-unelevated-button,
.theme-purple.dark .mat-mdc-raised-button,
.theme-purple.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-raised-button.mat-primary, .theme-purple .dark .mat-mdc-unelevated-button.mat-primary,
.theme-purple.dark .mat-mdc-raised-button.mat-primary,
.theme-purple.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-accent, .theme-purple .dark .mat-mdc-unelevated-button.mat-accent,
.theme-purple.dark .mat-mdc-raised-button.mat-accent,
.theme-purple.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-warn, .theme-purple .dark .mat-mdc-unelevated-button.mat-warn,
.theme-purple.dark .mat-mdc-raised-button.mat-warn,
.theme-purple.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button,
.theme-purple.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-icon-button.mat-primary,
.theme-purple.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9333ea;
  --mat-mdc-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-accent,
.theme-purple.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-warn,
.theme-purple.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-primary,
.theme-purple.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
}
.theme-purple .dark .mat-mdc-icon-button.mat-accent,
.theme-purple.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-purple .dark .mat-mdc-icon-button.mat-warn,
.theme-purple.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-purple .dark .mat-mdc-icon-button[disabled][disabled],
.theme-purple.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-purple .dark .mat-mdc-fab, .theme-purple .dark .mat-mdc-mini-fab,
.theme-purple.dark .mat-mdc-fab,
.theme-purple.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-purple .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-purple .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-purple.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-purple .dark .mat-mdc-fab.mat-primary, .theme-purple .dark .mat-mdc-mini-fab.mat-primary,
.theme-purple.dark .mat-mdc-fab.mat-primary,
.theme-purple.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-accent, .theme-purple .dark .mat-mdc-mini-fab.mat-accent,
.theme-purple.dark .mat-mdc-fab.mat-accent,
.theme-purple.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-warn, .theme-purple .dark .mat-mdc-mini-fab.mat-warn,
.theme-purple.dark .mat-mdc-fab.mat-warn,
.theme-purple.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-unthemed, .theme-purple .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-purple.dark .mat-mdc-fab.mat-unthemed,
.theme-purple.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .dark .mat-mdc-fab.mat-primary, .theme-purple .dark .mat-mdc-mini-fab.mat-primary,
.theme-purple.dark .mat-mdc-fab.mat-primary,
.theme-purple.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .dark .mat-mdc-fab.mat-accent, .theme-purple .dark .mat-mdc-mini-fab.mat-accent,
.theme-purple.dark .mat-mdc-fab.mat-accent,
.theme-purple.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .dark .mat-mdc-fab.mat-warn, .theme-purple .dark .mat-mdc-mini-fab.mat-warn,
.theme-purple.dark .mat-mdc-fab.mat-warn,
.theme-purple.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-purple .dark .mat-mdc-fab[disabled][disabled], .theme-purple .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-purple.dark .mat-mdc-fab[disabled][disabled],
.theme-purple.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-purple .dark .mat-mdc-snack-bar-container,
.theme-purple.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-purple .dark .mdc-data-table,
.theme-purple.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mdc-data-table__row,
.theme-purple.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-purple .dark .mdc-data-table__header-cell,
.theme-purple.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-purple .dark .mdc-data-table__row--selected,
.theme-purple.dark .mdc-data-table__row--selected {
  background-color: rgba(147, 51, 234, 0.04);
}
.theme-purple .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-purple .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-purple .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-purple.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-purple.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-purple.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mdc-data-table__cell,
.theme-purple .dark .mdc-data-table__header-cell,
.theme-purple.dark .mdc-data-table__cell,
.theme-purple.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mdc-data-table__pagination,
.theme-purple.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-purple.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-purple .dark .mdc-data-table__header-cell,
.theme-purple.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-purple .dark .mdc-data-table__pagination-total,
.theme-purple .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-purple .dark .mdc-data-table__cell,
.theme-purple.dark .mdc-data-table__pagination-total,
.theme-purple.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-purple.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-purple .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-purple.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-purple .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-purple.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-purple .dark .mat-mdc-table,
.theme-purple.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-purple .dark .mat-mdc-progress-spinner,
.theme-purple.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9333ea;
}
.theme-purple .dark .mat-mdc-progress-spinner.mat-accent,
.theme-purple.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-purple .dark .mat-mdc-progress-spinner.mat-warn,
.theme-purple.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .dark .mat-badge-content,
.theme-purple.dark .mat-badge-content {
  color: white;
  background: #9333ea;
}
.cdk-high-contrast-active .theme-purple .dark .mat-badge-content, .cdk-high-contrast-active .theme-purple.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-purple .dark .mat-badge-accent .mat-badge-content,
.theme-purple.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-purple .dark .mat-badge-warn .mat-badge-content,
.theme-purple.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-purple .dark .mat-badge-disabled .mat-badge-content,
.theme-purple.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-purple .dark .mat-bottom-sheet-container,
.theme-purple.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;
}
.theme-purple .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-purple .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-purple.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-purple.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);
}
.theme-purple .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-purple.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-purple .dark .mat-button-toggle,
.theme-purple.dark .mat-button-toggle {
  color: #64748b;
}
.theme-purple .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-purple.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-purple .dark .mat-button-toggle-appearance-standard,
.theme-purple.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-purple .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-purple.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-purple .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-purple.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-purple .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-purple.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-purple .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-purple.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;
}
.theme-purple .dark .mat-button-toggle-checked,
.theme-purple.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-purple .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-purple.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-purple .dark .mat-button-toggle-disabled,
.theme-purple.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-purple .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-purple.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-purple .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-purple.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-purple .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-purple .dark .mat-button-toggle-group-appearance-standard,
.theme-purple.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-purple.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-purple .dark .mat-calendar-arrow,
.theme-purple.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-purple .dark .mat-datepicker-toggle,
.theme-purple .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-purple .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-purple.dark .mat-datepicker-toggle,
.theme-purple.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-purple.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-purple .dark .mat-calendar-table-header-divider::after,
.theme-purple.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-calendar-table-header,
.theme-purple .dark .mat-calendar-body-label,
.theme-purple.dark .mat-calendar-table-header,
.theme-purple.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-purple .dark .mat-calendar-body-cell-content,
.theme-purple .dark .mat-date-range-input-separator,
.theme-purple.dark .mat-calendar-body-cell-content,
.theme-purple.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-purple .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-purple .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-purple.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-purple .dark .mat-calendar-body-in-preview,
.theme-purple.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-purple .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-purple .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.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);
}
.theme-purple .dark .mat-calendar-body-in-range::before,
.theme-purple.dark .mat-calendar-body-in-range::before {
  background: rgba(147, 51, 234, 0.2);
}
.theme-purple .dark .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-calendar-body-in-comparison-range::before,
.theme-purple.dark .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(147, 51, 234, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(147, 51, 234, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .dark .mat-calendar-body-selected,
.theme-purple.dark .mat-calendar-body-selected {
  background-color: #9333ea;
  color: white;
}
.theme-purple .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(147, 51, 234, 0.4);
}
.theme-purple .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-purple.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: rgba(147, 51, 234, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(147, 51, 234, 0.3);
  }
}
.theme-purple .dark .mat-datepicker-content,
.theme-purple.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;
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-purple .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .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),
.theme-purple .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),
.theme-purple.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),
.theme-purple.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-purple .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-purple .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-purple.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-purple .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-purple.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-purple .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),
.theme-purple .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),
.theme-purple.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),
.theme-purple.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-purple .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),
  .theme-purple.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-purple .dark .mat-datepicker-content-touch,
.theme-purple.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);
}
.theme-purple .dark .mat-datepicker-toggle-active,
.theme-purple.dark .mat-datepicker-toggle-active {
  color: #9333ea;
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-accent,
.theme-purple.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-warn,
.theme-purple.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-purple .dark .mat-date-range-input-inner[disabled],
.theme-purple.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-purple .dark .mat-divider,
.theme-purple.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-divider-vertical,
.theme-purple.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-expansion-panel,
.theme-purple.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-purple .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-purple.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);
}
.theme-purple .dark .mat-action-row,
.theme-purple.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-purple .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-purple .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-purple.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-purple.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-purple.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) {
  .theme-purple .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-purple.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-purple .dark .mat-expansion-panel-header-title,
.theme-purple.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-purple .dark .mat-expansion-panel-header-description,
.theme-purple .dark .mat-expansion-indicator::after,
.theme-purple.dark .mat-expansion-panel-header-description,
.theme-purple.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-purple .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-purple.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-purple .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-purple .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-purple.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-purple.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-purple .dark .mat-icon.mat-primary,
.theme-purple.dark .mat-icon.mat-primary {
  color: #9333ea;
}
.theme-purple .dark .mat-icon.mat-accent,
.theme-purple.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-purple .dark .mat-icon.mat-warn,
.theme-purple.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-purple .dark .mat-drawer-container,
.theme-purple.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-purple .dark .mat-drawer,
.theme-purple.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-purple .dark .mat-drawer.mat-drawer-push,
.theme-purple.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-purple .dark .mat-drawer:not(.mat-drawer-side),
.theme-purple.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);
}
.theme-purple .dark .mat-drawer-side,
.theme-purple.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-drawer-side.mat-drawer-end,
.theme-purple.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-purple .dark [dir=rtl] .mat-drawer-side,
.theme-purple.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-purple .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-purple.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-purple.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-purple .dark .mat-step-header.cdk-keyboard-focused, .theme-purple .dark .mat-step-header.cdk-program-focused, .theme-purple .dark .mat-step-header:hover:not([aria-disabled]), .theme-purple .dark .mat-step-header:hover[aria-disabled=false],
.theme-purple.dark .mat-step-header.cdk-keyboard-focused,
.theme-purple.dark .mat-step-header.cdk-program-focused,
.theme-purple.dark .mat-step-header:hover:not([aria-disabled]),
.theme-purple.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-purple .dark .mat-step-header:hover[aria-disabled=true],
.theme-purple.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-purple .dark .mat-step-header:hover,
  .theme-purple.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-purple .dark .mat-step-header .mat-step-label,
.theme-purple .dark .mat-step-header .mat-step-optional,
.theme-purple.dark .mat-step-header .mat-step-label,
.theme-purple.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-purple .dark .mat-step-header .mat-step-icon,
.theme-purple.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: white;
}
.theme-purple .dark .mat-step-header .mat-step-icon-selected,
.theme-purple .dark .mat-step-header .mat-step-icon-state-done,
.theme-purple .dark .mat-step-header .mat-step-icon-state-edit,
.theme-purple.dark .mat-step-header .mat-step-icon-selected,
.theme-purple.dark .mat-step-header .mat-step-icon-state-done,
.theme-purple.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #9333ea;
  color: white;
}
.theme-purple .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-purple.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-purple .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-purple .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-purple .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-purple.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-purple.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-purple.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-purple .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-purple.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-purple .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-purple .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-purple .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-purple.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-purple.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-purple.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-purple .dark .mat-step-header .mat-step-icon-state-error,
.theme-purple.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-purple .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-purple.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-purple .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-purple.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-purple .dark .mat-stepper-horizontal, .theme-purple .dark .mat-stepper-vertical,
.theme-purple.dark .mat-stepper-horizontal,
.theme-purple.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-purple .dark .mat-stepper-vertical-line::before,
.theme-purple.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-horizontal-stepper-header::before,
.theme-purple .dark .mat-horizontal-stepper-header::after,
.theme-purple .dark .mat-stepper-horizontal-line,
.theme-purple.dark .mat-horizontal-stepper-header::before,
.theme-purple.dark .mat-horizontal-stepper-header::after,
.theme-purple.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-purple .dark .mat-sort-header-arrow,
.theme-purple.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-purple .dark .mat-toolbar,
.theme-purple.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-purple .dark .mat-toolbar.mat-primary,
.theme-purple.dark .mat-toolbar.mat-primary {
  background: #9333ea;
  color: white;
}
.theme-purple .dark .mat-toolbar.mat-accent,
.theme-purple.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-purple .dark .mat-toolbar.mat-warn,
.theme-purple.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-purple .dark .mat-toolbar .mat-form-field-underline,
.theme-purple .dark .mat-toolbar .mat-form-field-ripple,
.theme-purple .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-purple.dark .mat-toolbar .mat-form-field-underline,
.theme-purple.dark .mat-toolbar .mat-form-field-ripple,
.theme-purple.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-purple .dark .mat-toolbar .mat-form-field-label,
.theme-purple .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-purple .dark .mat-toolbar .mat-select-value,
.theme-purple .dark .mat-toolbar .mat-select-arrow,
.theme-purple .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-purple.dark .mat-toolbar .mat-form-field-label,
.theme-purple.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-purple.dark .mat-toolbar .mat-select-value,
.theme-purple.dark .mat-toolbar .mat-select-arrow,
.theme-purple.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-purple .dark .mat-toolbar .mat-input-element,
.theme-purple.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-purple .dark .mat-tree,
.theme-purple.dark .mat-tree {
  background: #1e293b;
}
.theme-purple .dark .mat-tree-node,
.theme-purple .dark .mat-nested-tree-node,
.theme-purple.dark .mat-tree-node,
.theme-purple.dark .mat-nested-tree-node {
  color: white;
}

/* Generate the palettes */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define the Angular Material theme */
/* Replace the default colors on the defined Material palette */
/* Define a light & dark Angular Material theme with the generated palettes */
/* Merge the custom base colors with the generated themes */
/* Generate and encapsulate Angular Material themes */
.theme-amber .light .mat-ripple-element,
.theme-amber.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-option,
.theme-amber.light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-amber .light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-amber .light .mat-mdc-option.mat-mdc-option-active, .theme-amber .light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-amber.light .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-amber.light .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-amber.light .mat-mdc-option.mat-mdc-option-active,
.theme-amber.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-optgroup-label,
.theme-amber.light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-pseudo-checkbox,
.theme-amber.light .mat-pseudo-checkbox {
  color: #64748b;
}
.theme-amber .light .mat-pseudo-checkbox::after,
.theme-amber.light .mat-pseudo-checkbox::after {
  color: #f1f5f9;
}
.theme-amber .light .mat-pseudo-checkbox-disabled,
.theme-amber.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-amber .light .mat-primary .mat-pseudo-checkbox-checked,
.theme-amber .light .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-checked,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f59e0b;
}
.theme-amber .light .mat-pseudo-checkbox-checked,
.theme-amber .light .mat-pseudo-checkbox-indeterminate,
.theme-amber .light .mat-accent .mat-pseudo-checkbox-checked,
.theme-amber .light .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-amber.light .mat-pseudo-checkbox-checked,
.theme-amber.light .mat-pseudo-checkbox-indeterminate,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-checked,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-amber .light .mat-warn .mat-pseudo-checkbox-checked,
.theme-amber .light .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-checked,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-amber .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-amber .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-amber.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-amber.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-amber .light .mat-app-background, .theme-amber .light.mat-app-background,
.theme-amber.light .mat-app-background,
.theme-amber.light.mat-app-background {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-amber .light .mat-elevation-z0, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-amber.light .mat-elevation-z0,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z1, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-amber.light .mat-elevation-z1,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z2, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-amber.light .mat-elevation-z2,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z3, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-amber.light .mat-elevation-z3,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z4, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-amber.light .mat-elevation-z4,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z5, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-amber.light .mat-elevation-z5,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z6, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-amber.light .mat-elevation-z6,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z7, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-amber.light .mat-elevation-z7,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z8, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-amber.light .mat-elevation-z8,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z9, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-amber.light .mat-elevation-z9,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z10, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-amber.light .mat-elevation-z10,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z11, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-amber.light .mat-elevation-z11,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z12, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-amber.light .mat-elevation-z12,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z13, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-amber.light .mat-elevation-z13,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z14, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-amber.light .mat-elevation-z14,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z15, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-amber.light .mat-elevation-z15,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z16, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-amber.light .mat-elevation-z16,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z17, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-amber.light .mat-elevation-z17,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z18, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-amber.light .mat-elevation-z18,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z19, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-amber.light .mat-elevation-z19,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z20, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-amber.light .mat-elevation-z20,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z21, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-amber.light .mat-elevation-z21,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z22, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-amber.light .mat-elevation-z22,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z23, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-amber.light .mat-elevation-z23,
.theme-amber.light .mat-mdc-elevation-specific.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);
}
.theme-amber .light .mat-elevation-z24, .theme-amber .light .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-amber.light .mat-elevation-z24,
.theme-amber.light .mat-mdc-elevation-specific.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;
}

.theme-amber .light .mat-mdc-card,
.theme-amber.light .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.theme-amber .light .mat-mdc-card-outlined,
.theme-amber.light .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.theme-amber .light .mat-mdc-card-subtitle,
.theme-amber.light .mat-mdc-card-subtitle {
  color: #64748b;
}
.theme-amber .light .mat-mdc-progress-bar,
.theme-amber.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
}
.theme-amber .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-amber.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(245, 158, 11, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-amber.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-accent,
.theme-amber.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-amber .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-amber.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-amber.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-warn,
.theme-amber.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-amber .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-amber.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-amber.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .light .mat-mdc-tooltip,
.theme-amber.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-amber .light .mdc-text-field .mdc-text-field__input,
.theme-amber.light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-amber.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-amber .light .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-amber.light .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-amber .light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-amber .light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-amber .light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-amber .light .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-amber.light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.theme-amber .light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-amber .light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mdc-text-field--filled .mdc-line-ripple::after,
.theme-amber.light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #f59e0b);
}
[dir=rtl] .theme-amber .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-amber.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-amber .light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-amber.light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-amber .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-amber.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-amber .light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-amber.light .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-amber .light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-amber .light .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-amber.light .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-amber.light .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-amber .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-amber.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-amber .light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-amber.light .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-amber .light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.light .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field__input,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-amber .light .mdc-text-field--disabled .mdc-floating-label,
.theme-amber.light .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-amber.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-amber .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-amber.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-amber.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-amber.light .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-floating-label,
  .theme-amber.light .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-amber.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-amber .light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-amber.light .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-amber.light .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-amber.light .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-amber .light .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-amber.light .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-amber .light .mdc-text-field--disabled.mdc-text-field--filled,
.theme-amber.light .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .theme-amber .light .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-amber.light .mdc-text-field--end-aligned .mdc-text-field__input, .theme-amber .light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-amber.light .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-amber .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-amber.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-amber .light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-amber.light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-amber .light .mat-mdc-form-field-error,
.theme-amber.light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field-focus-overlay,
.theme-amber.light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-amber.light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-amber.light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-amber.light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-amber.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-amber.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-amber.light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-amber.light .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-amber.light .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-amber .light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-amber.light [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-amber .light .mdc-menu-surface,
.theme-amber.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-amber .light .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-deprecated-list-group__subheader,
.theme-amber.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-divider::after,
.theme-amber.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .light .mdc-list-divider,
.theme-amber.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-select-value,
.theme-amber.light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mat-mdc-select-placeholder,
.theme-amber.light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-amber.light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-amber.light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mdc-menu-surface,
.theme-amber.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-amber .light .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-deprecated-list-group__subheader,
.theme-amber.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-divider::after,
.theme-amber.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .light .mdc-list-divider,
.theme-amber.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-dialog-container,
.theme-amber.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mat-mdc-standard-chip,
.theme-amber.light .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-amber .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-amber .light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-amber.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-amber.light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
}
.theme-amber .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-amber .light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-amber.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-amber.light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-amber .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-amber .light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-amber.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-amber.light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-amber .light .mat-mdc-chip-focus-overlay,
.theme-amber.light .mat-mdc-chip-focus-overlay {
  background: #000000;
}
.theme-amber .light .mat-mdc-slide-toggle,
.theme-amber.light .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-amber .light .mat-mdc-slide-toggle .mdc-form-field,
.theme-amber.light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-amber.light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-primary,
.theme-amber.light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-selected-track-color: #fcd34d;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-accent,
.theme-amber.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-warn,
.theme-amber.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-amber .light .mat-mdc-radio-button .mdc-form-field,
.theme-amber.light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-mdc-radio-button.mat-primary,
.theme-amber.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f59e0b;
}
.theme-amber .light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-radio-button.mat-accent,
.theme-amber.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-amber .light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-radio-button.mat-warn,
.theme-amber.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-amber .light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-slider,
.theme-amber.light .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-amber .light .mat-mdc-slider.mat-primary,
.theme-amber.light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mat-mdc-slider-ripple-color: #f59e0b;
  --mat-mdc-slider-hover-ripple-color: rgba(245, 158, 11, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(245, 158, 11, 0.2);
}
.theme-amber .light .mat-mdc-slider.mat-accent,
.theme-amber.light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-amber .light .mat-mdc-slider.mat-warn,
.theme-amber.light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .light .mdc-menu-surface,
.theme-amber.light .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-amber .light .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-deprecated-list-group__subheader,
.theme-amber.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-divider::after,
.theme-amber.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .light .mdc-list-divider,
.theme-amber.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-menu-item[disabled],
.theme-amber .light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-amber .light .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-amber.light .mat-mdc-menu-item[disabled],
.theme-amber.light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-amber.light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mat-mdc-menu-item .mat-icon-no-color,
.theme-amber .light .mat-mdc-menu-submenu-icon,
.theme-amber.light .mat-mdc-menu-item .mat-icon-no-color,
.theme-amber.light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-mdc-menu-item:hover:not([disabled]),
.theme-amber .light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-amber .light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-amber .light .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-amber.light .mat-mdc-menu-item:hover:not([disabled]),
.theme-amber.light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-amber.light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-amber.light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-mdc-list-item-interactive::before,
.theme-amber.light .mat-mdc-list-item-interactive::before {
  background: black;
}
.theme-amber .light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-amber.light .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-list-item-interactive:focus::before,
.theme-amber.light .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-amber.light .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #f59e0b;
  opacity: 0.16;
}
.theme-amber .light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-amber.light .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.24;
}
.theme-amber .light .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-amber .light .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .light .mdc-deprecated-list-group__subheader,
.theme-amber.light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mdc-list-divider::after,
.theme-amber.light .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .light .mdc-list-divider,
.theme-amber.light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-list-option .mdc-list-item__start, .theme-amber .light .mat-mdc-list-option .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-option .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f59e0b;
}
.theme-amber .light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-amber .light .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-amber .light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-amber .light .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-amber .light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-paginator,
.theme-amber.light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mat-mdc-paginator-icon,
.theme-amber.light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-paginator-decrement,
.theme-amber .light .mat-mdc-paginator-increment,
.theme-amber.light .mat-mdc-paginator-decrement,
.theme-amber.light .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-paginator-first,
.theme-amber .light .mat-mdc-paginator-last,
.theme-amber.light .mat-mdc-paginator-first,
.theme-amber.light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-amber .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-amber .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-amber .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-amber.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-amber.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-amber.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-amber.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-amber.light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-tab, .theme-amber .light .mat-mdc-tab-link,
.theme-amber.light .mat-mdc-tab,
.theme-amber.light .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-amber .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-amber .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-amber.light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #94a3b8;
}
.theme-amber .light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f59e0b;
}
.theme-amber .light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f59e0b);
}
.theme-amber .light .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.light .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f59e0b;
}
.theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-amber .light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-amber .light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-primary, .theme-amber .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.light .mat-mdc-tab-group.mat-background-primary,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #f59e0b;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-accent, .theme-amber .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.light .mat-mdc-tab-group.mat-background-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-warn, .theme-amber .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.light .mat-mdc-tab-group.mat-background-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-amber .light .mat-mdc-tab-header-pagination-chevron,
.theme-amber.light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-amber .light .mat-mdc-checkbox .mdc-form-field,
.theme-amber.light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-amber .light .mat-mdc-checkbox .mat-ripple-element,
.theme-amber.light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-amber.light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-amber .light .mat-mdc-checkbox.mat-primary,
.theme-amber.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f59e0b;
}
.theme-amber .light .mat-mdc-checkbox.mat-accent,
.theme-amber.light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-amber .light .mat-mdc-checkbox.mat-warn,
.theme-amber.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-amber .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-amber .light .mat-mdc-checkbox-disabled label,
.theme-amber.light .mat-mdc-checkbox-disabled label {
  color: #94a3b8;
}
.theme-amber .light .mat-mdc-button.mat-unthemed,
.theme-amber.light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-button.mat-primary,
.theme-amber.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
}
.theme-amber .light .mat-mdc-button.mat-accent,
.theme-amber.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-button.mat-warn,
.theme-amber.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-amber .light .mat-mdc-button[disabled][disabled],
.theme-amber.light .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-unthemed,
.theme-amber.light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-unelevated-button.mat-primary,
.theme-amber.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-unelevated-button.mat-accent,
.theme-amber.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-amber .light .mat-mdc-unelevated-button.mat-warn,
.theme-amber.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-amber .light .mat-mdc-unelevated-button[disabled][disabled],
.theme-amber.light .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-raised-button.mat-unthemed,
.theme-amber.light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-raised-button.mat-primary,
.theme-amber.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-raised-button.mat-accent,
.theme-amber.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-amber .light .mat-mdc-raised-button.mat-warn,
.theme-amber.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-amber .light .mat-mdc-raised-button[disabled][disabled],
.theme-amber.light .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-amber .light .mat-mdc-outlined-button,
.theme-amber.light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-outlined-button.mat-unthemed,
.theme-amber.light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-amber .light .mat-mdc-outlined-button.mat-primary,
.theme-amber.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
}
.theme-amber .light .mat-mdc-outlined-button.mat-accent,
.theme-amber.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-outlined-button.mat-warn,
.theme-amber.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-amber .light .mat-mdc-outlined-button[disabled][disabled],
.theme-amber.light .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-button, .theme-amber .light .mat-mdc-outlined-button,
.theme-amber.light .mat-mdc-button,
.theme-amber.light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-button.mat-primary, .theme-amber .light .mat-mdc-outlined-button.mat-primary,
.theme-amber.light .mat-mdc-button.mat-primary,
.theme-amber.light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f59e0b;
  --mat-mdc-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-accent, .theme-amber .light .mat-mdc-outlined-button.mat-accent,
.theme-amber.light .mat-mdc-button.mat-accent,
.theme-amber.light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-warn, .theme-amber .light .mat-mdc-outlined-button.mat-warn,
.theme-amber.light .mat-mdc-button.mat-warn,
.theme-amber.light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-raised-button, .theme-amber .light .mat-mdc-unelevated-button,
.theme-amber.light .mat-mdc-raised-button,
.theme-amber.light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-raised-button.mat-primary, .theme-amber .light .mat-mdc-unelevated-button.mat-primary,
.theme-amber.light .mat-mdc-raised-button.mat-primary,
.theme-amber.light .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-accent, .theme-amber .light .mat-mdc-unelevated-button.mat-accent,
.theme-amber.light .mat-mdc-raised-button.mat-accent,
.theme-amber.light .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-warn, .theme-amber .light .mat-mdc-unelevated-button.mat-warn,
.theme-amber.light .mat-mdc-raised-button.mat-warn,
.theme-amber.light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-icon-button,
.theme-amber.light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-icon-button.mat-primary,
.theme-amber.light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f59e0b;
  --mat-mdc-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-accent,
.theme-amber.light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-warn,
.theme-amber.light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-primary,
.theme-amber.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
}
.theme-amber .light .mat-mdc-icon-button.mat-accent,
.theme-amber.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-amber .light .mat-mdc-icon-button.mat-warn,
.theme-amber.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-amber .light .mat-mdc-icon-button[disabled][disabled],
.theme-amber.light .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-fab, .theme-amber .light .mat-mdc-mini-fab,
.theme-amber.light .mat-mdc-fab,
.theme-amber.light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-amber .light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-amber .light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-amber .light .mat-mdc-fab.mat-primary, .theme-amber .light .mat-mdc-mini-fab.mat-primary,
.theme-amber.light .mat-mdc-fab.mat-primary,
.theme-amber.light .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-accent, .theme-amber .light .mat-mdc-mini-fab.mat-accent,
.theme-amber.light .mat-mdc-fab.mat-accent,
.theme-amber.light .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-warn, .theme-amber .light .mat-mdc-mini-fab.mat-warn,
.theme-amber.light .mat-mdc-fab.mat-warn,
.theme-amber.light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-unthemed, .theme-amber .light .mat-mdc-mini-fab.mat-unthemed,
.theme-amber.light .mat-mdc-fab.mat-unthemed,
.theme-amber.light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-amber .light .mat-mdc-fab.mat-primary, .theme-amber .light .mat-mdc-mini-fab.mat-primary,
.theme-amber.light .mat-mdc-fab.mat-primary,
.theme-amber.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-amber .light .mat-mdc-fab.mat-accent, .theme-amber .light .mat-mdc-mini-fab.mat-accent,
.theme-amber.light .mat-mdc-fab.mat-accent,
.theme-amber.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-amber .light .mat-mdc-fab.mat-warn, .theme-amber .light .mat-mdc-mini-fab.mat-warn,
.theme-amber.light .mat-mdc-fab.mat-warn,
.theme-amber.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-amber .light .mat-mdc-fab[disabled][disabled], .theme-amber .light .mat-mdc-mini-fab[disabled][disabled],
.theme-amber.light .mat-mdc-fab[disabled][disabled],
.theme-amber.light .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-amber .light .mat-mdc-snack-bar-container,
.theme-amber.light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #1e293b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.theme-amber .light .mdc-data-table,
.theme-amber.light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mdc-data-table__row,
.theme-amber.light .mdc-data-table__row {
  background-color: inherit;
}
.theme-amber .light .mdc-data-table__header-cell,
.theme-amber.light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.theme-amber .light .mdc-data-table__row--selected,
.theme-amber.light .mdc-data-table__row--selected {
  background-color: rgba(245, 158, 11, 0.04);
}
.theme-amber .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-amber .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-amber .light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-amber.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-amber.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-amber.light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mdc-data-table__cell,
.theme-amber .light .mdc-data-table__header-cell,
.theme-amber.light .mdc-data-table__cell,
.theme-amber.light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mdc-data-table__pagination,
.theme-amber.light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-amber.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mdc-data-table__header-cell,
.theme-amber.light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-amber .light .mdc-data-table__pagination-total,
.theme-amber .light .mdc-data-table__pagination-rows-per-page-label,
.theme-amber .light .mdc-data-table__cell,
.theme-amber.light .mdc-data-table__pagination-total,
.theme-amber.light .mdc-data-table__pagination-rows-per-page-label,
.theme-amber.light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-amber .light .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-amber.light .mdc-data-table__pagination-button .mdc-button__icon, .theme-amber .light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-amber.light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-amber .light .mat-mdc-table,
.theme-amber.light .mat-mdc-table {
  background: white;
}
.theme-amber .light .mat-mdc-progress-spinner,
.theme-amber.light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.theme-amber .light .mat-mdc-progress-spinner.mat-accent,
.theme-amber.light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-amber .light .mat-mdc-progress-spinner.mat-warn,
.theme-amber.light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .light .mat-badge-content,
.theme-amber.light .mat-badge-content {
  color: #451a03;
  background: #f59e0b;
}
.cdk-high-contrast-active .theme-amber .light .mat-badge-content, .cdk-high-contrast-active .theme-amber.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-amber .light .mat-badge-accent .mat-badge-content,
.theme-amber.light .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-amber .light .mat-badge-warn .mat-badge-content,
.theme-amber.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-amber .light .mat-badge-disabled .mat-badge-content,
.theme-amber.light .mat-badge-disabled .mat-badge-content {
  background: #94a3b8;
  color: #94a3b8;
}
.theme-amber .light .mat-bottom-sheet-container,
.theme-amber.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;
}
.theme-amber .light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-amber .light .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-amber.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-amber.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);
}
.theme-amber .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber .light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-amber .light .mat-button-toggle,
.theme-amber.light .mat-button-toggle {
  color: #94a3b8;
}
.theme-amber .light .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-amber.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-amber .light .mat-button-toggle-appearance-standard,
.theme-amber.light .mat-button-toggle-appearance-standard {
  color: #1e293b;
  background: white;
}
.theme-amber .light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-amber.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #64748b;
}
.theme-amber .light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-amber.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e2e8f0;
}
.theme-amber .light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-amber.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-amber .light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-amber.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;
}
.theme-amber .light .mat-button-toggle-checked,
.theme-amber.light .mat-button-toggle-checked {
  background-color: #e2e8f0;
  color: #64748b;
}
.theme-amber .light .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-amber.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #1e293b;
}
.theme-amber .light .mat-button-toggle-disabled,
.theme-amber.light .mat-button-toggle-disabled {
  color: #94a3b8;
  background-color: #cbd5e1;
}
.theme-amber .light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-amber.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-amber .light .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-amber.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #e2e8f0;
}
.theme-amber .light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-amber .light .mat-button-toggle-group-appearance-standard,
.theme-amber.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-amber.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e2e8f0;
}
.theme-amber .light .mat-calendar-arrow,
.theme-amber.light .mat-calendar-arrow {
  fill: #64748b;
}
.theme-amber .light .mat-datepicker-toggle,
.theme-amber .light .mat-datepicker-content .mat-calendar-next-button,
.theme-amber .light .mat-datepicker-content .mat-calendar-previous-button,
.theme-amber.light .mat-datepicker-toggle,
.theme-amber.light .mat-datepicker-content .mat-calendar-next-button,
.theme-amber.light .mat-datepicker-content .mat-calendar-previous-button {
  color: #64748b;
}
.theme-amber .light .mat-calendar-table-header-divider::after,
.theme-amber.light .mat-calendar-table-header-divider::after {
  background: #e2e8f0;
}
.theme-amber .light .mat-calendar-table-header,
.theme-amber .light .mat-calendar-body-label,
.theme-amber.light .mat-calendar-table-header,
.theme-amber.light .mat-calendar-body-label {
  color: #64748b;
}
.theme-amber .light .mat-calendar-body-cell-content,
.theme-amber .light .mat-date-range-input-separator,
.theme-amber.light .mat-calendar-body-cell-content,
.theme-amber.light .mat-date-range-input-separator {
  color: #1e293b;
  border-color: transparent;
}
.theme-amber .light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #94a3b8;
}
.theme-amber .light .mat-form-field-disabled .mat-date-range-input-separator,
.theme-amber.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: #94a3b8;
}
.theme-amber .light .mat-calendar-body-in-preview,
.theme-amber.light .mat-calendar-body-in-preview {
  color: #e2e8f0;
}
.theme-amber .light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #94a3b8;
}
.theme-amber .light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.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);
}
.theme-amber .light .mat-calendar-body-in-range::before,
.theme-amber.light .mat-calendar-body-in-range::before {
  background: rgba(245, 158, 11, 0.2);
}
.theme-amber .light .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-calendar-body-in-comparison-range::before,
.theme-amber.light .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .light .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(245, 158, 11, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .light .mat-calendar-body-selected,
.theme-amber.light .mat-calendar-body-selected {
  background-color: #f59e0b;
  color: #451a03;
}
.theme-amber .light .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(245, 158, 11, 0.4);
}
.theme-amber .light .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #451a03;
}
.theme-amber .light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber .light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.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: rgba(245, 158, 11, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(245, 158, 11, 0.3);
  }
}
.theme-amber .light .mat-datepicker-content,
.theme-amber.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;
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-amber .light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-amber .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),
.theme-amber .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),
.theme-amber.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),
.theme-amber.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-amber .light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-amber .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),
.theme-amber .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),
.theme-amber.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),
.theme-amber.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-amber .light .mat-datepicker-content-touch,
.theme-amber.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);
}
.theme-amber .light .mat-datepicker-toggle-active,
.theme-amber.light .mat-datepicker-toggle-active {
  color: #f59e0b;
}
.theme-amber .light .mat-datepicker-toggle-active.mat-accent,
.theme-amber.light .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-amber .light .mat-datepicker-toggle-active.mat-warn,
.theme-amber.light .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-amber .light .mat-date-range-input-inner[disabled],
.theme-amber.light .mat-date-range-input-inner[disabled] {
  color: #94a3b8;
}
.theme-amber .light .mat-divider,
.theme-amber.light .mat-divider {
  border-top-color: #e2e8f0;
}
.theme-amber .light .mat-divider-vertical,
.theme-amber.light .mat-divider-vertical {
  border-right-color: #e2e8f0;
}
.theme-amber .light .mat-expansion-panel,
.theme-amber.light .mat-expansion-panel {
  background: white;
  color: #1e293b;
}
.theme-amber .light .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-amber.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);
}
.theme-amber .light .mat-action-row,
.theme-amber.light .mat-action-row {
  border-top-color: #e2e8f0;
}
.theme-amber .light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-amber .light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-amber .light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-amber.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-amber.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-amber.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) {
  .theme-amber .light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-amber.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-amber .light .mat-expansion-panel-header-title,
.theme-amber.light .mat-expansion-panel-header-title {
  color: #1e293b;
}
.theme-amber .light .mat-expansion-panel-header-description,
.theme-amber .light .mat-expansion-indicator::after,
.theme-amber.light .mat-expansion-panel-header-description,
.theme-amber.light .mat-expansion-indicator::after {
  color: #64748b;
}
.theme-amber .light .mat-expansion-panel-header[aria-disabled=true],
.theme-amber.light .mat-expansion-panel-header[aria-disabled=true] {
  color: #94a3b8;
}
.theme-amber .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-amber .light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-amber.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-amber.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-amber .light .mat-icon.mat-primary,
.theme-amber.light .mat-icon.mat-primary {
  color: #f59e0b;
}
.theme-amber .light .mat-icon.mat-accent,
.theme-amber.light .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-amber .light .mat-icon.mat-warn,
.theme-amber.light .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-amber .light .mat-drawer-container,
.theme-amber.light .mat-drawer-container {
  background-color: #f1f5f9;
  color: #1e293b;
}
.theme-amber .light .mat-drawer,
.theme-amber.light .mat-drawer {
  background-color: white;
  color: #1e293b;
}
.theme-amber .light .mat-drawer.mat-drawer-push,
.theme-amber.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-amber .light .mat-drawer:not(.mat-drawer-side),
.theme-amber.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);
}
.theme-amber .light .mat-drawer-side,
.theme-amber.light .mat-drawer-side {
  border-right: solid 1px #e2e8f0;
}
.theme-amber .light .mat-drawer-side.mat-drawer-end,
.theme-amber.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-amber .light [dir=rtl] .mat-drawer-side,
.theme-amber.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px #e2e8f0;
  border-right: none;
}
.theme-amber .light [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-amber.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #e2e8f0;
}
.theme-amber .light .mat-drawer-backdrop.mat-drawer-shown,
.theme-amber.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-amber .light .mat-step-header.cdk-keyboard-focused, .theme-amber .light .mat-step-header.cdk-program-focused, .theme-amber .light .mat-step-header:hover:not([aria-disabled]), .theme-amber .light .mat-step-header:hover[aria-disabled=false],
.theme-amber.light .mat-step-header.cdk-keyboard-focused,
.theme-amber.light .mat-step-header.cdk-program-focused,
.theme-amber.light .mat-step-header:hover:not([aria-disabled]),
.theme-amber.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(148, 163, 184, 0.12);
}
.theme-amber .light .mat-step-header:hover[aria-disabled=true],
.theme-amber.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-amber .light .mat-step-header:hover,
  .theme-amber.light .mat-step-header:hover {
    background: none;
  }
}
.theme-amber .light .mat-step-header .mat-step-label,
.theme-amber .light .mat-step-header .mat-step-optional,
.theme-amber.light .mat-step-header .mat-step-label,
.theme-amber.light .mat-step-header .mat-step-optional {
  color: #64748b;
}
.theme-amber .light .mat-step-header .mat-step-icon,
.theme-amber.light .mat-step-header .mat-step-icon {
  background-color: #64748b;
  color: #451a03;
}
.theme-amber .light .mat-step-header .mat-step-icon-selected,
.theme-amber .light .mat-step-header .mat-step-icon-state-done,
.theme-amber .light .mat-step-header .mat-step-icon-state-edit,
.theme-amber.light .mat-step-header .mat-step-icon-selected,
.theme-amber.light .mat-step-header .mat-step-icon-state-done,
.theme-amber.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #f59e0b;
  color: #451a03;
}
.theme-amber .light .mat-step-header.mat-accent .mat-step-icon,
.theme-amber.light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-amber .light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-amber .light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-amber .light .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-amber.light .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-amber.light .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-amber.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-amber .light .mat-step-header.mat-warn .mat-step-icon,
.theme-amber.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-amber .light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-amber .light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-amber .light .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-amber.light .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-amber.light .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-amber.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-amber .light .mat-step-header .mat-step-icon-state-error,
.theme-amber.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-amber .light .mat-step-header .mat-step-label.mat-step-label-active,
.theme-amber.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: #1e293b;
}
.theme-amber .light .mat-step-header .mat-step-label.mat-step-label-error,
.theme-amber.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-amber .light .mat-stepper-horizontal, .theme-amber .light .mat-stepper-vertical,
.theme-amber.light .mat-stepper-horizontal,
.theme-amber.light .mat-stepper-vertical {
  background-color: white;
}
.theme-amber .light .mat-stepper-vertical-line::before,
.theme-amber.light .mat-stepper-vertical-line::before {
  border-left-color: #e2e8f0;
}
.theme-amber .light .mat-horizontal-stepper-header::before,
.theme-amber .light .mat-horizontal-stepper-header::after,
.theme-amber .light .mat-stepper-horizontal-line,
.theme-amber.light .mat-horizontal-stepper-header::before,
.theme-amber.light .mat-horizontal-stepper-header::after,
.theme-amber.light .mat-stepper-horizontal-line {
  border-top-color: #e2e8f0;
}
.theme-amber .light .mat-sort-header-arrow,
.theme-amber.light .mat-sort-header-arrow {
  color: #64748b;
}
.theme-amber .light .mat-toolbar,
.theme-amber.light .mat-toolbar {
  background: white;
  color: #1e293b;
}
.theme-amber .light .mat-toolbar.mat-primary,
.theme-amber.light .mat-toolbar.mat-primary {
  background: #f59e0b;
  color: #451a03;
}
.theme-amber .light .mat-toolbar.mat-accent,
.theme-amber.light .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-amber .light .mat-toolbar.mat-warn,
.theme-amber.light .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-amber .light .mat-toolbar .mat-form-field-underline,
.theme-amber .light .mat-toolbar .mat-form-field-ripple,
.theme-amber .light .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-amber.light .mat-toolbar .mat-form-field-underline,
.theme-amber.light .mat-toolbar .mat-form-field-ripple,
.theme-amber.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-amber .light .mat-toolbar .mat-form-field-label,
.theme-amber .light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-amber .light .mat-toolbar .mat-select-value,
.theme-amber .light .mat-toolbar .mat-select-arrow,
.theme-amber .light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-amber.light .mat-toolbar .mat-form-field-label,
.theme-amber.light .mat-toolbar .mat-focused .mat-form-field-label,
.theme-amber.light .mat-toolbar .mat-select-value,
.theme-amber.light .mat-toolbar .mat-select-arrow,
.theme-amber.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-amber .light .mat-toolbar .mat-input-element,
.theme-amber.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-amber .light .mat-tree,
.theme-amber.light .mat-tree {
  background: white;
}
.theme-amber .light .mat-tree-node,
.theme-amber .light .mat-nested-tree-node,
.theme-amber.light .mat-tree-node,
.theme-amber.light .mat-nested-tree-node {
  color: #1e293b;
}

.theme-amber .dark .mat-ripple-element,
.theme-amber.dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-option,
.theme-amber.dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-amber .dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-amber .dark .mat-mdc-option.mat-mdc-option-active, .theme-amber .dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.theme-amber.dark .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.theme-amber.dark .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.theme-amber.dark .mat-mdc-option.mat-mdc-option-active,
.theme-amber.dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.theme-amber.dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-optgroup-label,
.theme-amber.dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-pseudo-checkbox,
.theme-amber.dark .mat-pseudo-checkbox {
  color: #94a3b8;
}
.theme-amber .dark .mat-pseudo-checkbox::after,
.theme-amber.dark .mat-pseudo-checkbox::after {
  color: #0f172a;
}
.theme-amber .dark .mat-pseudo-checkbox-disabled,
.theme-amber.dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-indeterminate,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-checked,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f59e0b;
}
.theme-amber .dark .mat-pseudo-checkbox-checked,
.theme-amber .dark .mat-pseudo-checkbox-indeterminate,
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-indeterminate,
.theme-amber.dark .mat-pseudo-checkbox-checked,
.theme-amber.dark .mat-pseudo-checkbox-indeterminate,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-checked,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1e293b;
}
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-indeterminate,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-checked,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #dc2626;
}
.theme-amber .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-amber .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.theme-amber.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-amber.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.theme-amber .dark .mat-app-background, .theme-amber .dark.mat-app-background,
.theme-amber.dark .mat-app-background,
.theme-amber.dark.mat-app-background {
  background-color: #0f172a;
  color: white;
}
.theme-amber .dark .mat-elevation-z0, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z0,
.theme-amber.dark .mat-elevation-z0,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z1, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z1,
.theme-amber.dark .mat-elevation-z1,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z2, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-amber.dark .mat-elevation-z2,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z3, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z3,
.theme-amber.dark .mat-elevation-z3,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z4, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z4,
.theme-amber.dark .mat-elevation-z4,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z5, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z5,
.theme-amber.dark .mat-elevation-z5,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z6, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z6,
.theme-amber.dark .mat-elevation-z6,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z7, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z7,
.theme-amber.dark .mat-elevation-z7,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z8, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z8,
.theme-amber.dark .mat-elevation-z8,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z9, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z9,
.theme-amber.dark .mat-elevation-z9,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z10, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z10,
.theme-amber.dark .mat-elevation-z10,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z11, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z11,
.theme-amber.dark .mat-elevation-z11,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z12, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z12,
.theme-amber.dark .mat-elevation-z12,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z13, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z13,
.theme-amber.dark .mat-elevation-z13,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z14, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z14,
.theme-amber.dark .mat-elevation-z14,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z15, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z15,
.theme-amber.dark .mat-elevation-z15,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z16, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z16,
.theme-amber.dark .mat-elevation-z16,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z17, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z17,
.theme-amber.dark .mat-elevation-z17,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z18, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z18,
.theme-amber.dark .mat-elevation-z18,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z19, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z19,
.theme-amber.dark .mat-elevation-z19,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z20, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z20,
.theme-amber.dark .mat-elevation-z20,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z21, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z21,
.theme-amber.dark .mat-elevation-z21,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z22, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z22,
.theme-amber.dark .mat-elevation-z22,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z23, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z23,
.theme-amber.dark .mat-elevation-z23,
.theme-amber.dark .mat-mdc-elevation-specific.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);
}
.theme-amber .dark .mat-elevation-z24, .theme-amber .dark .mat-mdc-elevation-specific.mat-elevation-z24,
.theme-amber.dark .mat-elevation-z24,
.theme-amber.dark .mat-mdc-elevation-specific.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;
}

.theme-amber .dark .mat-mdc-card,
.theme-amber.dark .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #1e293b;
}
.theme-amber .dark .mat-mdc-card-outlined,
.theme-amber.dark .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #394353;
}
.theme-amber .dark .mat-mdc-card-subtitle,
.theme-amber.dark .mat-mdc-card-subtitle {
  color: #94a3b8;
}
.theme-amber .dark .mat-mdc-progress-bar,
.theme-amber.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.theme-amber.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(245, 158, 11, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-amber.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-accent,
.theme-amber.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
}
.theme-amber .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.theme-amber.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(30, 41, 59, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-amber.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(30, 41, 59, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-warn,
.theme-amber.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
}
.theme-amber .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.theme-amber.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
}
.theme-amber .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-amber.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .dark .mat-mdc-tooltip,
.theme-amber.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.theme-amber .dark .mdc-text-field .mdc-text-field__input,
.theme-amber.dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.theme-amber.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-amber .dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-amber .dark .mdc-text-field--filled .mdc-text-field__ripple::after,
.theme-amber.dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.theme-amber .dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-amber .dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.theme-amber .dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-amber .dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.theme-amber .dark .mdc-text-field--filled:not(.mdc-text-field--disabled),
.theme-amber.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #273243;
}
.theme-amber .dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.theme-amber .dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mdc-text-field--filled .mdc-line-ripple::after,
.theme-amber.dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #f59e0b);
}
[dir=rtl] .theme-amber .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .theme-amber.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-amber .dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .theme-amber.dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-amber .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .theme-amber.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-amber .dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .theme-amber.dark .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-amber .dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-amber .dark .mdc-text-field--outlined .mdc-text-field__ripple::after,
.theme-amber.dark .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-amber.dark .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-amber .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .theme-amber.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-amber .dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .theme-amber.dark .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-amber .dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.dark .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field__input,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.theme-amber .dark .mdc-text-field--disabled .mdc-floating-label,
.theme-amber.dark .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.theme-amber .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.theme-amber.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-amber .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-amber.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.theme-amber.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-line-ripple::before,
.theme-amber.dark .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-floating-label,
  .theme-amber.dark .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .theme-amber.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-amber .dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-amber.dark .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .theme-amber.dark .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-line-ripple::before,
  .theme-amber.dark .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-amber .dark .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-amber.dark .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-amber .dark .mdc-text-field--disabled.mdc-text-field--filled,
.theme-amber.dark .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #232d3f;
}
[dir=rtl] .theme-amber .dark .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .theme-amber.dark .mdc-text-field--end-aligned .mdc-text-field__input, .theme-amber .dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .theme-amber.dark .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-amber .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .theme-amber.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-amber .dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .theme-amber.dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-amber .dark .mat-mdc-form-field-error,
.theme-amber.dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field-focus-overlay,
.theme-amber.dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-amber.dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-amber.dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.theme-amber .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.theme-amber.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-amber .dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.theme-amber.dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-amber .dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.theme-amber.dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.theme-amber.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.theme-amber.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.theme-amber.dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.theme-amber.dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #1e293b);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber .dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #dc2626);
}
.theme-amber .dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-amber.dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-amber .dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.theme-amber.dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-amber .dark .mdc-menu-surface,
.theme-amber.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-amber .dark .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-deprecated-list-group__subheader,
.theme-amber.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-divider::after,
.theme-amber.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .dark .mdc-list-divider,
.theme-amber.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-amber .dark .mat-mdc-select-value,
.theme-amber.dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mat-mdc-select-placeholder,
.theme-amber.dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.theme-amber .dark .mat-mdc-select-disabled .mat-mdc-select-value,
.theme-amber.dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.theme-amber .dark .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(245, 158, 11, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(30, 41, 59, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.theme-amber.dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.theme-amber .dark .mdc-menu-surface,
.theme-amber.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-amber .dark .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-deprecated-list-group__subheader,
.theme-amber.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-divider::after,
.theme-amber.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .dark .mdc-list-divider,
.theme-amber.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-amber .dark .mat-mdc-dialog-container,
.theme-amber.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.theme-amber .dark .mat-mdc-standard-chip,
.theme-amber.dark .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-amber .dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.theme-amber.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.theme-amber.dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-amber .dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.theme-amber.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.theme-amber.dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-amber .dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.theme-amber.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.theme-amber.dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.theme-amber .dark .mat-mdc-chip-focus-overlay,
.theme-amber.dark .mat-mdc-chip-focus-overlay {
  background: #FFFFFF;
}
.theme-amber .dark .mat-mdc-slide-toggle,
.theme-amber.dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.theme-amber .dark .mat-mdc-slide-toggle .mdc-form-field,
.theme-amber.dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.theme-amber.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-primary,
.theme-amber.dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-accent,
.theme-amber.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-warn,
.theme-amber.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-amber .dark .mat-mdc-radio-button .mdc-form-field,
.theme-amber.dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-mdc-radio-button.mat-primary,
.theme-amber.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-radio-button.mat-accent,
.theme-amber.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-amber .dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-radio-button.mat-warn,
.theme-amber.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-amber .dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-slider,
.theme-amber.dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.theme-amber .dark .mat-mdc-slider.mat-primary,
.theme-amber.dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mat-mdc-slider-ripple-color: #f59e0b;
  --mat-mdc-slider-hover-ripple-color: rgba(245, 158, 11, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(245, 158, 11, 0.2);
}
.theme-amber .dark .mat-mdc-slider.mat-accent,
.theme-amber.dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mat-mdc-slider-ripple-color: #1e293b;
  --mat-mdc-slider-hover-ripple-color: rgba(30, 41, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(30, 41, 59, 0.2);
}
.theme-amber .dark .mat-mdc-slider.mat-warn,
.theme-amber.dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-mdc-slider-ripple-color: #dc2626;
  --mat-mdc-slider-hover-ripple-color: rgba(220, 38, 38, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .dark .mdc-menu-surface,
.theme-amber.dark .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #1e293b);
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-amber .dark .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-deprecated-list-group__subheader,
.theme-amber.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-divider::after,
.theme-amber.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .dark .mdc-list-divider,
.theme-amber.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-amber .dark .mat-mdc-menu-item[disabled],
.theme-amber .dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-amber .dark .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.theme-amber.dark .mat-mdc-menu-item[disabled],
.theme-amber.dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-amber.dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-amber .dark .mat-mdc-menu-submenu-icon,
.theme-amber.dark .mat-mdc-menu-item .mat-icon-no-color,
.theme-amber.dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-amber .dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-amber .dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-amber .dark .mat-mdc-menu-item-highlighted:not([disabled]),
.theme-amber.dark .mat-mdc-menu-item:hover:not([disabled]),
.theme-amber.dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-amber.dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-amber.dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-mdc-list-item-interactive::before,
.theme-amber.dark .mat-mdc-list-item-interactive::before {
  background: white;
}
.theme-amber .dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-amber.dark .mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-list-item-interactive:focus::before,
.theme-amber.dark .mat-mdc-list-item-interactive:focus::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before,
.theme-amber.dark .mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #f59e0b;
  opacity: 0.16;
}
.theme-amber .dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before,
.theme-amber.dark .mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.24;
}
.theme-amber .dark .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.theme-amber .dark .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__secondary-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled .mdc-list-item__overline-text,
.theme-amber.dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.theme-amber.dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f59e0b);
}
.theme-amber .dark .mdc-deprecated-list-group__subheader,
.theme-amber.dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mdc-list-divider::after,
.theme-amber.dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-amber .dark .mdc-list-divider,
.theme-amber.dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-amber .dark .mat-mdc-list-option .mdc-list-item__start, .theme-amber .dark .mat-mdc-list-option .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-option .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-amber .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #1e293b;
}
.theme-amber .dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-amber .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #dc2626;
}
.theme-amber .dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-amber .dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.theme-amber.dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-paginator,
.theme-amber.dark .mat-mdc-paginator {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mat-mdc-paginator-icon,
.theme-amber.dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-paginator-decrement,
.theme-amber .dark .mat-mdc-paginator-increment,
.theme-amber.dark .mat-mdc-paginator-decrement,
.theme-amber.dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-paginator-first,
.theme-amber .dark .mat-mdc-paginator-last,
.theme-amber.dark .mat-mdc-paginator-first,
.theme-amber.dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-amber .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-amber .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-amber .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.theme-amber.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-amber.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-amber.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-amber.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.theme-amber.dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mat-mdc-tab, .theme-amber .dark .mat-mdc-tab-link,
.theme-amber.dark .mat-mdc-tab,
.theme-amber.dark .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-amber .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.theme-amber .dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-amber .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: #475569;
}
.theme-amber .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f59e0b;
}
.theme-amber .dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f59e0b);
}
.theme-amber .dark .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.dark .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #1e293b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #1e293b);
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #1e293b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #dc2626;
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #dc2626);
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #dc2626;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-primary, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-group.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #f59e0b;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-accent, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #1e293b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-warn, .theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #dc2626;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-amber .dark .mat-mdc-tab-header-pagination-chevron,
.theme-amber.dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.theme-amber .dark .mat-mdc-checkbox .mdc-form-field,
.theme-amber.dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.theme-amber .dark .mat-mdc-checkbox .mat-ripple-element,
.theme-amber.dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-checkbox .mdc-checkbox__ripple,
.theme-amber.dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary,
.theme-amber.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f59e0b;
}
.theme-amber .dark .mat-mdc-checkbox.mat-accent,
.theme-amber.dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #1e293b;
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn,
.theme-amber.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.theme-amber.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.theme-amber.dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #dc2626;
}
.theme-amber .dark .mat-mdc-checkbox-disabled label,
.theme-amber.dark .mat-mdc-checkbox-disabled label {
  color: #475569;
}
.theme-amber .dark .mat-mdc-button.mat-unthemed,
.theme-amber.dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-button.mat-primary,
.theme-amber.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-button.mat-accent,
.theme-amber.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
}
.theme-amber .dark .mat-mdc-button.mat-warn,
.theme-amber.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
}
.theme-amber .dark .mat-mdc-button[disabled][disabled],
.theme-amber.dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-unthemed,
.theme-amber.dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-primary,
.theme-amber.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #000;
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-accent,
.theme-amber.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-warn,
.theme-amber.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-unelevated-button[disabled][disabled],
.theme-amber.dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.theme-amber .dark .mat-mdc-raised-button.mat-unthemed,
.theme-amber.dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-raised-button.mat-primary,
.theme-amber.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #000;
}
.theme-amber .dark .mat-mdc-raised-button.mat-accent,
.theme-amber.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-raised-button.mat-warn,
.theme-amber.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-raised-button[disabled][disabled],
.theme-amber.dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.theme-amber .dark .mat-mdc-outlined-button,
.theme-amber.dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-unthemed,
.theme-amber.dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.theme-amber .dark .mat-mdc-outlined-button.mat-primary,
.theme-amber.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-outlined-button.mat-accent,
.theme-amber.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
}
.theme-amber .dark .mat-mdc-outlined-button.mat-warn,
.theme-amber.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
}
.theme-amber .dark .mat-mdc-outlined-button[disabled][disabled],
.theme-amber.dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mat-mdc-button, .theme-amber .dark .mat-mdc-outlined-button,
.theme-amber.dark .mat-mdc-button,
.theme-amber.dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-button.mat-primary, .theme-amber .dark .mat-mdc-outlined-button.mat-primary,
.theme-amber.dark .mat-mdc-button.mat-primary,
.theme-amber.dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f59e0b;
  --mat-mdc-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-accent, .theme-amber .dark .mat-mdc-outlined-button.mat-accent,
.theme-amber.dark .mat-mdc-button.mat-accent,
.theme-amber.dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-warn, .theme-amber .dark .mat-mdc-outlined-button.mat-warn,
.theme-amber.dark .mat-mdc-button.mat-warn,
.theme-amber.dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button, .theme-amber .dark .mat-mdc-unelevated-button,
.theme-amber.dark .mat-mdc-raised-button,
.theme-amber.dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-raised-button.mat-primary, .theme-amber .dark .mat-mdc-unelevated-button.mat-primary,
.theme-amber.dark .mat-mdc-raised-button.mat-primary,
.theme-amber.dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-accent, .theme-amber .dark .mat-mdc-unelevated-button.mat-accent,
.theme-amber.dark .mat-mdc-raised-button.mat-accent,
.theme-amber.dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-warn, .theme-amber .dark .mat-mdc-unelevated-button.mat-warn,
.theme-amber.dark .mat-mdc-raised-button.mat-warn,
.theme-amber.dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button,
.theme-amber.dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-icon-button.mat-primary,
.theme-amber.dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f59e0b;
  --mat-mdc-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-accent,
.theme-amber.dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #1e293b;
  --mat-mdc-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-warn,
.theme-amber.dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #dc2626;
  --mat-mdc-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-primary,
.theme-amber.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-icon-button.mat-accent,
.theme-amber.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
}
.theme-amber .dark .mat-mdc-icon-button.mat-warn,
.theme-amber.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
}
.theme-amber .dark .mat-mdc-icon-button[disabled][disabled],
.theme-amber.dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.theme-amber .dark .mat-mdc-fab, .theme-amber .dark .mat-mdc-mini-fab,
.theme-amber.dark .mat-mdc-fab,
.theme-amber.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.theme-amber .dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-amber .dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.theme-amber.dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.theme-amber .dark .mat-mdc-fab.mat-primary, .theme-amber .dark .mat-mdc-mini-fab.mat-primary,
.theme-amber.dark .mat-mdc-fab.mat-primary,
.theme-amber.dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-accent, .theme-amber .dark .mat-mdc-mini-fab.mat-accent,
.theme-amber.dark .mat-mdc-fab.mat-accent,
.theme-amber.dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-warn, .theme-amber .dark .mat-mdc-mini-fab.mat-warn,
.theme-amber.dark .mat-mdc-fab.mat-warn,
.theme-amber.dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-unthemed, .theme-amber .dark .mat-mdc-mini-fab.mat-unthemed,
.theme-amber.dark .mat-mdc-fab.mat-unthemed,
.theme-amber.dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-amber .dark .mat-mdc-fab.mat-primary, .theme-amber .dark .mat-mdc-mini-fab.mat-primary,
.theme-amber.dark .mat-mdc-fab.mat-primary,
.theme-amber.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-amber .dark .mat-mdc-fab.mat-accent, .theme-amber .dark .mat-mdc-mini-fab.mat-accent,
.theme-amber.dark .mat-mdc-fab.mat-accent,
.theme-amber.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-amber .dark .mat-mdc-fab.mat-warn, .theme-amber .dark .mat-mdc-mini-fab.mat-warn,
.theme-amber.dark .mat-mdc-fab.mat-warn,
.theme-amber.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-amber .dark .mat-mdc-fab[disabled][disabled], .theme-amber .dark .mat-mdc-mini-fab[disabled][disabled],
.theme-amber.dark .mat-mdc-fab[disabled][disabled],
.theme-amber.dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.theme-amber .dark .mat-mdc-snack-bar-container,
.theme-amber.dark .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
}
.theme-amber .dark .mdc-data-table,
.theme-amber.dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #1e293b);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mdc-data-table__row,
.theme-amber.dark .mdc-data-table__row {
  background-color: inherit;
}
.theme-amber .dark .mdc-data-table__header-cell,
.theme-amber.dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #1e293b);
}
.theme-amber .dark .mdc-data-table__row--selected,
.theme-amber.dark .mdc-data-table__row--selected {
  background-color: rgba(245, 158, 11, 0.04);
}
.theme-amber .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-amber .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-amber .dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.theme-amber.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-amber.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-amber.dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mdc-data-table__cell,
.theme-amber .dark .mdc-data-table__header-cell,
.theme-amber.dark .mdc-data-table__cell,
.theme-amber.dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mdc-data-table__pagination,
.theme-amber.dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.theme-amber.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-amber .dark .mdc-data-table__header-cell,
.theme-amber.dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.theme-amber .dark .mdc-data-table__pagination-total,
.theme-amber .dark .mdc-data-table__pagination-rows-per-page-label,
.theme-amber .dark .mdc-data-table__cell,
.theme-amber.dark .mdc-data-table__pagination-total,
.theme-amber.dark .mdc-data-table__pagination-rows-per-page-label,
.theme-amber.dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .theme-amber .dark .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .theme-amber.dark .mdc-data-table__pagination-button .mdc-button__icon, .theme-amber .dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .theme-amber.dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-amber .dark .mat-mdc-table,
.theme-amber.dark .mat-mdc-table {
  background: #1e293b;
}
.theme-amber .dark .mat-mdc-progress-spinner,
.theme-amber.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-progress-spinner.mat-accent,
.theme-amber.dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-amber .dark .mat-mdc-progress-spinner.mat-warn,
.theme-amber.dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .dark .mat-badge-content,
.theme-amber.dark .mat-badge-content {
  color: #451a03;
  background: #f59e0b;
}
.cdk-high-contrast-active .theme-amber .dark .mat-badge-content, .cdk-high-contrast-active .theme-amber.dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-amber .dark .mat-badge-accent .mat-badge-content,
.theme-amber.dark .mat-badge-accent .mat-badge-content {
  background: #1e293b;
  color: white;
}
.theme-amber .dark .mat-badge-warn .mat-badge-content,
.theme-amber.dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #dc2626;
}
.theme-amber .dark .mat-badge-disabled .mat-badge-content,
.theme-amber.dark .mat-badge-disabled .mat-badge-content {
  background: #1e293b;
  color: #475569;
}
.theme-amber .dark .mat-bottom-sheet-container,
.theme-amber.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;
}
.theme-amber .dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-amber .dark .mat-button-toggle-group:not([class*=mat-elevation-z]),
.theme-amber.dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-amber.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);
}
.theme-amber .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber .dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-amber.dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-amber .dark .mat-button-toggle,
.theme-amber.dark .mat-button-toggle {
  color: #64748b;
}
.theme-amber .dark .mat-button-toggle .mat-button-toggle-focus-overlay,
.theme-amber.dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-amber .dark .mat-button-toggle-appearance-standard,
.theme-amber.dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #1e293b;
}
.theme-amber .dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.theme-amber.dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #e2e8f0;
}
.theme-amber .dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-amber.dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #374152;
}
.theme-amber .dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.theme-amber.dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #374152;
}
.theme-amber .dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.theme-amber.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;
}
.theme-amber .dark .mat-button-toggle-checked,
.theme-amber.dark .mat-button-toggle-checked {
  background-color: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
.theme-amber .dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.theme-amber.dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.theme-amber .dark .mat-button-toggle-disabled,
.theme-amber.dark .mat-button-toggle-disabled {
  color: #1e293b;
  background-color: #0f172a;
}
.theme-amber .dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.theme-amber.dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #1e293b;
}
.theme-amber .dark .mat-button-toggle-disabled.mat-button-toggle-checked,
.theme-amber.dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #1e293b;
}
.theme-amber .dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-amber .dark .mat-button-toggle-group-appearance-standard,
.theme-amber.dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-amber.dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #374152;
}
.theme-amber .dark .mat-calendar-arrow,
.theme-amber.dark .mat-calendar-arrow {
  fill: #f1f5f9;
}
.theme-amber .dark .mat-datepicker-toggle,
.theme-amber .dark .mat-datepicker-content .mat-calendar-next-button,
.theme-amber .dark .mat-datepicker-content .mat-calendar-previous-button,
.theme-amber.dark .mat-datepicker-toggle,
.theme-amber.dark .mat-datepicker-content .mat-calendar-next-button,
.theme-amber.dark .mat-datepicker-content .mat-calendar-previous-button {
  color: #f1f5f9;
}
.theme-amber .dark .mat-calendar-table-header-divider::after,
.theme-amber.dark .mat-calendar-table-header-divider::after {
  background: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-calendar-table-header,
.theme-amber .dark .mat-calendar-body-label,
.theme-amber.dark .mat-calendar-table-header,
.theme-amber.dark .mat-calendar-body-label {
  color: #94a3b8;
}
.theme-amber .dark .mat-calendar-body-cell-content,
.theme-amber .dark .mat-date-range-input-separator,
.theme-amber.dark .mat-calendar-body-cell-content,
.theme-amber.dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.theme-amber .dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: #475569;
}
.theme-amber .dark .mat-form-field-disabled .mat-date-range-input-separator,
.theme-amber.dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: #475569;
}
.theme-amber .dark .mat-calendar-body-in-preview,
.theme-amber.dark .mat-calendar-body-in-preview {
  color: rgba(241, 245, 249, 0.24);
}
.theme-amber .dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #64748b;
}
.theme-amber .dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.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);
}
.theme-amber .dark .mat-calendar-body-in-range::before,
.theme-amber.dark .mat-calendar-body-in-range::before {
  background: rgba(245, 158, 11, 0.2);
}
.theme-amber .dark .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-calendar-body-in-comparison-range::before,
.theme-amber.dark .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .dark .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(245, 158, 11, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .dark .mat-calendar-body-selected,
.theme-amber.dark .mat-calendar-body-selected {
  background-color: #f59e0b;
  color: #451a03;
}
.theme-amber .dark .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(245, 158, 11, 0.4);
}
.theme-amber .dark .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #451a03;
}
.theme-amber .dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber .dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-amber.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: rgba(245, 158, 11, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(245, 158, 11, 0.3);
  }
}
.theme-amber .dark .mat-datepicker-content,
.theme-amber.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;
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(30, 41, 59, 0.2);
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 41, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1e293b;
  color: white;
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 41, 59, 0.4);
}
.theme-amber .dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-amber .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),
.theme-amber .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),
.theme-amber.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),
.theme-amber.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: rgba(30, 41, 59, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(30, 41, 59, 0.3);
  }
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(220, 38, 38, 0.2);
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-amber .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-amber .dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-amber.dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(220, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #dc2626;
  color: white;
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(220, 38, 38, 0.4);
}
.theme-amber .dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.theme-amber.dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-amber .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),
.theme-amber .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),
.theme-amber.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),
.theme-amber.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: rgba(220, 38, 38, 0.3);
}
@media (hover: hover) {
  .theme-amber .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),
  .theme-amber.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: rgba(220, 38, 38, 0.3);
  }
}
.theme-amber .dark .mat-datepicker-content-touch,
.theme-amber.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);
}
.theme-amber .dark .mat-datepicker-toggle-active,
.theme-amber.dark .mat-datepicker-toggle-active {
  color: #f59e0b;
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-accent,
.theme-amber.dark .mat-datepicker-toggle-active.mat-accent {
  color: #1e293b;
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-warn,
.theme-amber.dark .mat-datepicker-toggle-active.mat-warn {
  color: #dc2626;
}
.theme-amber .dark .mat-date-range-input-inner[disabled],
.theme-amber.dark .mat-date-range-input-inner[disabled] {
  color: #475569;
}
.theme-amber .dark .mat-divider,
.theme-amber.dark .mat-divider {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-divider-vertical,
.theme-amber.dark .mat-divider-vertical {
  border-right-color: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-expansion-panel,
.theme-amber.dark .mat-expansion-panel {
  background: #1e293b;
  color: white;
}
.theme-amber .dark .mat-expansion-panel:not([class*=mat-elevation-z]),
.theme-amber.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);
}
.theme-amber .dark .mat-action-row,
.theme-amber.dark .mat-action-row {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-amber .dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-amber .dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.theme-amber.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.theme-amber.dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.theme-amber.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) {
  .theme-amber .dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .theme-amber.dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #1e293b;
  }
}
.theme-amber .dark .mat-expansion-panel-header-title,
.theme-amber.dark .mat-expansion-panel-header-title {
  color: white;
}
.theme-amber .dark .mat-expansion-panel-header-description,
.theme-amber .dark .mat-expansion-indicator::after,
.theme-amber.dark .mat-expansion-panel-header-description,
.theme-amber.dark .mat-expansion-indicator::after {
  color: #94a3b8;
}
.theme-amber .dark .mat-expansion-panel-header[aria-disabled=true],
.theme-amber.dark .mat-expansion-panel-header[aria-disabled=true] {
  color: #1e293b;
}
.theme-amber .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-amber .dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.theme-amber.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-amber.dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-amber .dark .mat-icon.mat-primary,
.theme-amber.dark .mat-icon.mat-primary {
  color: #f59e0b;
}
.theme-amber .dark .mat-icon.mat-accent,
.theme-amber.dark .mat-icon.mat-accent {
  color: #1e293b;
}
.theme-amber .dark .mat-icon.mat-warn,
.theme-amber.dark .mat-icon.mat-warn {
  color: #dc2626;
}
.theme-amber .dark .mat-drawer-container,
.theme-amber.dark .mat-drawer-container {
  background-color: #0f172a;
  color: white;
}
.theme-amber .dark .mat-drawer,
.theme-amber.dark .mat-drawer {
  background-color: #1e293b;
  color: white;
}
.theme-amber .dark .mat-drawer.mat-drawer-push,
.theme-amber.dark .mat-drawer.mat-drawer-push {
  background-color: #1e293b;
}
.theme-amber .dark .mat-drawer:not(.mat-drawer-side),
.theme-amber.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);
}
.theme-amber .dark .mat-drawer-side,
.theme-amber.dark .mat-drawer-side {
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-drawer-side.mat-drawer-end,
.theme-amber.dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-amber .dark [dir=rtl] .mat-drawer-side,
.theme-amber.dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(241, 245, 249, 0.12);
  border-right: none;
}
.theme-amber .dark [dir=rtl] .mat-drawer-side.mat-drawer-end,
.theme-amber.dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-drawer-backdrop.mat-drawer-shown,
.theme-amber.dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(225, 214, 196, 0.6);
}
.theme-amber .dark .mat-step-header.cdk-keyboard-focused, .theme-amber .dark .mat-step-header.cdk-program-focused, .theme-amber .dark .mat-step-header:hover:not([aria-disabled]), .theme-amber .dark .mat-step-header:hover[aria-disabled=false],
.theme-amber.dark .mat-step-header.cdk-keyboard-focused,
.theme-amber.dark .mat-step-header.cdk-program-focused,
.theme-amber.dark .mat-step-header:hover:not([aria-disabled]),
.theme-amber.dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-amber .dark .mat-step-header:hover[aria-disabled=true],
.theme-amber.dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-amber .dark .mat-step-header:hover,
  .theme-amber.dark .mat-step-header:hover {
    background: none;
  }
}
.theme-amber .dark .mat-step-header .mat-step-label,
.theme-amber .dark .mat-step-header .mat-step-optional,
.theme-amber.dark .mat-step-header .mat-step-label,
.theme-amber.dark .mat-step-header .mat-step-optional {
  color: #94a3b8;
}
.theme-amber .dark .mat-step-header .mat-step-icon,
.theme-amber.dark .mat-step-header .mat-step-icon {
  background-color: #94a3b8;
  color: #451a03;
}
.theme-amber .dark .mat-step-header .mat-step-icon-selected,
.theme-amber .dark .mat-step-header .mat-step-icon-state-done,
.theme-amber .dark .mat-step-header .mat-step-icon-state-edit,
.theme-amber.dark .mat-step-header .mat-step-icon-selected,
.theme-amber.dark .mat-step-header .mat-step-icon-state-done,
.theme-amber.dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #f59e0b;
  color: #451a03;
}
.theme-amber .dark .mat-step-header.mat-accent .mat-step-icon,
.theme-amber.dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-amber .dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-amber .dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-amber .dark .mat-step-header.mat-accent .mat-step-icon-state-edit,
.theme-amber.dark .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-amber.dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-amber.dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1e293b;
  color: white;
}
.theme-amber .dark .mat-step-header.mat-warn .mat-step-icon,
.theme-amber.dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-amber .dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-amber .dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-amber .dark .mat-step-header.mat-warn .mat-step-icon-state-edit,
.theme-amber.dark .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-amber.dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-amber.dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #dc2626;
  color: white;
}
.theme-amber .dark .mat-step-header .mat-step-icon-state-error,
.theme-amber.dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #dc2626;
}
.theme-amber .dark .mat-step-header .mat-step-label.mat-step-label-active,
.theme-amber.dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.theme-amber .dark .mat-step-header .mat-step-label.mat-step-label-error,
.theme-amber.dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #dc2626;
}
.theme-amber .dark .mat-stepper-horizontal, .theme-amber .dark .mat-stepper-vertical,
.theme-amber.dark .mat-stepper-horizontal,
.theme-amber.dark .mat-stepper-vertical {
  background-color: #1e293b;
}
.theme-amber .dark .mat-stepper-vertical-line::before,
.theme-amber.dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-horizontal-stepper-header::before,
.theme-amber .dark .mat-horizontal-stepper-header::after,
.theme-amber .dark .mat-stepper-horizontal-line,
.theme-amber.dark .mat-horizontal-stepper-header::before,
.theme-amber.dark .mat-horizontal-stepper-header::after,
.theme-amber.dark .mat-stepper-horizontal-line {
  border-top-color: rgba(241, 245, 249, 0.12);
}
.theme-amber .dark .mat-sort-header-arrow,
.theme-amber.dark .mat-sort-header-arrow {
  color: #94a3b8;
}
.theme-amber .dark .mat-toolbar,
.theme-amber.dark .mat-toolbar {
  background: #0f172a;
  color: white;
}
.theme-amber .dark .mat-toolbar.mat-primary,
.theme-amber.dark .mat-toolbar.mat-primary {
  background: #f59e0b;
  color: #451a03;
}
.theme-amber .dark .mat-toolbar.mat-accent,
.theme-amber.dark .mat-toolbar.mat-accent {
  background: #1e293b;
  color: white;
}
.theme-amber .dark .mat-toolbar.mat-warn,
.theme-amber.dark .mat-toolbar.mat-warn {
  background: #dc2626;
  color: white;
}
.theme-amber .dark .mat-toolbar .mat-form-field-underline,
.theme-amber .dark .mat-toolbar .mat-form-field-ripple,
.theme-amber .dark .mat-toolbar .mat-focused .mat-form-field-ripple,
.theme-amber.dark .mat-toolbar .mat-form-field-underline,
.theme-amber.dark .mat-toolbar .mat-form-field-ripple,
.theme-amber.dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-amber .dark .mat-toolbar .mat-form-field-label,
.theme-amber .dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-amber .dark .mat-toolbar .mat-select-value,
.theme-amber .dark .mat-toolbar .mat-select-arrow,
.theme-amber .dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.theme-amber.dark .mat-toolbar .mat-form-field-label,
.theme-amber.dark .mat-toolbar .mat-focused .mat-form-field-label,
.theme-amber.dark .mat-toolbar .mat-select-value,
.theme-amber.dark .mat-toolbar .mat-select-arrow,
.theme-amber.dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-amber .dark .mat-toolbar .mat-input-element,
.theme-amber.dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-amber .dark .mat-tree,
.theme-amber.dark .mat-tree {
  background: #1e293b;
}
.theme-amber .dark .mat-tree-node,
.theme-amber .dark .mat-nested-tree-node,
.theme-amber.dark .mat-tree-node,
.theme-amber.dark .mat-nested-tree-node {
  color: white;
}
/*
 * 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;
  }
}

/*!
 * 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: 0px;
  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: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #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: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #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 {
  box-sizing: border-box;
}
.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 0px;
}
.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: 0px;
  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: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.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: 0px 0px 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: 0px;
  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: 0px;
}
.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;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  @ Import third party library styles here.
/* ----------------------------------------------------------------------------------------------------- */
/* Perfect scrollbar */
/* Quill */
/* ----------------------------------------------------------------------------------------------------- */
/*  @ 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 600000s 0s, color 600000s 0s !important;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s !important;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s !important;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s !important;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input [data-autocompleted],
textarea [data-autocompleted] {
  background-color: transparent !important;
}

/* -------------------------------------------------------------------------- */
/*  @ 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;
  }
}

/* -------------------------------------------------------------------------- */
/*  @ Font smoothing
/* -------------------------------------------------------------------------- */
*[class*=mat-],
*[class*=mat-mdc-] {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
*[class*=mat-] *,
*[class*=mat-mdc-] * {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

/* -------------------------------------------------------------------------- */
/*  @ 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 {
  --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-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button,
.mat-mdc-icon-button,
.mat-mdc-fab,
.mat-mdc-mini-fab {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 1 !important;
  /* Large button */
  /* Lower the icon opacity on disabled buttons */
}
.mat-mdc-button.fuse-mat-button-large,
.mat-mdc-raised-button.fuse-mat-button-large,
.mat-mdc-outlined-button.fuse-mat-button-large,
.mat-mdc-unelevated-button.fuse-mat-button-large,
.mat-mdc-icon-button.fuse-mat-button-large,
.mat-mdc-fab.fuse-mat-button-large,
.mat-mdc-mini-fab.fuse-mat-button-large {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.mat-mdc-button[disabled=true] .mat-icon,
.mat-mdc-raised-button[disabled=true] .mat-icon,
.mat-mdc-outlined-button[disabled=true] .mat-icon,
.mat-mdc-unelevated-button[disabled=true] .mat-icon,
.mat-mdc-icon-button[disabled=true] .mat-icon,
.mat-mdc-fab[disabled=true] .mat-icon,
.mat-mdc-mini-fab[disabled=true] .mat-icon {
  opacity: 0.38 !important;
}

/* Icon buttons */
.mat-mdc-icon-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  padding: 0 !important;
}
.mat-mdc-icon-button svg,
.mat-mdc-icon-button img {
  height: auto !important;
}

/* FAB buttons */
.mat-mdc-fab {
  max-height: 56px;
  border-radius: 16px !important;
}
.mat-mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 16px !important;
}

/* Mini FAB buttons */
.mat-mdc-mini-fab {
  border-radius: 12px !important;
}
.mat-mdc-mini-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 12px !important;
}

/* Rounded design */
.mat-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button {
  padding: 0 20px !important;
  border-radius: 9999px !important;
}

/* Fix the alignment of icons when used within buttons */
.mat-mdc-button > .mat-icon,
.mat-mdc-raised-button > .mat-icon,
.mat-mdc-outlined-button > .mat-icon,
.mat-mdc-unelevated-button > .mat-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Adjust the color of mat-progress-spinner when used within buttons */
.mat-mdc-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-raised-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-outlined-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-unelevated-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-icon-button .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-fab .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle,
.mat-mdc-mini-fab .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-container circle {
  stroke: currentColor !important;
  animation-duration: 6000ms;
}

/* Adjust the focus, ripple and icon colors of colored background buttons */
.mat-mdc-raised-button,
.mat-mdc-unelevated-button,
.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #94a3b8 !important;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1) !important;
}
.dark .mat-mdc-raised-button,
.dark .mat-mdc-unelevated-button,
.dark .mat-mdc-fab,
.dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000 !important;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1) !important;
}
.mat-mdc-raised-button .mat-icon,
.mat-mdc-unelevated-button .mat-icon,
.mat-mdc-fab .mat-icon,
.mat-mdc-mini-fab .mat-icon {
  color: currentColor !important;
}
.mat-mdc-raised-button .mat-ripple-element,
.mat-mdc-unelevated-button .mat-ripple-element,
.mat-mdc-fab .mat-ripple-element,
.mat-mdc-mini-fab .mat-ripple-element {
  background-color: rgb(0 0 0 / 0.1) !important;
}

/* Color the icons of transparent background buttons */
.mat-mdc-button:not([disabled=true]),
.mat-mdc-icon-button:not([disabled=true]),
.mat-mdc-outlined-button:not([disabled=true]) {
  /* Apply primary color */
  /* Apply accent color */
  /* Apply warn color */
}
.mat-mdc-button:not([disabled=true]).mat-primary .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-primary .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-primary .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-button:not([disabled=true]).mat-accent .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-accent .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-accent .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-button:not([disabled=true]).mat-warn .mat-icon,
.mat-mdc-icon-button:not([disabled=true]).mat-warn .mat-icon,
.mat-mdc-outlined-button:not([disabled=true]).mat-warn .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}

/* Adjust the border color of outlined buttons */
.mat-mdc-outlined-button {
  /* Not disabled */
  /* Disabled */
}
.mat-mdc-outlined-button:not([disabled=true]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.mat-mdc-outlined-button:not([disabled=true]):is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.mat-mdc-outlined-button[disabled=true] {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.mat-mdc-outlined-button[disabled=true]:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

/* Don't wrap the button label text */
.mdc-button .mdc-button__label {
  white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/*  @ 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;
  line-height: 40px !important;
  --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;
}

/* -------------------------------------------------------------------------- */
/*  @ Checkbox
/* -------------------------------------------------------------------------- */
.mat-mdc-checkbox {
  display: inline-flex !important;
}
.mat-mdc-checkbox .mdc-form-field {
  padding-right: 12px;
}

.mdc-checkbox__native-control {
  opacity: 0 !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Chip
/* -------------------------------------------------------------------------- */
.mat-mdc-chip {
  font-weight: 500 !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Dialog
/* -------------------------------------------------------------------------- */
.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px !important;
  padding: 24px;
}

/* -------------------------------------------------------------------------- */
/*  @ Drawer
/* -------------------------------------------------------------------------- */
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Form fields
/* -------------------------------------------------------------------------- */
/* "fill" appearance */
.mat-mdc-form-field.mat-form-field-appearance-fill {
  /* Disabled */
  /* Invalid */
  /* Hover */
  /* Focused */
  /* Focused and valid fields */
  /* Remove the default arrow for native select */
  /* Default style tweaks and enhancements */
  /* Subscript tweaks */
  /* Adds better alignment for textarea inputs */
  /* Rounded */
  /* Dense */
  /* Emphasized affix */
  /* Bolder border width */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-disabled {
  opacity: 0.7 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid {
  /* Border color */
  /* Select */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-text-field-wrapper {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-text-field-wrapper:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-select {
  /* Placeholder color */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-mdc-select .mat-mdc-select-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) {
  /* Border color */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-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-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-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-mdc-form-field.mat-form-field-appearance-fill.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
  display: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  padding: 0;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  --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;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:is(.dark *) {
  --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-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  /* Adjust the top spacing and overflow when mat-label present */
  /* Form field */
  /* Remove the underline */
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper:not(.mdc-text-field--no-label) {
  margin-top: 24px;
  overflow: visible;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  border-radius: 6px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  padding: 0 16px;
  /* Infix */
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 12px;
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 4px 0 -10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-left: -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 12px;
  padding: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin-left: 10px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-right: -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-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-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  /* Datepicker default icon size */
  /* Make mat-select usable as prefix and suffix */
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-primary 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-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-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-accent 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-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-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select-value,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-icon,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select-value,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select-value,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-icon,.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button:not([disabled]),.mat-toolbar.mat-warn 
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select-value {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle-default-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-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-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle-default-icon svg,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-datepicker-toggle-default-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select {
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-value {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select:focus .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  border-top-color: var(--fuse-primary) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger {
  display: flex;
  align-items: center;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value {
  display: flex;
  max-width: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value mat-mdc-select-trigger .mat-icon {
  margin: 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper {
  display: flex;
  align-items: center;
  transform: none;
  margin-left: 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  min-height: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  position: static;
  display: flex;
  align-items: center;
  width: 88px;
  min-height: 48px;
  padding: 0;
  border: 0;
  /* Floating label - disable floating action */
  /* Textarea */
  /* Chips */
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-floating-label {
  top: -25px !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  pointer-events: auto;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix textarea.mat-mdc-input-element {
  margin: 12px 0;
  padding: 0 6px 0 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-chip-set {
  width: 100%;
  margin: 0 -8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper {
  font-size: 12px;
  font-weight: 500;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-self: flex-start;
  padding-top: 14px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded {
  /* Emphasized affix */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded .mat-mdc-text-field-wrapper {
  border-radius: 24px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  border-radius: 24px 0 0 24px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 2px 0 -10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-right: 4px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  border-radius: 0 24px 24px 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 2px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-left: 4px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-left: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense {
  /* Adds better alignment for textarea inputs */
  /* Rounded */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix .mat-mdc-icon-button {
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin-left: -6px;
  margin-right: 12px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin-left: 12px;
  margin-right: -6px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-height: 40px;
  /* Textarea */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix textarea.mat-mdc-input-element {
  margin: 8px 0;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  padding-top: 10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded {
  /* Emphasized affix */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded .mat-mdc-text-field-wrapper {
  border-radius: 20px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  border-radius: 20px 0 0 20px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-dense.fuse-mat-rounded.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  border-radius: 0 20px 20px 0 !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix {
  /* with Textarea */
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix {
  align-self: stretch !important;
  margin: 0 16px 0 -16px !important;
  padding-left: 16px !important;
  border-radius: 6px 0 0 6px;
  border-right-width: 1px;
  border-style: solid;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-icon {
  margin-right: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-icon-button {
  margin: 0 6px 0 -10px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-mdc-select {
  margin-right: 12px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > .mat-datepicker-toggle {
  margin-right: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-right: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-self: stretch !important;
  margin: 0 -16px 0 16px !important;
  padding-right: 16px !important;
  border-radius: 0 6px 6px 0;
  border-left-width: 1px;
  border-style: solid;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-icon {
  margin-left: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-icon-button,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-icon-button {
  margin: 0 -10px 0 6px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-mdc-select,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-mdc-select {
  margin: 0 -4px 0 16px !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-datepicker-toggle,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > .mat-datepicker-toggle {
  margin-left: 8px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix > *:not(.mat-icon):not(.mat-mdc-icon-button):not(.mat-mdc-select):not(.mat-datepicker-toggle) {
  margin-left: 16px;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-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;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-prefix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-emphasized-affix:has(textarea.mat-mdc-input-element) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-text-suffix {
  align-items: flex-start;
}
.mat-mdc-form-field.mat-form-field-appearance-fill.fuse-mat-bold .mat-mdc-text-field-wrapper {
  border-width: 2px !important;
}

/* "outline" appearance */
.mat-mdc-form-field.mat-form-field-appearance-outline {
  /* Invalid */
  /* Focused */
  /* Remove the extra border on the right side of the notch */
  /* Tailwind's global border setter causes this issue */
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-invalid .mdc-notched-outline__trailing {
  border-color: var(--fuse-warn) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid) {
  /* Primary */
  /* Accent */
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-primary .mdc-notched-outline__trailing {
  border-color: var(--fuse-primary) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused:not(.mat-form-field-invalid).mat-accent .mdc-notched-outline__trailing {
  border-color: var(--fuse-accent) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch:is(.dark *),
.mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch {
  border-right-style: none !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Datepicker
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  @ 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-mdc-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-mdc-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-mdc-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-mdc-input-element::placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-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-mdc-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-mdc-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-mdc-input-element::-moz-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-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-mdc-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-mdc-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-mdc-input-element::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-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-mdc-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-mdc-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-mdc-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-mdc-input-element {
  /* Placeholder color */
}
.mat-form-field-invalid .mat-mdc-input-element::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.mat-form-field-invalid .mat-mdc-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-mdc-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-mdc-input-element:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Menu
/* -------------------------------------------------------------------------- */
.mat-mdc-menu-panel {
  min-width: 144px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  /* Divider within mat-menu */
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  display: flex;
  align-items: center;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item > span {
  display: inline-flex;
  align-items: center;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-menu-item-submenu-trigger {
  padding-right: 40px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon {
  margin-right: 12px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon-no-color {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-mat-icon-rgb), var(--tw-text-opacity));
}
.mat-mdc-menu-panel .mat-mdc-menu-content mat-divider {
  margin: 8px 0;
}

/* -------------------------------------------------------------------------- */
/*  @ Paginator
/* -------------------------------------------------------------------------- */
.mat-mdc-paginator .mat-mdc-paginator-container {
  padding: 8px 16px;
  justify-content: space-between;
  /* Page size select */
  /* Range actions */
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container {
    justify-content: normal;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
  align-items: center;
  min-height: 40px;
  margin: 8px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
  display: none;
  margin-right: 12px;
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
    display: block;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select {
  margin: 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper {
  padding: 0 10px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper .mat-form-field-flex {
  min-height: 32px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions {
  margin: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  margin-right: 16px;
}

/* -------------------------------------------------------------------------- */
/*  @ Select
/* -------------------------------------------------------------------------- */
.mat-mdc-select {
  display: inline-flex !important;
}
.mat-mdc-select .mat-mdc-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-mdc-select .mat-mdc-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-mdc-select .mat-mdc-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-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value {
  position: relative;
  display: flex;
  max-width: none;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text {
  display: inline-flex;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper {
  transform: translateY(0) !important;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  margin: 0 0 0 8px;
}

/* -------------------------------------------------------------------------- */
/*  @ Slide Toggle
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  @ 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;
}

/* -------------------------------------------------------------------------- */
/*  @ Table
/* -------------------------------------------------------------------------- */
.mat-mdc-table .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background: none !important;
}

/* -------------------------------------------------------------------------- */
/*  @ Tabs
/* -------------------------------------------------------------------------- */
.mat-mdc-tab-group {
  /* No header */
}
.mat-mdc-tab-group.fuse-mat-no-header .mat-mdc-tab-header {
  height: 0 !important;
  max-height: 0 !important;
  border: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.mat-mdc-tab-group:not(.mat-background-primary):not(.mat-background-accent) .mat-mdc-tab-header .mat-mdc-tab-label-container {
  box-shadow: inset 0 -1px var(--fuse-border);
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container {
  margin: 0 24px;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  padding: 24px;
}

/* -------------------------------------------------------------------------- */
/*  @ Textarea
/* -------------------------------------------------------------------------- */
textarea.mat-mdc-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;
}

/* -------------------------------------------------------------------------- */
/*  @ Tooltip
/* -------------------------------------------------------------------------- */
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: var(--fuse-text-default) !important;
  color: white;
}
.dark .mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: var(--fuse-text-secondary) !important;
  color: var(--fuse-bg-default) !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: auto;
  max-height: 400px;
  position: relative;
  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 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
}
.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;
}
.ql-container .ql-tooltip {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .ql-container .ql-tooltip {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
  --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;
}
.ql-container .ql-tooltip:before {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.6 !important;
}
.ql-container .ql-tooltip .ql-action,
.ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity));
}
.dark .ql-container .ql-tooltip .ql-action,
.dark .ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity));
}
.ql-container .ql-tooltip .ql-action:after {
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.dark .ql-container .ql-tooltip .ql-action:after {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ql-container .ql-tooltip input {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  border-radius: 0.125rem !important;
  --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;
}
.dark .ql-container .ql-tooltip input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}

/* 1. Components */
/* 2. Overrides */
.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.ag-icon::before {
  content: "";
}
.ag-icon::after {
  background: transparent var(--ag-icon-image, none) center/contain no-repeat;
  display: var(--ag-icon-image-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  opacity: 0.9;
  content: "";
}

.ag-icon-aggregation {
  font-family: var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color));
}

.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "\f101");
}

.ag-icon-aggregation::after {
  background-image: var(--ag-icon-image-aggregation, var(--ag-icon-image));
  display: var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));
}

.ag-icon-arrows {
  font-family: var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-arrows, var(--ag-icon-font-color));
}

.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "\f102");
}

.ag-icon-arrows::after {
  background-image: var(--ag-icon-image-arrows, var(--ag-icon-image));
  display: var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));
}

.ag-icon-asc {
  font-family: var(--ag-icon-font-family-asc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-asc, var(--ag-icon-font-color));
}

.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "\f103");
}

.ag-icon-asc::after {
  background-image: var(--ag-icon-image-asc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-asc, var(--ag-icon-image-display));
}

.ag-icon-cancel {
  font-family: var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cancel, var(--ag-icon-font-color));
}

.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "\f104");
}

.ag-icon-cancel::after {
  background-image: var(--ag-icon-image-cancel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));
}

.ag-icon-chart {
  font-family: var(--ag-icon-font-family-chart, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-chart, var(--ag-icon-font-color));
}

.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "\f105");
}

.ag-icon-chart::after {
  background-image: var(--ag-icon-image-chart, var(--ag-icon-image));
  display: var(--ag-icon-image-display-chart, var(--ag-icon-image-display));
}

.ag-icon-checkbox-checked {
  font-family: var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color));
}

.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
}

.ag-icon-checkbox-checked::after {
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
}

.ag-icon-checkbox-indeterminate {
  font-family: var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color));
}

.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
}

.ag-icon-checkbox-indeterminate::after {
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
}

.ag-icon-checkbox-unchecked {
  font-family: var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color));
}

.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
}

.ag-icon-checkbox-unchecked::after {
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
}

.ag-icon-color-picker {
  font-family: var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color));
}

.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "\f109");
}

.ag-icon-color-picker::after {
  background-image: var(--ag-icon-image-color-picker, var(--ag-icon-image));
  display: var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));
}

.ag-icon-columns {
  font-family: var(--ag-icon-font-family-columns, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-columns, var(--ag-icon-font-color));
}

.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "\f10a");
}

.ag-icon-columns::after {
  background-image: var(--ag-icon-image-columns, var(--ag-icon-image));
  display: var(--ag-icon-image-display-columns, var(--ag-icon-image-display));
}

.ag-icon-contracted {
  font-family: var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-contracted, var(--ag-icon-font-color));
}

.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "\f10b");
}

.ag-icon-contracted::after {
  background-image: var(--ag-icon-image-contracted, var(--ag-icon-image));
  display: var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));
}

.ag-icon-copy {
  font-family: var(--ag-icon-font-family-copy, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-copy, var(--ag-icon-font-color));
}

.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "\f10c");
}

.ag-icon-copy::after {
  background-image: var(--ag-icon-image-copy, var(--ag-icon-image));
  display: var(--ag-icon-image-display-copy, var(--ag-icon-image-display));
}

.ag-icon-cross {
  font-family: var(--ag-icon-font-family-cross, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cross, var(--ag-icon-font-color));
}

.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "\f10d");
}

.ag-icon-cross::after {
  background-image: var(--ag-icon-image-cross, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cross, var(--ag-icon-image-display));
}

.ag-icon-csv {
  font-family: var(--ag-icon-font-family-csv, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-csv, var(--ag-icon-font-color));
}

.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "\f10e");
}

.ag-icon-csv::after {
  background-image: var(--ag-icon-image-csv, var(--ag-icon-image));
  display: var(--ag-icon-image-display-csv, var(--ag-icon-image-display));
}

.ag-icon-cut {
  font-family: var(--ag-icon-font-family-cut, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cut, var(--ag-icon-font-color));
}

.ag-icon-cut::before {
  content: var(--ag-icon-font-code-cut, "\f10f");
}

.ag-icon-cut::after {
  background-image: var(--ag-icon-image-cut, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cut, var(--ag-icon-image-display));
}

.ag-icon-desc {
  font-family: var(--ag-icon-font-family-desc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-desc, var(--ag-icon-font-color));
}

.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "\f110");
}

.ag-icon-desc::after {
  background-image: var(--ag-icon-image-desc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-desc, var(--ag-icon-image-display));
}

.ag-icon-excel {
  font-family: var(--ag-icon-font-family-excel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-excel, var(--ag-icon-font-color));
}

.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "\f111");
}

.ag-icon-excel::after {
  background-image: var(--ag-icon-image-excel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-excel, var(--ag-icon-image-display));
}

.ag-icon-expanded {
  font-family: var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-expanded, var(--ag-icon-font-color));
}

.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "\f112");
}

.ag-icon-expanded::after {
  background-image: var(--ag-icon-image-expanded, var(--ag-icon-image));
  display: var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));
}

.ag-icon-eye-slash {
  font-family: var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color));
}

.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "\f113");
}

.ag-icon-eye-slash::after {
  background-image: var(--ag-icon-image-eye-slash, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));
}

.ag-icon-eye {
  font-family: var(--ag-icon-font-family-eye, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye, var(--ag-icon-font-color));
}

.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "\f114");
}

.ag-icon-eye::after {
  background-image: var(--ag-icon-image-eye, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye, var(--ag-icon-image-display));
}

.ag-icon-filter {
  font-family: var(--ag-icon-font-family-filter, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-filter, var(--ag-icon-font-color));
}

.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "\f115");
}

.ag-icon-filter::after {
  background-image: var(--ag-icon-image-filter, var(--ag-icon-image));
  display: var(--ag-icon-image-display-filter, var(--ag-icon-image-display));
}

.ag-icon-first {
  font-family: var(--ag-icon-font-family-first, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-first, var(--ag-icon-font-color));
}

.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "\f116");
}

.ag-icon-first::after {
  background-image: var(--ag-icon-image-first, var(--ag-icon-image));
  display: var(--ag-icon-image-display-first, var(--ag-icon-image-display));
}

.ag-icon-grip {
  font-family: var(--ag-icon-font-family-grip, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-grip, var(--ag-icon-font-color));
}

.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "\f117");
}

.ag-icon-grip::after {
  background-image: var(--ag-icon-image-grip, var(--ag-icon-image));
  display: var(--ag-icon-image-display-grip, var(--ag-icon-image-display));
}

.ag-icon-group {
  font-family: var(--ag-icon-font-family-group, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-group, var(--ag-icon-font-color));
}

.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "\f118");
}

.ag-icon-group::after {
  background-image: var(--ag-icon-image-group, var(--ag-icon-image));
  display: var(--ag-icon-image-display-group, var(--ag-icon-image-display));
}

.ag-icon-last {
  font-family: var(--ag-icon-font-family-last, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-last, var(--ag-icon-font-color));
}

.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "\f119");
}

.ag-icon-last::after {
  background-image: var(--ag-icon-image-last, var(--ag-icon-image));
  display: var(--ag-icon-image-display-last, var(--ag-icon-image-display));
}

.ag-icon-left {
  font-family: var(--ag-icon-font-family-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-left, var(--ag-icon-font-color));
}

.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "\f11a");
}

.ag-icon-left::after {
  background-image: var(--ag-icon-image-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-left, var(--ag-icon-image-display));
}

.ag-icon-linked {
  font-family: var(--ag-icon-font-family-linked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-linked, var(--ag-icon-font-color));
}

.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "\f11b");
}

.ag-icon-linked::after {
  background-image: var(--ag-icon-image-linked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-linked, var(--ag-icon-image-display));
}

.ag-icon-loading {
  font-family: var(--ag-icon-font-family-loading, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-loading, var(--ag-icon-font-color));
}

.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "\f11c");
}

.ag-icon-loading::after {
  background-image: var(--ag-icon-image-loading, var(--ag-icon-image));
  display: var(--ag-icon-image-display-loading, var(--ag-icon-image-display));
}

.ag-icon-maximize {
  font-family: var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-maximize, var(--ag-icon-font-color));
}

.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "\f11d");
}

.ag-icon-maximize::after {
  background-image: var(--ag-icon-image-maximize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));
}

.ag-icon-menu {
  font-family: var(--ag-icon-font-family-menu, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-menu, var(--ag-icon-font-color));
}

.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "\f11e");
}

.ag-icon-menu::after {
  background-image: var(--ag-icon-image-menu, var(--ag-icon-image));
  display: var(--ag-icon-image-display-menu, var(--ag-icon-image-display));
}

.ag-icon-minimize {
  font-family: var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minimize, var(--ag-icon-font-color));
}

.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "\f11f");
}

.ag-icon-minimize::after {
  background-image: var(--ag-icon-image-minimize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));
}

.ag-icon-next {
  font-family: var(--ag-icon-font-family-next, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-next, var(--ag-icon-font-color));
}

.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "\f120");
}

.ag-icon-next::after {
  background-image: var(--ag-icon-image-next, var(--ag-icon-image));
  display: var(--ag-icon-image-display-next, var(--ag-icon-image-display));
}

.ag-icon-none {
  font-family: var(--ag-icon-font-family-none, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-none, var(--ag-icon-font-color));
}

.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "\f121");
}

.ag-icon-none::after {
  background-image: var(--ag-icon-image-none, var(--ag-icon-image));
  display: var(--ag-icon-image-display-none, var(--ag-icon-image-display));
}

.ag-icon-not-allowed {
  font-family: var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color));
}

.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "\f122");
}

.ag-icon-not-allowed::after {
  background-image: var(--ag-icon-image-not-allowed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));
}

.ag-icon-paste {
  font-family: var(--ag-icon-font-family-paste, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-paste, var(--ag-icon-font-color));
}

.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "\f123");
}

.ag-icon-paste::after {
  background-image: var(--ag-icon-image-paste, var(--ag-icon-image));
  display: var(--ag-icon-image-display-paste, var(--ag-icon-image-display));
}

.ag-icon-pin {
  font-family: var(--ag-icon-font-family-pin, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pin, var(--ag-icon-font-color));
}

.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "\f124");
}

.ag-icon-pin::after {
  background-image: var(--ag-icon-image-pin, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pin, var(--ag-icon-image-display));
}

.ag-icon-pivot {
  font-family: var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pivot, var(--ag-icon-font-color));
}

.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "\f125");
}

.ag-icon-pivot::after {
  background-image: var(--ag-icon-image-pivot, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));
}

.ag-icon-previous {
  font-family: var(--ag-icon-font-family-previous, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-previous, var(--ag-icon-font-color));
}

.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "\f126");
}

.ag-icon-previous::after {
  background-image: var(--ag-icon-image-previous, var(--ag-icon-image));
  display: var(--ag-icon-image-display-previous, var(--ag-icon-image-display));
}

.ag-icon-radio-button-off {
  font-family: var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color));
}

.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
}

.ag-icon-radio-button-off::after {
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
}

.ag-icon-radio-button-on {
  font-family: var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color));
}

.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
}

.ag-icon-radio-button-on::after {
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
}

.ag-icon-right {
  font-family: var(--ag-icon-font-family-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-right, var(--ag-icon-font-color));
}

.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "\f129");
}

.ag-icon-right::after {
  background-image: var(--ag-icon-image-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-right, var(--ag-icon-image-display));
}

.ag-icon-save {
  font-family: var(--ag-icon-font-family-save, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-save, var(--ag-icon-font-color));
}

.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "\f12a");
}

.ag-icon-save::after {
  background-image: var(--ag-icon-image-save, var(--ag-icon-image));
  display: var(--ag-icon-image-display-save, var(--ag-icon-image-display));
}

.ag-icon-small-down {
  font-family: var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-down, var(--ag-icon-font-color));
}

.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "\f12b");
}

.ag-icon-small-down::after {
  background-image: var(--ag-icon-image-small-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));
}

.ag-icon-small-left {
  font-family: var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-left, var(--ag-icon-font-color));
}

.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "\f12c");
}

.ag-icon-small-left::after {
  background-image: var(--ag-icon-image-small-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));
}

.ag-icon-small-right {
  font-family: var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-right, var(--ag-icon-font-color));
}

.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "\f12d");
}

.ag-icon-small-right::after {
  background-image: var(--ag-icon-image-small-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));
}

.ag-icon-small-up {
  font-family: var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-up, var(--ag-icon-font-color));
}

.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "\f12e");
}

.ag-icon-small-up::after {
  background-image: var(--ag-icon-image-small-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));
}

.ag-icon-tick {
  font-family: var(--ag-icon-font-family-tick, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tick, var(--ag-icon-font-color));
}

.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "\f12f");
}

.ag-icon-tick::after {
  background-image: var(--ag-icon-image-tick, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tick, var(--ag-icon-image-display));
}

.ag-icon-tree-closed {
  font-family: var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color));
}

.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "\f130");
}

.ag-icon-tree-closed::after {
  background-image: var(--ag-icon-image-tree-closed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));
}

.ag-icon-tree-indeterminate {
  font-family: var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color));
}

.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
}

.ag-icon-tree-indeterminate::after {
  background-image: var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));
}

.ag-icon-tree-open {
  font-family: var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color));
}

.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "\f132");
}

.ag-icon-tree-open::after {
  background-image: var(--ag-icon-image-tree-open, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));
}

.ag-icon-unlinked {
  font-family: var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color));
}

.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "\f133");
}

.ag-icon-unlinked::after {
  background-image: var(--ag-icon-image-unlinked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));
}

.ag-icon-up {
  font-family: var(--ag-icon-font-family-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-up, var(--ag-icon-font-color));
}

.ag-icon-up::before {
  content: var(--ag-icon-font-code-up, "\f134");
}

.ag-icon-up::after {
  background-image: var(--ag-icon-image-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-up, var(--ag-icon-image-display));
}

.ag-icon-down {
  font-family: var(--ag-icon-font-family-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-down, var(--ag-icon-font-color));
}

.ag-icon-down::before {
  content: var(--ag-icon-font-code-down, "\f135");
}

.ag-icon-down::after {
  background-image: var(--ag-icon-image-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-down, var(--ag-icon-image-display));
}

.ag-icon-plus {
  font-family: var(--ag-icon-font-family-plus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-plus, var(--ag-icon-font-color));
}

.ag-icon-plus::before {
  content: var(--ag-icon-font-code-plus, "\f136");
}

.ag-icon-plus::after {
  background-image: var(--ag-icon-image-plus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-plus, var(--ag-icon-image-display));
}

.ag-icon-minus {
  font-family: var(--ag-icon-font-family-minus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minus, var(--ag-icon-font-color));
}

.ag-icon-minus::before {
  content: var(--ag-icon-font-code-minus, "\f137");
}

.ag-icon-minus::after {
  background-image: var(--ag-icon-image-minus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minus, var(--ag-icon-image-display));
}

.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}

.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}

.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}

[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-tooltip-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-chip-border-color: var(--ag-chip-background-color);
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-row-border-style: solid;
  --ag-row-border-width: 1px;
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-wrapper-border-radius: var(--ag-border-radius);
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-icon-font-weight: normal;
  --ag-icon-font-color: var(--ag-foreground-color);
  --ag-icon-image-display: block;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
}

.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
  background-color: var(--ag-background-color);
}

[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}

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-no-transition {
  transition: none !important;
}

.ag-drag-handle {
  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;
  white-space: normal;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}

.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.7;
  transition: opacity 1s ease-out 3s;
  color: #9B9B9B;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
}

.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}

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

.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-body-viewport, .ag-center-cols-viewport {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ag-body-viewport::-webkit-scrollbar, .ag-center-cols-viewport::-webkit-scrollbar {
  display: none;
}

.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ag-center-cols-viewport {
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}

.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}

.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-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}

.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}

.ag-center-cols-container {
  display: block;
}

.ag-pinned-right-cols-container {
  display: block;
}

.ag-body-horizontal-scroll-container {
  height: 100%;
}

.ag-body-vertical-scroll-container {
  width: 100%;
}

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.ag-ltr .ag-full-width-container,
.ag-ltr .ag-floating-top-full-width-container,
.ag-ltr .ag-floating-bottom-full-width-container,
.ag-ltr .ag-sticky-top-full-width-container {
  left: 0;
}
.ag-rtl .ag-full-width-container,
.ag-rtl .ag-floating-top-full-width-container,
.ag-rtl .ag-floating-bottom-full-width-container,
.ag-rtl .ag-sticky-top-full-width-container {
  right: 0;
}

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

.ag-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
}

.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  min-height: 0;
  min-width: 0;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  visibility: visible;
  opacity: 1;
}

.ag-body-horizontal-scroll {
  width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}

.ag-body-vertical-scroll {
  height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}

.ag-force-vertical-scroll {
  overflow-y: scroll !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;
}

.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-header-cell-sortable .ag-header-cell-label {
  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;
}

.ag-header-row:not(.ag-header-row-column-group) {
  overflow: hidden;
}

.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}

.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;
  align-self: stretch;
  align-items: center;
}

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-group-cell-label.ag-sticky-label {
  position: sticky;
  flex: none;
  max-width: 100%;
}

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.ag-header-cell-comp-wrapper {
  width: 100%;
}

.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}

.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}

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

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

.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}

.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 {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}

.ag-column-drop-list {
  display: flex;
  align-items: center;
}

.ag-column-drop-cell {
  position: relative;
  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;
  align-items: stretch;
  flex: 1 1 0px;
}

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

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s;
}

.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s;
}

.ag-row-no-animation .ag-row {
  transition: none;
}

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

.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

.ag-cell-value {
  flex: 1 1 auto;
}

.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;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}

.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}

.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.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;
}

.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.ag-set-filter-item-checkbox {
  display: flex;
  overflow: hidden;
  height: 100%;
}

.ag-set-filter-group-icons {
  display: block;
}
.ag-set-filter-group-icons > * {
  cursor: pointer;
}

.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}

.ag-filter-filter {
  flex: 1 1 0px;
}

.ag-filter-condition {
  display: flex;
  justify-content: center;
}

.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-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}

.ag-floating-filter-button {
  display: flex;
  flex: none;
}

.ag-set-floating-filter-input input[disabled] {
  pointer-events: none;
}

.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.ag-popup-child {
  z-index: 5;
  top: 0;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
}

.ag-large-text-input {
  display: block;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

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

.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}

.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.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;
  -webkit-user-select: none;
  user-select: none;
}
.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;
}

.ag-tooltip {
  position: absolute;
  z-index: 99999;
}

.ag-tooltip-custom {
  position: absolute;
  z-index: 99999;
}

.ag-tooltip:not(.ag-tooltip-interactive),
.ag-tooltip-custom:not(.ag-tooltip-interactive) {
  pointer-events: none;
}

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

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

.ag-rich-select {
  cursor: default;
  outline: none;
  height: 100%;
}

.ag-rich-select-value {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-rich-select-value .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder {
  opacity: 0.5;
}

.ag-rich-select-list {
  position: relative;
}
.ag-rich-select-list .ag-loading-text {
  min-height: 2rem;
}

.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}

.ag-rich-select-field-input {
  flex: 1 1 auto;
}
.ag-rich-select-field-input .ag-input-field-input {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-overflow: ellipsis;
}
.ag-rich-select-field-input .ag-input-field-input::placeholder {
  opacity: 0.8;
}

.ag-autocomplete {
  align-items: center;
  display: flex;
}
.ag-autocomplete > * {
  flex: 1 1 auto;
}

.ag-autocomplete-list-popup {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
}

.ag-autocomplete-list {
  position: relative;
}

.ag-autocomplete-virtual-list-item {
  display: flex;
}

.ag-autocomplete-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
}

.ag-autocomplete-row-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}

.ag-select-agg-func-item,
.ag-column-select-column-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}

.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 0px;
}

.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}
.ag-right-aligned-header .ag-header-cell-text {
  text-align: end;
}

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

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

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

.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-label-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.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), rgb(0, 0, 0));
  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-set-filter-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-set-filter-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-set-filter-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-set-filter-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-sticky-top, .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-sticky-top, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}

.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}

.ag-layout-print.ag-body {
  display: block;
  height: unset;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-block;
}
.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}

@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .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-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, .ag-root-wrapper.ag-layout-print .ag-cell {
    break-inside: avoid;
  }
}
[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}

[class^=ag-]::-ms-clear {
  display: none;
}

.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}

.ag-range-field .ag-input-wrapper {
  height: 100%;
}

.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}

.ag-button {
  border-radius: 0px;
  color: var(--ag-foreground-color);
}

.ag-button:hover {
  background-color: transparent;
}

.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}

input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}

textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}

input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}

input[class^=ag-][type=number]:not(.ag-number-field-input-stepper) {
  -moz-appearance: textfield;
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button, input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[class^=ag-][type=range] {
  padding: 0;
}

input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}

.ag-list-item, .ag-virtual-list-item {
  height: var(--ag-list-item-height);
}

.ag-virtual-list-item:focus-visible {
  outline: none;
}
.ag-virtual-list-item:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}

.ag-select-list-item {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-ltr .ag-select-list-item {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select-list-item {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}

.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}

.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}

.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}

.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}

.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}

.ag-disabled-group-title-bar, .ag-disabled-group-container {
  opacity: 0.5;
}

.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}

.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}

.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}

.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}

.ag-picker-field-wrapper {
  border: var(--ag-borders);
  border-color: var(--ag-border-color);
  border-radius: 5px;
  background-color: var(--ag-background-color);
}
.ag-picker-field-wrapper:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-picker-field-wrapper.ag-picker-has-focus, .ag-picker-field-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}

.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}

.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}

.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}

.ag-color-picker .ag-picker-field-wrapper {
  max-width: 45px;
  min-width: 45px;
}

.ag-color-panel {
  padding: var(--ag-grid-size);
}

.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}

.ag-spectrum-tools {
  padding: 10px;
}

.ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}

.ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}

.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-spectrum-hue-background {
  border-radius: 2px;
}

.ag-spectrum-alpha-background {
  border-radius: 2px;
}

.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}

.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.ag-recent-color {
  margin: 0 3px;
}
.ag-recent-color:first-child {
  margin-left: 0;
}
.ag-recent-color:last-child {
  margin-right: 0;
}

.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),
.ag-recent-color:focus-visible:not(:disabled):not([readonly]) {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}

.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}

.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}

.ag-select .ag-picker-field-wrapper {
  min-height: var(--ag-list-item-height);
  cursor: default;
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-left: var(--ag-grid-size);
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  min-height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-select.ag-disabled {
  opacity: 0.5;
}

.ag-rich-select-value,
.ag-rich-select-list {
  background-color: var(--ag-background-color);
}

.ag-rich-select-list {
  width: 100%;
  height: auto;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-rich-select-list .ag-loading-text {
  padding: var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing);
}

.ag-rich-select-value {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  padding-top: 0;
  padding-bottom: 0;
}
.ag-ltr .ag-rich-select-value {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-value {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-rich-select-value {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-rich-select-value {
  padding-left: var(--ag-grid-size);
}

.ag-ltr .ag-rich-select-field-input {
  left: calc(var(--ag-cell-horizontal-padding));
}
.ag-rtl .ag-rich-select-field-input {
  right: calc(var(--ag-cell-horizontal-padding));
}

.ag-popup-editor .ag-rich-select-value {
  height: var(--ag-row-height);
  min-width: 200px;
}

.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-rich-select-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}

.ag-ltr .ag-rich-select-row {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-row {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}

.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}

.ag-rich-select-row-text-highlight {
  font-weight: bold;
}

.ag-autocomplete {
  width: 100%;
}

.ag-autocomplete-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}

.ag-autocomplete-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-autocomplete-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-autocomplete-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}

.ag-autocomplete-row-label {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}

.ag-autocomplete-row-selected {
  background-color: var(--ag-selected-row-background-color);
}

.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}

.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
  box-shadow: var(--ag-popup-shadow);
}

.ag-panel {
  background-color: var(--ag-background-color);
}

.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}

.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  white-space: normal;
}

.ag-tooltip.ag-tooltip-animate,
.ag-tooltip-custom.ag-tooltip-animate {
  transition: opacity 1s;
}
.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding {
  opacity: 0;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}

.ag-column-select-header-icon {
  cursor: pointer;
}

.ag-column-select-header-icon:focus-visible {
  outline: none;
}
.ag-column-select-header-icon:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}

.ag-column-select-virtual-list-item:focus-visible {
  outline: none;
}
.ag-column-select-virtual-list-item:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}

.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}

.ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-rtl {
  text-align: right;
}

.ag-root-wrapper {
  border-radius: var(--ag-wrapper-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-value-change-delta {
  padding-right: 2px;
}

.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}

.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}

.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}

.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}

.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}

.ag-cell-data-changed-animation {
  background-color: transparent;
}

.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}

.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}

.ag-row-highlight-above::after, .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}

.ag-row-highlight-above::after {
  top: -1px;
}

.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}

.ag-row-highlight-below::after {
  bottom: 0px;
}

.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}

.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}

.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}

.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}

.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}

.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}

.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}

.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}

.ag-cell-inline-editing {
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: 0;
  background-color: var(--ag-control-panel-background-color);
}

.ag-popup-editor .ag-large-text,
.ag-autocomplete-list-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}

.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-large-text-input textarea {
  resize: none;
}

.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}

.ag-layout-auto-height .ag-center-cols-viewport, .ag-layout-auto-height .ag-center-cols-container, .ag-layout-print .ag-center-cols-viewport, .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}

.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}

.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}

.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}

.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-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}
.ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-rtl .ag-cell {
  border-left-width: 1px;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.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: var(--ag-range-selection-chart-category-background-color) !important;
}

.ag-cell-range-selected-1:not(.ag-cell-focus),
.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: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}

.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}

.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}

.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-fill-handle, .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-fill-handle, .ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle, .ag-rtl .ag-range-handle {
  left: -1px;
}

.ag-fill-handle {
  cursor: cell;
}

.ag-range-handle {
  cursor: nwse-resize;
}

.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}

.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}

.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}

.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}

.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu-option-active, .ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}

.ag-menu-option-part, .ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}

.ag-menu-option-disabled, .ag-compact-menu-option-disabled {
  opacity: 0.5;
}

.ag-menu-option-icon, .ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-menu-option-icon, .ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-menu-option-icon, .ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-menu-option-text, .ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-menu-option-shortcut, .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-shortcut, .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}

.ag-ltr .ag-menu-option-popup-pointer, .ag-ltr .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-popup-pointer, .ag-rtl .ag-compact-menu-option-popup-pointer {
  padding-left: var(--ag-grid-size);
}

.ag-tabs {
  min-width: var(--ag-tab-min-width);
}

.ag-tabs-header {
  display: flex;
}

.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ag-tab:focus-visible {
  outline: none;
}
.ag-tab:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}

.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}

.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}

.ag-filter-condition-operator {
  height: 17px;
}

.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}

.ag-set-filter-list, .ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}

.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height) * 10);
}

.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}

.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-set-filter-item {
  padding: 0px var(--ag-widget-container-horizontal-padding);
}

.ag-ltr .ag-set-filter-indent-1 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-1 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-2 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-2 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-3 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-3 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-4 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-4 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-5 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-5 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-6 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-6 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-7 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-7 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-8 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-8 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-9 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-9 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-virtual-list-item:focus-visible {
  outline: none;
}
.ag-filter-virtual-list-item:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}

.ag-menu:not(.ag-tabs) .ag-filter .ag-simple-filter-body-wrapper,
.ag-menu:not(.ag-tabs) .ag-filter > *:not(.ag-filter-wrapper) {
  min-width: calc(var(--ag-menu-min-width) - 2px);
}

.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}

.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}

.ag-group-filter-field-select-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-group-filter-field-select-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-multi-filter-group-title-bar:focus-visible {
  outline: none;
}
.ag-multi-filter-group-title-bar:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-side-bar {
  position: relative;
}

.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}

.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  overflow: hidden;
}

button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}
button.ag-side-button-button:focus {
  box-shadow: none;
}

.ag-side-button-button:focus-visible {
  outline: none;
}
.ag-side-button-button:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}

.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}

.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}
.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}

.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}
.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}

.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}

.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  padding: 0 var(--ag-grid-size);
}

.ag-filter-toolpanel-header:focus-visible {
  outline: none;
}
.ag-filter-toolpanel-header:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--ag-icon-font-code-filter, "\f115");
  position: absolute;
}
.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}

.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}

.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}
.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}

.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}

.ag-set-filter-group-icons {
  color: var(--ag-secondary-foreground-color);
}

.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}

.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-column-select-header:focus-visible {
  outline: none;
}
.ag-column-select-header:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-header, .ag-advanced-filter-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}

.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}

.ag-ltr .ag-header-group-cell-label.ag-sticky-label {
  left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-group-cell-label.ag-sticky-label {
  right: var(--ag-cell-horizontal-padding);
}

.ag-header-cell:focus-visible {
  outline: none;
}
.ag-header-cell:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-header-group-cell:focus-visible {
  outline: none;
}
.ag-header-group-cell:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-advanced-filter-header-cell:focus-visible {
  outline: none;
}
.ag-advanced-filter-header-cell:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-header-expand-icon {
  cursor: pointer;
}
.ag-ltr .ag-header-expand-icon {
  margin-left: 4px;
}
.ag-rtl .ag-header-expand-icon {
  margin-right: 4px;
}

.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover, .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}

.ag-header-cell::before,
.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}
.ag-ltr .ag-header-cell::before,
.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  right: 0;
}
.ag-rtl .ag-header-cell::before,
.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  left: 0;
}

.ag-header-cell-resize {
  display: flex;
  align-items: center;
}

.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}

.ag-pinned-left-header .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}

.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}

.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-floating-filter-button {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-floating-filter-button {
  margin-right: var(--ag-cell-widget-spacing);
}

.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: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}

.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}
.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}
.ag-paging-panel > .ag-paging-page-size .ag-wrapper {
  min-width: calc(var(--ag-grid-size) * 10);
}

.ag-paging-button {
  cursor: pointer;
}

.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}

.ag-paging-button:focus-visible {
  outline: none;
}
.ag-paging-button:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-paging-button, .ag-paging-description {
  margin: 0 var(--ag-grid-size);
}

.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}

.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}

.ag-status-bar-center {
  text-align: center;
}

.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid var(--ag-chip-border-color);
}

.ag-column-drop-cell:focus-visible {
  outline: none;
}
.ag-column-drop-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}

.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell-ghost {
  opacity: 0.5;
}

.ag-column-drop-horizontal {
  background-color: var(--ag-header-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}

.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}

.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}

.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}

.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}

.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}

.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}

.ag-select-agg-func-virtual-list-item {
  cursor: default;
}
.ag-ltr .ag-select-agg-func-virtual-list-item {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-select-agg-func-virtual-list-item {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}

.ag-select-agg-func-virtual-list-item:focus-visible {
  outline: none;
}
.ag-select-agg-func-virtual-list-item:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-sort-indicator-container {
  display: flex;
}

.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}

.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: 16px;
  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;
  padding-bottom: 16px;
}

.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ag-chart .ag-chart-menu {
  display: none;
}

.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}

.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  top: 8px;
  gap: 20px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: right;
}
.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: left;
}

.ag-chart-menu-close {
  display: none;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 14px 5px 14px 2px;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: 0px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: -10px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: -10px;
}
.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(3px, -50%);
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-ltr .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(5px, -50%);
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(-3px, -50%);
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-rtl .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(-5px, -50%);
}

.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}

.ag-charts-data-group-item {
  position: relative;
}

.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}

.ag-chart-menu-icon {
  opacity: 0.5;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}

.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}
.ag-chart-mini-thumbnail:nth-last-child(3), .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}

.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}

.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}

.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}

.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}

.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}

.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}

.ag-date-time-list-page-title-bar {
  display: flex;
}

.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}

.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;
  text-align: center;
}

.ag-date-time-list-page-column-label {
  text-align: center;
}

.ag-advanced-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-advanced-filter {
  display: flex;
  align-items: center;
  width: 100%;
}

.ag-advanced-filter-apply-button, .ag-advanced-filter-builder-button {
  line-height: normal;
  white-space: nowrap;
}
.ag-ltr .ag-advanced-filter-apply-button, .ag-ltr .ag-advanced-filter-builder-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-advanced-filter-apply-button, .ag-rtl .ag-advanced-filter-builder-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-advanced-filter-builder-button {
  display: flex;
  align-items: center;
  border: 0;
  background-color: unset;
  color: var(--ag-foreground-color);
  font-size: var(--ag-font-size);
  font-weight: 600;
}
.ag-advanced-filter-builder-button:hover:not(:disabled) {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-button:not(:disabled) {
  cursor: pointer;
}

.ag-advanced-filter-builder-button-label {
  margin-left: var(--ag-grid-size);
}

.ag-advanced-filter-builder {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  background-color: var(--ag-control-panel-background-color);
  display: flex;
  flex-direction: column;
}

.ag-advanced-filter-builder-list {
  flex: 1;
  overflow: auto;
}
.ag-advanced-filter-builder-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-advanced-filter-builder-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-advanced-filter-builder-list .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-advanced-filter-builder-button-panel {
  display: flex;
  justify-content: flex-end;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-advanced-filter-builder-item-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: calc(var(--ag-icon-size) / 2);
  padding-right: var(--ag-icon-size);
}

.ag-advanced-filter-builder-item-tree-lines > * {
  width: var(--ag-advanced-filter-builder-indent-size);
}

.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root {
  width: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root::before {
  top: 50%;
  height: 50%;
}

.ag-advanced-filter-builder-item-tree-line-horizontal,
.ag-advanced-filter-builder-item-tree-line-vertical,
.ag-advanced-filter-builder-item-tree-line-vertical-top,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::before, .ag-advanced-filter-builder-item-tree-line-horizontal::after,
.ag-advanced-filter-builder-item-tree-line-vertical::before,
.ag-advanced-filter-builder-item-tree-line-vertical::after,
.ag-advanced-filter-builder-item-tree-line-vertical-top::before,
.ag-advanced-filter-builder-item-tree-line-vertical-top::after,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::after {
  content: "";
  position: absolute;
  height: 100%;
}

.ag-advanced-filter-builder-item-tree-line-horizontal::after {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-bottom: 1px solid;
  border-color: var(--ag-border-color);
}

.ag-advanced-filter-builder-item-tree-line-vertical::before {
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}

.ag-advanced-filter-builder-item-tree-line-vertical-top::before {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}

.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before {
  height: calc((100% - 1.5 * var(--ag-icon-size)) / 2);
  width: calc(var(--ag-icon-size) / 2);
  top: calc((100% + 1.5 * var(--ag-icon-size)) / 2);
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}

.ag-advanced-filter-builder-item-condition {
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}

.ag-advanced-filter-builder-item,
.ag-advanced-filter-builder-item-condition,
.ag-advanced-filter-builder-pill-wrapper,
.ag-advanced-filter-builder-pill,
.ag-advanced-filter-builder-item-buttons,
.ag-advanced-filter-builder-item-tree-lines {
  display: flex;
  align-items: center;
  height: 100%;
}

.ag-advanced-filter-builder-pill-wrapper {
  margin: 0px var(--ag-grid-size);
}

.ag-advanced-filter-builder-pill {
  position: relative;
  border-radius: var(--ag-border-radius);
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  min-height: calc(100% - var(--ag-grid-size) * 3);
  min-width: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-right: var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number {
  font-family: monospace;
  font-weight: 700;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty {
  color: var(--ag-disabled-foreground-color);
}

.ag-advanced-filter-builder-pill:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-pill:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-advanced-filter-builder-item-button:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-item-button:focus-visible::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: var(--ag-input-focus-border-color);
}

.ag-advanced-filter-builder-pill-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.ag-advanced-filter-builder-join-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-join-pill-color);
  cursor: pointer;
}

.ag-advanced-filter-builder-column-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-column-pill-color);
  cursor: pointer;
}

.ag-advanced-filter-builder-option-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-option-pill-color);
  cursor: pointer;
}

.ag-advanced-filter-builder-value-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-value-pill-color);
  cursor: text;
  max-width: 140px;
}
.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display {
  display: block;
}

.ag-advanced-filter-builder-item-buttons > * {
  margin: 0 calc(var(--ag-grid-size) * 0.5);
}

.ag-advanced-filter-builder-item-button {
  position: relative;
  cursor: pointer;
  color: var(--ag-secondary-foreground-color);
  opacity: 50%;
}

.ag-advanced-filter-builder-item-button-disabled {
  color: var(--ag-disabled-foreground-color);
  cursor: default;
}

.ag-advanced-filter-builder-virtual-list-container {
  top: var(--ag-grid-size);
}

.ag-advanced-filter-builder-virtual-list-item {
  display: flex;
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-advanced-filter-builder-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button {
  opacity: 100%;
}

.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,
.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid {
  opacity: 100%;
}

.ag-advanced-filter-builder-invalid {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-invalid-color);
  cursor: default;
}

.ag-input-field-input {
  width: 100%;
  min-width: 0;
}

.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-checkbox-input-wrapper input, .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-checkbox-input-wrapper:focus-within, .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  min-width: var(--ag-toggle-button-width);
  max-width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}
.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}
.ag-radio-button-input-wrapper input, .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-radio-button-input-wrapper:focus-within, .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}
input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}
input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]:focus {
  outline: none;
}
input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}

@font-face {
  font-family: "agGridAlpine";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABJMAAsAAAAAJ2gAABH6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkuBmAAi2IKqHChZAE2AiQDgjgLgR4ABCAFhEYHhSsbdiJVBDYOACLTEY6iYlKT/X+ZwI0haA36haWqYY3jUQSHssmQ1B5DWD2xfUYY62za82EdttE3VX1D1AmuyQLG/8YOXURcNpSSoH4/dO+9IBuVSGB2AKwjMxEmVbbCV8gK+11d/3cu/G3SHhGmDEdvEgjVZsyknJ5Rm9RZScGLZCdLdg6YsvvPbUCwBIFDdmO3dhtehCMgw/xXVLQ3PG3zH56VWA0WYhGpu7PxSy0OIxojuUUFuApcxq2iP3auAQ0o1G/OrKr/hwNI2t2Fy+6Hz8ddW0m960geWUkfdAwdgUfgEXQR8H9zpWWSV0J5Qre6Tk8ms7v5O8kBT3NEuZRyOUoB2QIp4t3LvfYAqICqtVXAEkj4GtNXoeps3VGlh9KzAtjbZpxOhR5PQcuxuQweXubMD452gwsRIwaIGKYpBspt3vVHAFW2NPTE1MKG9NX+0406zDswQFQ2rs5P90VX8XBKSIje4ZIJaX13/fQv0vEUh5JV9sgZuTFfzZ9LhpCorjVKAue3jCfgECKJTEFj8bPpZSoNkjW6RM2rYqTmgVAFxpOE2szmTiayCE/Hoi5bQCS+Ky7ZxT/cqUzqnVPMMCQckwiLa9tSFMScCFwaA6EtI+dFOUKkbR6BJ4fh0AkMRUgZ51e2Ag93NN/KuQKXpK4XCXi+SMkyoyuhoNcZZJrejJ2YrGFZSKDYwCQ6y5ihc/1FZSIXYeR0V827MIFD1IPb6Co0lDQkueO5lQRfnbrmJK13XSwno56uAxXLt5c1CC5Ea9HZvQ6E5jDiTJBUF/jsjylPPPdVmyEKVSGizCS04PRtMscwB4/KK7oG0bp75gIPK6uwklQ1Jkk2zVyeKzSgXsBLiKMX8Qi9RNUTF1E1C/gUGoztctLNwLCkieCJUrY5jUaTBPJSPknbr3qWgazNDIurm9praiXWqCg4DXBI6khrxpM14iAkJqZ022hWlDV6SLoEa6yraU3SEkU4JMMpV4LOcn+JEqNHK9crApq2Jhy9PI1VtRelMGqhIrTQXsza5jiGsag10vMwwhrSBpiayoKRZnq2RPkAm03VDCF9ehqrqNROyehiWlamfN65lDQyKlDR2HqdwePbVHsucPqJtbwgfaTLgK/gzcdftNACCZN5HVo5mTzyl3/BQxrAXkk4ZvxaDrkNSKrOQDtQAlJTek7UQKHaDonLpsH+A/oWRcNW3vnqV8H/+4cOz3zwvaAEq8dC0tc3jXFgmMo23drpZchNI7EYqGI5xBgQ0BKV4+SKQkMwBjtra1RMXEJSSlpGVk5ewbTasoqqGnemoamlraOrp29gaGRsYmpmbmFptfxB3Oja2tlDsg6OIMp4s3hSTZ3jiMe9sE0+WCPTA3KT//9DYiAcdGIXUboGkP8wdwXo2DQ3CeyvEzjYOHC4YeBoU8DxeoCTLQCn6wLONgqcrw+43BhwtRHgetPAzQaA2/UDd5sFHtYNPG4IeFov8LwZ4GXzwOsGgbdNAO+bAz7eIiioBGgCRIAJGAKWIEIQJYgRxAkSBEmCFEGaIEOQJcgR5AkKBEWCEkGZoEJQJagR1AkaBE2CFkGboEPQJegR9AkGBEOCEcGYYEIwJZgRzAkWBEuCFcGaYEOw5epuR+L2BAeCI58MCnLdhiNqeMwCcrC0q+MX4Bso/Q1UbPLS4tMhETPSUtpXESxocPSnvpAIJIW4GGmaMsmFHQlFJN8KPmHteplJn8/jTCQJGLNrfMUtQxUeavQFKj3JSnd81fY5y8TYNHQ0rvY1q0OZKjGqvkqnjM8TkD0lIT4Q2Ao+VpTElByILp41HY5meJmA3+f1zZBEA7oFuF2u9OGq9rQrhZzntwAoASIUOBPbCN3N+ME6Smp5JyWsnvLIsLZafqmaphh3YTdNpJOKTkyFqNQKMbgTojH7N9gSZSTOWYLyGFGwBzEMUAa7kFKhv7kCUq++xZXG++vQr117dybNaYZ+XmVzEIYUX4V/dQeOp6M0mWrklGZrJqZfAL4a36G2trxSCXpD7ciFmzYx2H2YkkrWwkQR9C/Ag70iPWSpX7Go6sSrfUMtglfcn9HjnKSTLJPmSp7Zcvsb+DK4hp54K4Jn/CItSiWMWzrV4sQE0semyuU+qA1fvo+NuxeBrJ6Xy1NIvwL0ThrnZxUKRo6qF+4gfWn+mROqL5Vy2DgPtfKYPDZ1Sbt8fsmjk6WrHOfL+gSQy0lLRqXcvxinvBCGubU5FYxks+lKXmayfAtjaX8633/+prS3zHotSzVN3bah9isjk1eB0ErNcbCxpUO/c0G9eNe4f1m7dO+A/sUw1WjfMrSp0Dd1o0aJE/c6EhZNZRoay1nNjNo4NiZnUB5uEVdhDbCc0FytlRF9TGZVq30E6VNQO5zOxAjdH6+jTrWaTaWaK+buyO64iUzbZnL4ukPvmOutzsIGj5sE1zm7jsXuN6FwNXW4Xbn6ccM5MNMkSjGdDsltqNksxuSORKrNXdRfqxBA3AyGDlCQgPw443FC09iFOIKYbrbkkBhZAQLsAkHY4AqBAUfjQBwQg6w2SmIDAVuuc4HHk6kEE5u0559xRlIJPsz69AzSPlNZFwLY+PjUevIBwVe1CIWQGw8F48EoS3QJUDywAR7BwTi0yxGYG4PHT4MV0YXgcyxSrF6Cm+imC7YsEK3Om8+cZiTCKSWsjvIeGJfUjlxHVB5JPrJTul2beWgBNdMSCur7pH+YjfqBR6hlgjGpTuhT2vm9QS8GIsQZFi74L8LlP2//zvvWnd81Hk4tv7D8zlYi5WYMrr6wfTEjtftHaorSDPJq8wufVPj8vO6FM7mUw7nw+Cym3LSsOX8l9Jjm5n+ybtn23L+T+x1n2/+ZQY/Fb3+f55SoUu/XLUvgm5rxxC5bL9uMSuPNPY7UvOS8pp6fd0hdgClmzscU1/UvswmGuAvguX3ftnaOoM0A81cI4NPdgVtPFmRBFtwi7oxuBn5uN0zDN17c32mka7Yeu46780wA4nN8+vib8UgIBPdjD2obSDUlU12ZdFMmlcnQE2neJo07TfqYeNoiFgK95ubYewcuL00QxcfoGxM8POO165+XUaDr7MQp5Uv18AIvuAe+KAUQQNaJtCmQYBDg2v/9f+ijXnbtgLY5YHkfNxB97z+Lj6zaG+7n832c13OS6/wJQasizi8EONCv1GjG0fH/NS0iqgGuEZvkGdw0NjuNm/HTKCdPY2dwf8bQTtm2aaNgG1Gbwm4Ax2wTjI7ho9gYVluL1WGAs0Fj6OL/0uVkvPR34e1xJxtaW4vF9+7u3y+WpCsrqX4VfvKYBsM+VNCu8lTHoO3Grl3KrCwtrWkh99Sze3fvHZ925MiqNpk9CUQBkj3avgrQn4/JGfKzinrE4bVbl7pCYFvlz+1QzpfRFgIqdPUHGZAEqGBAMfMRCZAFJEAKMkkCMpBD5SPBI9DPSkgMD08sbsGBIwQhAS0C7Jf/5+fWlM+LPEnwzvemeed5szcja9TS088df9XWLyO81vcJNf9IKN/11nj1nJdW5vm0sZ2R1qTbNZClbbAX0WCH2BBSzTCzPU13u5TrFh9vP9t0+xVTeztrG2fThwNEo1XBxoKKdmOLOKLprvAgew8IsPppQ1Ro11nvNCnkS364EE0Mkg6F29jsu0tsDl7le4mC2/kC6wajWpGhjh3zlV3ZFrMLLXb0JwH6hjur5OCoMWv2Vfa7WU9fhYVSGDIaXZbnEBk97/Y0GQMOzaxPrfJOdmPEhTz0QEZjeDnvEjo8aGapHrAuqljNFyGCd520TuJqdPKDY8eY2s4g+ypgWgzY0Fq5M4/v5b2E+tiiVSWxNoiZBWk4OBFJ3PECva1vFmhsIRKXzKq/upG4ys7KjhU/O66BtURH38zNjAgqcE7Hc7u+vufHdu9jXCCQ+aTHqSKqGp2kFF92RMrNJ3huCr04DqgiqxocpXyeUJyTof84YibNPjQjay47ZkYMWb2DRY2hUKKpLEO99DrGrMipAGUIBGI+OckuNFOhcBWA7ARBD7rJSljj3Iws+9D8S/J/O0qrGlURR8vcjuJ0qnOU8harfLUho0TLQgbYp6qc2XwJT5hC5PgM+GNX7Gz+8BEMMa9dlb2lNZqH/egACob00hiMKxAMuaQId0WH4zOYxhVQjRzmwhwcoSOKsxiCdRaMjSoO2mO1CBdRjJ7C2cQM0HOqRHvdvDiT6DKu0ag7D9RfZbVgTz/Z4RT5gPQAL53DSas0CvCEqsinHMhqigSV1O6fZYAo3yz+6XIHwEHEFC31HBrKK7vvNlJeYghTxDwtjEupEuPb2AmxjOeZqgdn4bq6hC8EQlgYgfBF75XlJyDxs7PPgP6CJ4flmBzZHA/LAXzW3Z994u1VGmA7y79l0ptezeWA3849vvjtZOqi41oZ3bp6ZVeyn4gqFFJFfsm8fPLuly8dyPkiS6J5STUB2oLiY68np0/ePk4CJNVGjAk00RZLyEtIPPvMzhgViu3CUDAdW7dO34EvWXFPqSnKylh7KAR2ee/sLDz7Mzo6P0dH286DL71btGnTr1/479WBa05hgypVaiXR0N6+JttGr8pi46aqDUbf39r2vnoFaJbqikgKJVIPcpKgR/RCxWETUPwONozzOF06nfruDKJ+5/BjCzMiw72n6aLp1vsoOgvFl1b4UKKjfOXVS/HTO4Ti23qYNuvfGLCdo/UUsxuvgP+0sTnwCFNYow3SGhHkcpOikZC7dmetEzvWKuZcVVQIZs8BR3tbRlSmnpy8u441eSleCZ7Ll3smeKU8NkrM8uX3oVO8Hksc62YvLE1hJzKZieyUj4Xq5InMFPbHWEXQ3xlZGR5euZSI0UvDfy5itJwc14gw9XeZpSdkgN+ah6c6p4QTyAluJ0yHwW+lqVhZgHIa2keYAtHv+N8iSesKHYaHw8P5PBeXsDCAh8nT5KD3qF3GKjlGSgO3bvUiEyN2pPIxH84M4Q2ZT/HZnzJrlr6geN7cLYKCUF5/64b7u/B+mcwVrUxLjYk5cIBx4SIwfuWoRLYe8Ljq6q3IAZQVhHkaNvrqlbOGarcaQ4Fizr9/U3NGgLdA6oL8/43LB+qcBgByOB8Im2BJo6aiXA/lIPgXLxNPBBF5rvuasJaLAPB/AiqDOpz9dro/6VoOWx5phU5rIBUTPpy6JH9WKrPVLdZ1x1X/Qa2QBqFFK+YRn08HJqZjeQ/4A5m3KTGX1FlWQE0Ix7SCqq0MWQQVEwZpqdDs4IYCqywv73dbli1FONKxsjYsLhM7lsm2Tv0bblmdbhYyqG8EaQCIJINfV+eyfHdIFVMQEO+knaImZWUT45YpE5yOlyT4y2/+fJ+G4cQdE8m8qaHK3Q74z0BaA7jr0FAgEUtAb0WAHEqWuMo9nvMme2GrJvsItgKSSG9pGKtW6YAllaDpfs8muwQVwf3u+Qc8eP6d7CX7Bz48/09GWODPhi2NJFN+Eu/ehOgJv2FZByPnKziv8gsleabs8fBwqXufkFCMostOtyw15ZNqkRXCVfaRaXUoBM6i8AtaPZxV4/PxWLg9PliuWkbpE+E5bwSRR9A3uDp3tcAQhdVy2C+4hMTbxkjm0cGDousnHOAyQNE6mZPbzpg0Sk/UZ4VsowhWhfSjVqwIwQd+o1GuvEDWlQ/OOZTo2dHfWKEqH1gt1qnEmeHH677R0IEu9KAPAxjC6E9D7l8L/D8ORsZlLl8olsqVaq3eaLbanW6vPxiOxpPpbL5Yrtab7W5/OBKOF0RJVlRNN0zLdlzPD8LT+XK9rfvcqjZlKVga9Ux9I8KX1DHJ9q0hi6Fnz0Z0OXq0rye+5ocMdPuzJjw5VJTKk1FcX0qsSck4tRxY8uhPfGVwB+uK0tgyqRir6LqW461nhVPq2NR0bK1dh8n28Fq0MJzYaLQ7dSO8YZ6CSedOmNUvfChQ6KWiJO2W4mPvZHEdu4mCQouF9oOnkls6CGycp3JYmauv/B27FVI9rCkRWkp41S4x4YRYcxMCX9D1ooYWYid66kXfsA6jYOO5Tku50evh/FSrMuVcFIuzmqgnvjxrN5kGx6l6n5s7vtARV0mcwGcRh69cjUHvzEnWKoiGpKPzkhyRhjW1RdONoU69JDRPBQyUIICg4IGB4AIJLAQ4wyuc4Aq5gwpqiHCDBgq4twAAAA==);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-alpine, .ag-theme-alpine-dark, .ag-theme-alpine-auto-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-tooltip-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-set-filter-indent-size: var(--ag-icon-size);
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-tooltip-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
  --ag-advanced-filter-join-pill-color: #7a3a37;
  --ag-advanced-filter-column-pill-color: #355f2d;
  --ag-advanced-filter-option-pill-color: #5a3168;
  --ag-advanced-filter-value-pill-color: #374c86;
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  .ag-theme-alpine-auto-dark {
    --ag-background-color: #181d1f;
    --ag-foreground-color: #fff;
    --ag-border-color: #68686e;
    --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
    --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
    --ag-header-background-color: #222628;
    --ag-tooltip-background-color: #222628;
    --ag-odd-row-background-color: #222628;
    --ag-control-panel-background-color: #222628;
    --ag-subheader-background-color: #000;
    --ag-input-disabled-background-color: #282c2f;
    --ag-input-focus-box-shadow:
        0 0 2px 0.5px rgba(255, 255, 255, 0.5),
        0 0 4px 3px var(--ag-input-focus-border-color);
    --ag-card-shadow: 0 1px 20px 1px black;
    --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
    --ag-chip-background-color: rgba(255, 255, 255, 0.07);
    --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
    --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
    --ag-advanced-filter-join-pill-color: #7a3a37;
    --ag-advanced-filter-column-pill-color: #355f2d;
    --ag-advanced-filter-option-pill-color: #5a3168;
    --ag-advanced-filter-value-pill-color: #374c86;
    color-scheme: dark;
  }
}
.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, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar, .ag-theme-alpine-auto-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-auto-dark .ag-status-bar,
.ag-theme-alpine-auto-dark .ag-header-row,
.ag-theme-alpine-auto-dark .ag-panel-title-bar-title,
.ag-theme-alpine-auto-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}
.ag-theme-alpine .ag-row, .ag-theme-alpine-dark .ag-row, .ag-theme-alpine-auto-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}
.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-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-], .ag-theme-alpine-auto-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-auto-dark input[class^=ag-][type=text],
.ag-theme-alpine-auto-dark input[class^=ag-][type=number],
.ag-theme-alpine-auto-dark input[class^=ag-][type=tel],
.ag-theme-alpine-auto-dark input[class^=ag-][type=date],
.ag-theme-alpine-auto-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-auto-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}
.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-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-], .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-auto-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.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-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-], .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-auto-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-alpine-dark .ag-tab, .ag-theme-alpine-auto-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}
.ag-theme-alpine .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected, .ag-theme-alpine-auto-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-menu, .ag-theme-alpine-dark .ag-menu, .ag-theme-alpine-auto-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header, .ag-theme-alpine-auto-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}
.ag-theme-alpine .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header, .ag-theme-alpine-auto-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.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, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-auto-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}
.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail, .ag-theme-alpine-auto-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}
.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar, .ag-theme-alpine-auto-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-auto-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-auto-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-auto-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-auto-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group, .ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-auto-dark .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, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container, .ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-alpine.ag-dnd-ghost, .ag-theme-alpine-dark.ag-dnd-ghost, .ag-theme-alpine-auto-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}
.ag-theme-alpine .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons, .ag-theme-alpine-auto-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}
.ag-theme-alpine .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button, .ag-theme-alpine-auto-dark .ag-standard-button {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover, .ag-theme-alpine-auto-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}
.ag-theme-alpine .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active, .ag-theme-alpine-auto-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}
.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled, .ag-theme-alpine-auto-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical, .ag-theme-alpine-auto-dark .ag-column-drop-vertical {
  min-height: 75px;
}
.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar, .ag-theme-alpine-auto-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message, .ag-theme-alpine-auto-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message, .ag-theme-alpine-auto-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}
.ag-theme-alpine .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar, .ag-theme-alpine-auto-dark .ag-status-bar {
  font-weight: normal;
}
.ag-theme-alpine .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value, .ag-theme-alpine-auto-dark .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-alpine .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number, .ag-theme-alpine-auto-dark .ag-paging-number, .ag-theme-alpine-auto-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button, .ag-theme-alpine-auto-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover, .ag-theme-alpine-auto-dark .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-set-filter-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,
.ag-theme-alpine .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-set-filter-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover, .ag-theme-alpine-auto-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-auto-dark .ag-side-button-button:hover,
.ag-theme-alpine-auto-dark .ag-tab:hover,
.ag-theme-alpine-auto-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-auto-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-auto-dark .ag-column-group-icons:hover,
.ag-theme-alpine-auto-dark .ag-set-filter-group-icons:hover,
.ag-theme-alpine-auto-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-auto-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-auto-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-auto-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-auto-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-auto-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-auto-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-auto-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-auto-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close, .ag-theme-alpine-auto-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-alpine .ag-chart-menu-close:hover .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close:hover .ag-icon, .ag-theme-alpine-auto-dark .ag-chart-menu-close:hover .ag-icon {
  border-color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon, .ag-theme-alpine-auto-dark .ag-chart-menu-close .ag-icon {
  background: var(--ag-header-background-color);
  border: 1px solid var(--ag-border-color);
  border-right: none;
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-auto-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-auto-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-auto-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container, .ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container, .ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-group-container {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-auto-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-instance-filter {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
}

.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-instance-filter {
  border-right: dashed 1px;
  border-right-color: var(--ag-border-color);
  margin-right: calc(var(--ag-icon-size) * 0.5);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list, .ag-theme-alpine-auto-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-viewport, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-viewport, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-viewport, .ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-auto-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-auto-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-advanced-filter-builder-button, .ag-theme-alpine-dark .ag-advanced-filter-builder-button, .ag-theme-alpine-auto-dark .ag-advanced-filter-builder-button {
  padding: var(--ag-grid-size);
  font-weight: 600;
}

@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABEEAAsAAAAAJOwAABCxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkuBmAAi2IKo3ieDgE2AiQDgjALgRoABCAFhF4HhRkbniBlBhRsHADcvPwuonoSyv7/QwInY4g5qJtYWIJCVaWmiu9r4xG+pvqWWVHZ/LABDqiJbl2EgQ14dm4PC0+8u1FiLsd8G3fG/b4njZmNisMOSUKTB/7Xvt03M39WvS5xTTSRVkxCJZEIkUPIGuKGxCHTvPLjXO9rkwIeMPSatCkc0f/bFKEjUpsxM2JKTM+oyQXA/+CmfUgN6tSAelKH2kZNoZ4yIRVRmJjULDN2d2Sqlhm998hJpiAgns06kCeXbKXSnVHavbOdxNyFoEppf1EFDkajJzbDNjvtTGtEWGhAAgqDm+rvEb3NGZaEMnI7b4L/+67YimNwJJ+stBcB/zdX6hSQp2xkdZ0OzML8+UuQyx2rbEppSntXQBLqXhXxwlGOC8DGALu+2gpfofsqVJ2tIwInrXZe1MuStxJKTtxUix6PUGFbsmVsfvAKsLEBo+azb0UAck2F+PHJ+XXmyebNmTzsbM8AHucMJ4f7m+TdEPxJt0C+z8k4U91D3/0NVuEmvFfsURO9jJ/iz/Jp4gWIrGqMo1mcn5+NWLBQDhfDE9nTuC6PD2m+4B0jLkt4N/vBUQZmcxzDsvVdtERZdhFlt9YOKHqsb7ku5/vbFvn0/jEdAsfCEoWpyqZ8CYoTYssXsvg7Nx8n2ziyMDvEToxgI0CEklAzx4nqJ0+NaTYS4HGOrRRh2z/n1g7Tzp0N1kDI5ccWTCjvNew6IpgRzBFYpdm9r1bWRW1ZwpktvewajNigqnCPAmlI18Tc89qAZt/Ot3nS7oXeYu/xXdSeTP/oVUPEBTUkTw/74KgLs5wRuryTj359+OrFNz/8g8smSVsiHRz4mmuTzN5l8Ubh4As2D57YEUUblvKpodC52Uy1bR0TtBI2jcpK2SzBDxo7Kqk128Ee48PEkdMxM8GCSxYbZVRzLJ9Px9wd7cSsr3EWgcqWDVPldc0VQ2kZdWahQL6nf5Hn0tN8dCmkGXO+Nx59rvmCezoSObCuojGmRGbZcJLTr4jKzu4O9orPS25lDnzlIPlRDj5+1pSMCf+EgfCOdbGW9RGr6hs24rwcyQF5dcIf1YhmMD8XUZvBuRm+BhRn5YmSUn16whHzdDO3507lmKy1AqdpWwOhnX2lLuUCR2/pFBkQPUUfBW9u3374riXwICLEzi5jeW9ixx8NP7uQ/3idjK6zlnBplUAGiIF6IAFR6eclIR+6N+oh6ntjYf9wczIeNvLGZz9+dv3+rcEr73z9GZ45z9RAP7cWtRGwnGprQdn5ZZkby7ES4qw4NA12cD6ejZMrDg/BBOJ0sTKFSqMzmCKiYuIS2ZrTMrJyvjMWFJWUVWiqauoamuJa2jq6evoGhkY0YxNTSNTMHITU2WQeY9c2MrDrvLQvHVgN7nvd//z776eHmb7N9Byz5wPiF1OXgYZLMgZskjZgi4wA22QA2CHjwC7pBPbILLBP2oEDMgQckm7gmAwDJ2QQOCUTwBnpBc5JD3BBpoAr0gFck37ghnQBt2QSuCMzwD3pAx7IKPBIpoGnUXPgJ+AWFQBKAKoA1ACoA9AAoAlAC4A2AB0AugD0AOgDMABgCMAIgDEAEwCmAMwAmAOwAGAJwAqANQAbALYA7ADYA3AA4GgieeDnBF7jDMAFgCsANwDuKL3iHvgMDwA8AvAEwDMALwC8AvAGwDsAHyaSB34+QRu+APgG4MdEYvDzq4wNf8B8/GOUYL7BruMdzyBTC5A1guWFG14EvtNynjO05NzdP08kaOQoXTGRypTaVCZPuFKKc2QJTkusXNY+P6tfToWOc8rFpJWPijGkTnOKsV6C1DqnJCgn8EoJZqoX/YRhKCSTZfEqkjRNcipwMisXSaowjCpFTvKrgmxlYVKTMlSkmDkxe9ZpkpbickyP4Z/5Xm1QHGOkNl7GyNawITSCvMoCAYO1gUSpp6kVrkp7PPEmY7dU8m5By27OFjX2NaxpqW2LNs0AV+h+sxNIGSiZ5i9egqWXX/P0cOUqTnZX3mweV1kk0lPsrWE9mTRt8uQ61403ZHSsW0W2fXtKeA7cCl/R/bUnYICR+ohgBBREV2AcdFkXCJU6lzXENDWJ/CeIJ8biFaWfOS6fbaL70htNjJOWsTmSpW2THbaYOTgWJtSfez/h5smxSBl02M1cUpkOnjpF/sSZPXsOoDt68S6H2+fBNr9j5p4z5C+B/afD2Xk7d4btkm69Rf6nHSspUvPu3ds5nEW358TME2cuuItnj3b89O5CF7Zjjz8Ftm//7kfdd9tP71bRnU5Y2rw9hZttvXp9x0w707GKwO6kg8Xol/dXV2W6rVeNf+AehvvpvW7vUnQvuicf/LtH6eP3HH4Wc4JCacLHp+jmqjD29IhUqWIbY9OA2m4lzzvJ4fQc0Vn9kdCagJ+R7V3Wj/kTMy2u5GPkz6Db1DJ77cFsOvCkIP/qF1tykDyXS9k/9uH3NPhLB+VsI/9hLq15nHfIJiNvi8KWKrtmc/xeUN/PWXZS5WYmH4pgxdjf6X29rixDnqdZ1u1vnUvP3w53L7oLd0YYaRzquPqsVddZbfh6xrlCSQ3qy+tYWxenl14RLYIINby+7PC+86I0siV39S0PHOSgjXOnj7Q1Ota2cY97+pHVFp9laZ4L9cMTqVkdIUCWeJw+ekfkwsrSFcUmFcNAYiwQGquV2qsgd7KiJQNJADXFAGi6YQs1hgg5GFXRSsllXz/BUefXyiFfOPqgGPNFx6L7OcikJnTgWEbm0xnbqn5dFIXT6Sl/xp1dUpvIECMvMh3aM/bLb6aJJ6mpvyU1/+ZKNmlrob4LWHvEbi0BL4oq8XCjucDqwq5mAB5Z0Gp0qIz7kikoTw6E3D3nRl5Jo+Bmj1MZQsCudA6X7TG6YzaeLZY2aUgEsWkuSiq189HRN7U6qPhTt6XKy0Q3GVmkVqKlq1Nd1BrYsbDpQg3rpsOSBO7+3Xxb4vh4hoTXyqsMjp8J3dWPP8uIiVHc3ph8QimP5FGZwmdjQEC3jW0xKOaNcLEHvUliVFYsx1Ixs7xu3kjyAu1sSq0+xaLqCC9HnTrWlsJRKjx5TUAZSJr+Tnz/QG/GcXCX940rjywNDy+NLH8tMf7S8F7765mI+FBfL9mQ6e0Tdwk36mcNzfqYNjF9Is1O+jYJInpovlvgbTe+2+1At8G744nxHRyysy+c1+mylXp9pUSqkcr90/izrxCtWpsaPp3SasnKSi43LvYCm33h/IUdcVu3tn3KEaGQAqiI+NwGFElVkB2yBJ2X8AIsC3ydENYxLZkBer6Sx47z/EmWBQlynMEATSPSmJljr6CApaGAunZoGgae5JW0KxA6/9lmmi1pnReE3/5QVzNJPU+xi+Nb5xvqW+sbbv43U5buuen8ZvLUZZy7Zn6JNo85au19i3bX2/Y2daHf1ikc0LOTEDunGB8Bb63ltNiJI62d9ozwOFzjkZcnmm21ZqeVSOjg6Gp1mRGYt1lNr9d8trDNFVhpnf4J/wOC7F87CmYaTXFYZ9kQrXzlJrDkFW5MdnT867xgdUxbwGH/I8IAcJhmPhnnGwtld4StA9YHS4QjrgWZ8dcJxoHUYHnksP7xY/dIP5MhCz7y5EexYmRUOFnY5/EPOnuKuuRdPDmvExUvz2DaCjEa/ix5pwgVH8zIePy41B1ktsxZtFJ2xXO7fSF/amZjW3OmY4K1LfpfTEFCwdpbxFkz62ALWzy7WTX1eK+gTWgvDMubnTstbImxmbWHtQDadh8mcaQD9hKhx6b6qRz19dxYg+P5I+pGp7mluDW0OKc2ExWabFwxX17HGVLKFRqeZ/hsec01Berr9Ss1JVmUnktovArvstEJhUXzRy5ccsXPI6wNDO8rECla/HLT3LSx3i6pLvOM6pVmSCQZ+RLjy6dlJVzxpdWy1ZdkdvNAy1IqCtOq9CoNxhAM/Cs7cZywGbXNZQPBECATjCNV5BBlFUMq7nh6l9rgkK1x1FDPzvIEo26VqFlCo37WqtYUwN+7i+OUocntO01vwinbtOdrhD8MmHg3Ro2iosoiIkrHSwyLimTBdos3mSgJ5WTdsCAgNSBDh7JxKUEyrbpGqayp7tR0rvi2r65ZemJqzcLixEQjDZjeadKr9DCTtfVZekJ/cxtNwN5gVExSImx9NPAVS10pd5SrPaYtkuKSrCwJLi2KqsPW374txupwO98XpbKD0AVNO87+HP3z7nYU0FWmJ901edkuwZagUJPsa/oqYpZ2FgGFYcuX1+qanr+QSJ49G556JIcYHiZyjkwdfgYym0jSXXrafQtOS91FXGBPTQbDwqOLjrpu0w/XDjLXce7dozZQn4Nqfw/fxQKfV+rNDrrn1PNnOir1LzVdW+yT7718uXe+T/FVifEvX/7fd7HPVUlqk6qFLcXhBTJZQXjx4xa7/AJZcfjjxLxg+KoYn5w8fmmJ5Vsqfjk5206Juzxp08WrnEsLQug8xivdS+W1Y81euHNTE3mDuckn0UMAVhRoUHTG6bgC64itOK+WsVu3bvpAGwxDcMM1nUiH3W3Hb62BTSzLhTNnTr9MmDRcQV6Njq+IjRp/aoWuWKUyS2uaN3cgrT4x6qS9FszzQbIhJ8edGF9akp5OUSMPHgKLO85kwiClYRMnDiZQW0ycGJlGhxN37sAK5qvqGwEz5/z+zf5+iaWI9EgyAPEuKq4nOeruKwXcQiiwx1SkWjcw6uDqd5uLnMgzwf8fSCvyxR3Yi+VdTOYqs2cBl3axiUSi/3Q9k7nj9lKK8MGJrSP3HPKJP27iknXsoYdbUde2eJqx7jsRid9mRx0Do3PcEixpw+U6ZCVxFWIBmpDrBnl6bkcbaza1JVPHf5kvsitU2pRZx/5jZo7QAKGQ9+b4XJD2T0vak/3FysKKEqe9Ng71zmt++uaPz3nYY9pa4FE9ApBLNgP/jvOK4fw+zgtg5taJQIrQMYuFJwVC0rpBMqDBjKWy1j7JhQFkNpwHCZgECHBGPOCgCEuB8GDCb4ag9W6GofV1IkAaPrlFdOYAUeE+x+Xr06ANHhTDRqP/QCONmH5TGBNOlxJ5E/9JSxSuXoJCUvUNMenycfqqXasyhVezrupUhupd2CglqbLKFzlrerP89hRcOz+Pxsmwg2Gj0X/QnkY6pt9EDaPYf9Rcyy3n/ykr8K4LV140nnMLG85RKjP7Srva5jKF12V368ydyiD4e81yTpY4kyXPcv2LHNUafQk9v3nia+vyag1Xi/NP1KQgUN3/REhUNHQMTKzPIM3F+3L984WxeCKZSmeyuXyhWCpXqrV6o9lqd7q9/mA4Gk+ms7m1sAl1XOb5QbhcMcIoY4wzwSRTTDPDLHPMsyDYFAxBKaBF4UNUlbnsYXGHDtlROnA9ql3bSu67laX2Csg/xpqI7MlIh8hodJsWGTlX8rmTJFrnGGqvR/dxHLicOmFTdEZ+30leD5xKKXuuTHtutH1PxR3Q0rT72IGMtaf1J7RSXRKWfk8UHXYxNeg+iJ0W2w8a80FQGfO+Mo3tJ+rsMEVu+XyPkqCPHI4HXOIQt7Q/EI/HSGmkBhamMxarMSWZETjIhf20Bz8fXH0Su9aib0bqdjQTrqXrrmJ2fKAx9LZfcKLTMtQwtfYysy93As9AyYLHCwkjs11Rzq0p0b7jJ/FZJRMfj4zetJ/TWA5Uol8IIARQIDCIIMAwQwEHCXr4hhYWqD0MMEKGFSboYLsDAAAA);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-material {
  --ag-material-primary-color: #3f51b5;
  --ag-material-accent-color: #ff4081;
  --ag-foreground-color: rgba(0, 0, 0, 0.87);
  --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);
  --ag-background-color: #fff;
  --ag-header-background-color: #fff;
  --ag-tooltip-background-color: #fff;
  --ag-subheader-background-color: #eee;
  --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);
  --ag-header-cell-hover-background-color: #f2f2f2;
  --ag-chip-background-color: #e2e2e2;
  --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);
  --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);
  --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);
  --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);
  --ag-range-selection-highlight-color: #fce4ec;
  --ag-row-hover-color: #fafafa;
  --ag-column-hover-color: #fafafa;
  --ag-control-panel-background-color: #fafafa;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-checkbox-unchecked-color: #333;
  --ag-value-change-value-highlight-background-color: #00acc1;
  --ag-side-button-selected-background-color: transparent;
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
  --ag-range-selection-border-color: var(--ag-material-primary-color);
  --ag-checkbox-checked-color: var(--ag-material-accent-color);
  --ag-borders: none;
  --ag-borders-critical: solid 1px;
  --ag-border-color: #e2e2e2;
  --ag-grid-size: 8px;
  --ag-icon-size: 18px;
  --ag-header-height: calc(var(--ag-grid-size) * 7);
  --ag-row-height: calc(var(--ag-grid-size) * 6);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));
  --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);
  --ag-checkbox-border-radius: 2px;
  --ag-toggle-button-switch-border-width: 2px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);
  --ag-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridMaterial;
  --ag-selected-tab-underline-color: var(--ag-material-primary-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-input-focus-border-color: var(--ag-material-primary-color);
  --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
  --ag-card-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);
  --ag-card-radius: 2px;
  --ag-invalid-color: #e02525;
}

.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-multi-filter-group-title-bar {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-header-foreground-color);
}
.ag-theme-material .ag-tab {
  height: calc(var(--ag-grid-size) * 4.5);
  flex: 1 1 auto;
}
.ag-theme-material .ag-tabs-header,
.ag-theme-material .ag-column-drop-horizontal {
  background-color: var(--ag-subheader-background-color);
}
.ag-theme-material .ag-tabs-body {
  padding: calc(var(--ag-grid-size) * 0.5) 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: var(--ag-grid-size);
  height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);
  border-color: var(--ag-border-color) !important;
}
.ag-theme-material .ag-has-focus .ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-theme-material .ag-column-drop-vertical {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
  padding-top: var(--ag-grid-size);
}
.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: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {
  padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-right: var(--ag-grid-size);
}

.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {
  padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-left: var(--ag-grid-size);
}

.ag-theme-material .ag-status-bar {
  border: solid 1px;
  border-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-panel-column-select {
  border-top: solid 1px;
  border-top-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select, .ag-theme-material .ag-column-select-header {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select-header {
  height: var(--ag-header-height);
}
.ag-theme-material .ag-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);
}
.ag-theme-material .ag-charts-format-sub-level-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);
}
.ag-theme-material .ag-chart-data-section,
.ag-theme-material .ag-chart-format-section {
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-material .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-material .ag-chart-menu-close .ag-icon {
  background: var(--ag-subheader-background-color);
}
.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: var(--ag-foreground-color);
  font-family: inherit;
  font-size: inherit;
  height: calc(var(--ag-grid-size) * 5);
  padding-bottom: var(--ag-grid-size);
  border-width: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-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 {
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-material-primary-color);
  outline: none;
  box-shadow: none;
}
.ag-theme-material input[class^=ag-]:not([type])::placeholder,
.ag-theme-material input[class^=ag-][type=text]::placeholder,
.ag-theme-material input[class^=ag-][type=number]::placeholder,
.ag-theme-material input[class^=ag-][type=tel]::placeholder,
.ag-theme-material input[class^=ag-][type=date]::placeholder,
.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material textarea[class^=ag-]::placeholder {
  color: var(--ag-disabled-foreground-color);
}
.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 {
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material input[class^=ag-]:not([type]):invalid,
.ag-theme-material input[class^=ag-][type=text]:invalid,
.ag-theme-material input[class^=ag-][type=number]:invalid,
.ag-theme-material input[class^=ag-][type=tel]:invalid,
.ag-theme-material input[class^=ag-][type=date]:invalid,
.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material textarea[class^=ag-]:invalid {
  border-width: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-invalid-color);
  color: var(--ag-invalid-color);
}
.ag-theme-material .ag-standard-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--ag-material-primary-color);
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.ag-theme-material .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-material.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
}
.ag-theme-material .ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 4);
}
.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 7);
}
.ag-theme-material .ag-ltr .ag-filter-apply-panel-button, .ag-theme-material .ag-ltr .ag-advanced-filter-apply-button, .ag-theme-material .ag-ltr .ag-advanced-filter-builder-button {
  margin-left: var(--ag-grid-size);
}

.ag-theme-material .ag-rtl .ag-filter-apply-panel-button, .ag-theme-material .ag-rtl .ag-advanced-filter-apply-button, .ag-theme-material .ag-rtl .ag-advanced-filter-builder-button {
  margin-right: var(--ag-grid-size);
}

.ag-theme-material .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-material .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material .ag-layout-print .ag-center-cols-viewport, .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-within {
  box-shadow: 0 0 0 1px var(--ag-material-primary-color);
}
.ag-theme-material .ag-rich-select-list {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}
.ag-theme-material .ag-advanced-filter-builder-button-label {
  text-transform: uppercase;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  @ Import/write your custom styles here.
/*  @ Styles from this file will override 'vendors.scss' and Fuse's base styles.
/* ----------------------------------------------------------------------------------------------------- */
input,
textarea,
select {
  font-size: 16px;
}

#textWelcome {
  font-family: Trebuchet MS;
  letter-spacing: 7.2px;
}

#textWelcome_Mobile {
  font-family: Trebuchet MS;
  letter-spacing: 3px;
}

#redivuElemCruzAzulEscuro {
  background-image: url('cruzAzulEscuro.73c808ef62842e2f.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  animation: animCruzEscuro 5s infinite forwards;
}

@keyframes animCruzEscuro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#redivuElemCruzAzulClaro {
  background-image: url('cruzAzulClaro.e34480491d2c12a5.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  animation: animAzulClaro 2s infinite forwards;
}

@keyframes animAzulClaro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#redivuElemCruzAzulBranco {
  background-image: url('cruzBranca.8c8b18ab173ac6e4.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  animation: animAzulBranco 3s infinite forwards;
}

@keyframes animAzulBranco {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#redivuElemBolaAzul {
  background-image: url('bolaAzul.78cb56609311cb98.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
}

#redivuElemBolaRiscasAzul {
  background-image: url('bolasRiscasAzuis.e0fa14abfded721c.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
}

#redivuElemBolinhas {
  background-image: url('bolinhas.1cb75890048c9396.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(1);
    opacity: 0;
  }
}
#redivuHomeImage {
  background-image: url('imagem_Redivu.7a7c6e2ca3870098.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  object-fit: scale-down;
}

#redivuHomeImage2 {
  background-image: url('imagem_Redivu2.dd28aecbad24db6d.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
}

#redivuHomeImage2_Desktop {
  background-image: url('imagem_Redivu2.dd28aecbad24db6d.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 600px;
  width: 800px;
}

#redivuImage_Operations_Mobile {
  background-image: url('imagem_Redivu2.dd28aecbad24db6d.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
}

#redivuGraphicCEEn {
  background-image: url('GraphicCEEn_Resize.b5a886a93121f5ba.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicCEPt {
  background-image: url('GraphicCEPt.81407de2066ddcea.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicCEEs {
  background-image: url('GraphicCEEs.b5080f13ef3a0f86.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicCENl {
  background-image: url('GraphicCENl.06bf604fcfdb30a5.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphic1_CE_Mobile_En {
  background-image: url('Graphic1_CE_Mobile_EN@1.5x.c3c017a186caabde.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
  width: 100%;
}

#redivuGraphic2_CE_Mobile_En {
  background-image: url('Graphic2_CE_Mobile_EN@1.5x.4e0dccd35cf5d48b.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic1_CE_Mobile_Pt {
  background-image: url('Graphic1_CE_Mobile_PT.d01cfd442f357075.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_CE_Mobile_Pt {
  background-image: url('Graphic2_CE_Mobile_PT.d99bd1f69b78319e.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic1_CE_Mobile_Es {
  background-image: url('Graphic1_CE_Mobile_ES.e7c6acff712c3d50.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_CE_Mobile_Es {
  background-image: url('Graphic2_CE_Mobile_ES.0318f2964c532da8.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic1_CE_Mobile_Nl {
  background-image: url('Graphic1_CE_Mobile_NL.29b0df3657fee7cd.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_CE_Mobile_Nl {
  background-image: url('Graphic2_CE_Mobile_NL.1ebdf48860759289.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphicSOEn {
  background-image: url('GraphicSOEN.b45eed278f96165e.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 600px;
}

#redivuGraphicSOPt {
  background-image: url('GraphicSOPT.1c16faa39363bdd8.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 600px;
}

#redivuGraphicSOEs {
  background-image: url('GraphicSOES.2561547ff7ca3984.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 600px;
}

#redivuGraphicSONl {
  background-image: url('GraphicSONL.3262fbe8e992b168.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 600px;
}

#redivuGraphic1_SO_Mobile_En {
  background-image: url('Graphic1_SO_Mobile_EN@1.5x.a3eec2615dc464eb.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
  width: 100%;
}

#redivuGraphic1_SO_Mobile_Pt {
  background-image: url('Graphic1_SO_Mobile_PT.47ecfdde733e768f.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic1_SO_Mobile_Es {
  background-image: url('Graphic1_SO_Mobile_ES.3662cee49de8237a.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic1_SO_Mobile_Nl {
  background-image: url('Graphic1_SO_Mobile_NL.3ae5fed0242f2b80.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_SO_Mobile_En {
  background-image: url('Graphic2_SO_Mobile_EN@1.5x.cc3be08be3104bdb.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_SO_Mobile_Pt {
  background-image: url('Graphic2_SO_Mobile_PT.11332ee53be5d100.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_SO_Mobile_Es {
  background-image: url('Graphic2_SO_Mobile_ES.812f36c3ffbb5bc6.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic2_SO_Mobile_Nl {
  background-image: url('Graphic2_SO_Mobile_NL.63b550aa7031f67d.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 80px;
}

#redivuGraphic3_SO_Mobile_En {
  background-image: url('Graphic3_SO_Mobile_EN@1.5x.94881d8143f5686c.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 300px;
  width: 100%;
}

#redivuGraphic3_SO_Mobile_Pt {
  background-image: url('Graphic3_SO_Mobile_PT.e6fbeca97c98da37.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 300px;
  width: 100%;
}

#redivuGraphic3_SO_Mobile_Es {
  background-image: url('Graphic3_SO_Mobile_ES.3b8e4ae3667b6a93.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 300px;
  width: 100%;
}

#redivuGraphic3_SO_Mobile_Nl {
  background-image: url('Graphic3_SO_Mobile_NL.d32606d56ef74793.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 300px;
  width: 100%;
}

#redivuGraphicSO2En {
  background-image: url('GraphicSO2EN.46e355c9a2309cdb.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicSO2Pt {
  background-image: url('GraphicSO2PT.6e2bff7c92153fab.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicSO2En_Min {
  background-image: url('GraphicSO2EN@1.5x.15e227a0a1bb6203.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicSO2Pt_Min {
  background-image: url('GraphicSO2PT@0.75x.64fafce37877ece2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicSO2Es_Min {
  background-image: url('GraphicSO2ES@0.75x.c702553ccabfc81c.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicSO2Nl_Min {
  background-image: url('GraphicSO2NL@0.75x.9f1880984576e224.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicArchiveEn {
  background-image: url('GraphicArchiveEN@0.75x.2d24054a53d51545.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicArchivePt {
  background-image: url('GraphicArchivePT@0.75x.6306aa680ab7414d.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicArchiveEs {
  background-image: url('GraphicArchiveES@0.75x.564c935bf3ac3155.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphicArchiveNl {
  background-image: url('GraphicArchiveNL@0.75x.a0bedc65d5ac2f66.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 120px;
}

#redivuGraphic1_Archive_Mobile_En {
  background-image: url('graphic1_Archive_Mobile_En@1.5x.2b3c4dbfaf40f720.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic1_Archive_Mobile_Pt {
  background-image: url('graphic1_Archive_Mobile_PT.ce3ba49320905094.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic1_Archive_Mobile_Es {
  background-image: url('graphic1_Archive_Mobile_ES.4634db2b8571fce3.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic1_Archive_Mobile_Nl {
  background-image: url('graphic1_Archive_Mobile_NL.42f39de234821d68.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic2_Archive_Mobile_En {
  background-image: url('graphic2_Archive_Mobile_En@1.5x.2aa16571de713519.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic2_Archive_Mobile_Pt {
  background-image: url('graphic2_Archive_Mobile_PT.645a8520425b9762.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic2_Archive_Mobile_Es {
  background-image: url('graphic2_Archive_Mobile_ES.503cb991775ac152.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuGraphic2_Archive_Mobile_Nl {
  background-image: url('graphic2_Archive_Mobile_NL.3698436d2ef0520e.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 100px;
  width: 100%;
}

#redivuIconConnectingHome {
  background-image: url('iconConnecting.94317c3336be5aa2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 70px;
}

#redivuIconConnectingHome_Mobile {
  background-image: url('iconConnecting.94317c3336be5aa2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
}

#redivuIconImproveHome {
  background-image: url('iconImprove.9d8121867328168d.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 70px;
}

#redivuIconImproveHome_Mobile {
  background-image: url('iconImprove.9d8121867328168d.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
}

#redivuIconStarHome {
  background-image: url('iconStar.ee82d1fefa557f71.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 70px;
}

#redivuIconStarHome_Mobile {
  background-image: url('iconStar.ee82d1fefa557f71.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  height: 40px;
}

.heigthDrivers {
  height: calc(100% - 144px) !important;
  max-height: calc(100% - 144px) !important;
}

.mat-tab-body-wrapper {
  height: 100%;
}

.mat-tab-group .mat-tab-header .mat-tab-label-container {
  padding: 0px 24px 15px 24px;
}

.mat-simple-snackbar-action {
  color: inherit !important;
}

.filter {
  height: calc(100vh - 64px);
}

.tabBodyHeight {
  height: calc(100vh - 265.8px);
  min-height: calc(100vh - 265.8px);
  max-height: calc(100vh - 265.8px);
}

.dialogLinkBinary {
  height: -webkit-fill-available;
  justify-content: space-between;
}

.dialogAdvancedSearch {
  height: -webkit-fill-available;
}

.divScreenWithoutHeader {
  height: calc(100vh - 120px);
}

.mat-mdc-mini-fab.radiousCustomMiniFab {
  border-radius: 20px !important;
}
.mat-mdc-mini-fab.radiousCustomMiniFab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 20px !important;
}

.mat-mdc-form-field.mat-form-field-appearance-fill.searchInput .mat-mdc-form-field-subscript-wrapper {
  height: 0px;
}

#searchInput .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
  border: none;
}

#searchInput .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}

.valid-candidate {
  background-color: palegreen !important;
}

.ag-theme-material {
  --ag-cell-horizontal-border: solid #DDE2EB;
  --ag-header-column-separator-display: block;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: #DDE2EB;
}

.cellItem {
  background-color: lemonchiffon;
}

.cellHeader {
  background-color: lightblue;
}

.cellVendor {
  background-color: lightgreen;
}

@media only screen and (min-width: 960px) {
  body:not(.os-mac) ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0);
  }
  body:not(.os-mac) ::-webkit-scrollbar:hover {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.06);
  }
}
@charset "UTF-8";
.paginator-list .mat-mdc-paginator-page-size-select {
  width: 60px !important;
}

.paginator-list .mat-mdc-paginator-page-size-label {
  display: none !important;
}

.mat-mdc-paginator .mat-mdc-paginator-container {
  justify-content: flex-start;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
.fade-enter {
  animation: fadeIn 500ms ease-out forwards;
}

.fade-leave {
  animation: fadeOut 300ms ease-in forwards;
  pointer-events: none;
  /* Evita cliques enquanto a animação acontece */
}
/* ----------------------------------------------------------------------------------------------------- */
/*  @ Main Tailwind file for injecting utilities.
/* ----------------------------------------------------------------------------------------------------- */
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.collapse {
  visibility: collapse !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 {
  inset: 0px !important;
}
.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
.-bottom-10 {
  bottom: -2.5rem !important;
}
.-bottom-2 {
  bottom: -0.5rem !important;
}
.-left-1 {
  left: -0.25rem !important;
}
.-left-10 {
  left: -2.5rem !important;
}
.-right-1 {
  right: -0.25rem !important;
}
.-right-15 {
  right: -3.75rem !important;
}
.-right-16 {
  right: -4rem !important;
}
.-right-2 {
  right: -0.5rem !important;
}
.-right-5 {
  right: -1.25rem !important;
}
.-top-1 {
  top: -0.25rem !important;
}
.-top-16 {
  top: -4rem !important;
}
.-top-20 {
  top: -5rem !important;
}
.-top-5 {
  top: -1.25rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.bottom-15 {
  bottom: 3.75rem !important;
}
.bottom-30 {
  bottom: 7.5rem !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.bottom-5 {
  bottom: 1.25rem !important;
}
.bottom-50 {
  bottom: 12.5rem !important;
}
.bottom-\[10\%\] {
  bottom: 10% !important;
}
.bottom-\[280px\] {
  bottom: 280px !important;
}
.bottom-\[5\%\] {
  bottom: 5% !important;
}
.bottom-full {
  bottom: 100% !important;
}
.left-0 {
  left: 0px !important;
}
.left-1\/2 {
  left: 50% !important;
}
.left-10 {
  left: 2.5rem !important;
}
.left-15 {
  left: 3.75rem !important;
}
.left-2 {
  left: 0.5rem !important;
}
.left-20 {
  left: 5rem !important;
}
.left-200 {
  left: 50rem !important;
}
.left-4 {
  left: 1rem !important;
}
.left-40 {
  left: 10rem !important;
}
.left-5 {
  left: 1.25rem !important;
}
.left-80 {
  left: 20rem !important;
}
.left-\[10\%\] {
  left: 10% !important;
}
.left-\[40\%\] {
  left: 40% !important;
}
.left-\[45\%\] {
  left: 45% !important;
}
.left-\[5\%\] {
  left: 5% !important;
}
.right-0 {
  right: 0px !important;
}
.right-1\/2 {
  right: 50% !important;
}
.right-10 {
  right: 2.5rem !important;
}
.right-15 {
  right: 3.75rem !important;
}
.right-2 {
  right: 0.5rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.right-\[20\%\] {
  right: 20% !important;
}
.right-\[40\%\] {
  right: 40% !important;
}
.right-\[5\%\] {
  right: 5% !important;
}
.top-0 {
  top: 0px !important;
}
.top-1\/2 {
  top: 50% !important;
}
.top-1\/4 {
  top: 25% !important;
}
.top-10 {
  top: 2.5rem !important;
}
.top-15 {
  top: 3.75rem !important;
}
.top-180 {
  top: 45rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.top-20 {
  top: 5rem !important;
}
.top-30 {
  top: 7.5rem !important;
}
.top-4 {
  top: 1rem !important;
}
.top-40 {
  top: 10rem !important;
}
.top-5 {
  top: 1.25rem !important;
}
.top-6 {
  top: 1.5rem !important;
}
.top-7 {
  top: 1.75rem !important;
}
.top-\[10\%\] {
  top: 10% !important;
}
.top-\[20\%\] {
  top: 20% !important;
}
.top-\[25\%\] {
  top: 25% !important;
}
.top-\[30\%\] {
  top: 30% !important;
}
.top-\[42\%\] {
  top: 42% !important;
}
.top-\[52\%\] {
  top: 52% !important;
}
.top-\[60\%\] {
  top: 60% !important;
}
.-z-1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-49 {
  z-index: 49 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-90 {
  z-index: 90 !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-999 {
  z-index: 999 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-first {
  order: -9999 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.row-span-1 {
  grid-row: span 1 / span 1 !important;
}
.row-span-2 {
  grid-row: span 2 / span 2 !important;
}
.row-span-3 {
  grid-row: span 3 / span 3 !important;
}
.row-span-4 {
  grid-row: span 4 / span 4 !important;
}
.row-span-5 {
  grid-row: span 5 / span 5 !important;
}
.row-span-6 {
  grid-row: span 6 / span 6 !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-4 {
  margin: -1rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.-mb-12 {
  margin-bottom: -3rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.-ml-0 {
  margin-left: -0px !important;
}
.-ml-0\.5 {
  margin-left: -0.125rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-1\.5 {
  margin-left: -0.375rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-ml-px {
  margin-left: -1px !important;
}
.-mr-3 {
  margin-right: -0.75rem !important;
}
.-mr-px {
  margin-right: -1px !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-2\.5 {
  margin-top: -0.625rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mt-px {
  margin-top: -1px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-15 {
  margin-bottom: 3.75rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-18 {
  margin-bottom: 4.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-22 {
  margin-bottom: 5.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-0\.5 {
  margin-left: 0.125rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-2\.5 {
  margin-left: 0.625rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-40 {
  margin-left: 10rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-0\.5 {
  margin-right: 0.125rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-1\.5 {
  margin-right: 0.375rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 2.75rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-15 {
  margin-top: 3.75rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-22 {
  margin-top: 5.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-30 {
  margin-top: 7.5rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-40 {
  margin-top: 10rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-px {
  margin-top: 1px !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;
}
.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !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;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.h-0 {
  height: 0px !important;
}
.h-0\.5 {
  height: 0.125rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-1\/2 {
  height: 50% !important;
}
.h-1\/3 {
  height: 33.333333% !important;
}
.h-1\/4 {
  height: 25% !important;
}
.h-1\/5 {
  height: 20% !important;
}
.h-1\/6 {
  height: 16.666667% !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-100 {
  height: 25rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-13 {
  height: 3.25rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-15 {
  height: 3.75rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-160 {
  height: 40rem !important;
}
.h-18 {
  height: 4.5rem !important;
}
.h-180 {
  height: 45rem !important;
}
.h-192 {
  height: 48rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-2\/3 {
  height: 66.666667% !important;
}
.h-2\/4 {
  height: 50% !important;
}
.h-2\/5 {
  height: 40% !important;
}
.h-2\/6 {
  height: 33.333333% !important;
}
.h-20 {
  height: 5rem !important;
}
.h-200 {
  height: 50rem !important;
}
.h-22 {
  height: 5.5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-26 {
  height: 6.5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-3\/4 {
  height: 75% !important;
}
.h-3\/5 {
  height: 60% !important;
}
.h-30 {
  height: 7.5rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-320 {
  height: 80rem !important;
}
.h-36 {
  height: 9rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-4\/5 {
  height: 80% !important;
}
.h-4\/6 {
  height: 66.666667% !important;
}
.h-40 {
  height: 10rem !important;
}
.h-400 {
  height: 100rem !important;
}
.h-44 {
  height: 11rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-5\/6 {
  height: 83.333333% !important;
}
.h-50 {
  height: 12.5rem !important;
}
.h-52 {
  height: 13rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-60 {
  height: 15rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-72 {
  height: 18rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-90 {
  height: 22.5rem !important;
}
.h-96 {
  height: 24rem !important;
}
.h-\[0\%\] {
  height: 0% !important;
}
.h-\[10\%\] {
  height: 10% !important;
}
.h-\[13\%\] {
  height: 13% !important;
}
.h-\[15\%\] {
  height: 15% !important;
}
.h-\[15px\] {
  height: 15px !important;
}
.h-\[20\%\] {
  height: 20% !important;
}
.h-\[200px\] {
  height: 200px !important;
}
.h-\[27\%\] {
  height: 27% !important;
}
.h-\[30\%\] {
  height: 30% !important;
}
.h-\[40\%\] {
  height: 40% !important;
}
.h-\[50\%\] {
  height: 50% !important;
}
.h-\[63\%\] {
  height: 63% !important;
}
.h-\[7\%\] {
  height: 7% !important;
}
.h-\[70\%\] {
  height: 70% !important;
}
.h-\[72px\] {
  height: 72px !important;
}
.h-\[8\%\] {
  height: 8% !important;
}
.h-\[80\%\] {
  height: 80% !important;
}
.h-\[85\%\] {
  height: 85% !important;
}
.h-\[87\%\] {
  height: 87% !important;
}
.h-\[90\%\] {
  height: 90% !important;
}
.h-\[92\%\] {
  height: 92% !important;
}
.h-\[93\%\] {
  height: 93% !important;
}
.h-\[95\%\] {
  height: 95% !important;
}
.h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px) !important;
}
.h-auto {
  height: auto !important;
}
.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-1\/2 {
  max-height: 50% !important;
}
.max-h-1\/3 {
  max-height: 33.333333% !important;
}
.max-h-10 {
  max-height: 2.5rem !important;
}
.max-h-100 {
  max-height: 25rem !important;
}
.max-h-12 {
  max-height: 3rem !important;
}
.max-h-120 {
  max-height: 30rem !important;
}
.max-h-128 {
  max-height: 32rem !important;
}
.max-h-14 {
  max-height: 3.5rem !important;
}
.max-h-15 {
  max-height: 3.75rem !important;
}
.max-h-16 {
  max-height: 4rem !important;
}
.max-h-18 {
  max-height: 4.5rem !important;
}
.max-h-192 {
  max-height: 48rem !important;
}
.max-h-20 {
  max-height: 5rem !important;
}
.max-h-200 {
  max-height: 50rem !important;
}
.max-h-24 {
  max-height: 6rem !important;
}
.max-h-240 {
  max-height: 60rem !important;
}
.max-h-26 {
  max-height: 6.5rem !important;
}
.max-h-28 {
  max-height: 7rem !important;
}
.max-h-30 {
  max-height: 7.5rem !important;
}
.max-h-320 {
  max-height: 80rem !important;
}
.max-h-36 {
  max-height: 9rem !important;
}
.max-h-40 {
  max-height: 10rem !important;
}
.max-h-400 {
  max-height: 100rem !important;
}
.max-h-50 {
  max-height: 12.5rem !important;
}
.max-h-52 {
  max-height: 13rem !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-8 {
  max-height: 2rem !important;
}
.max-h-80 {
  max-height: 20rem !important;
}
.max-h-9 {
  max-height: 2.25rem !important;
}
.max-h-90 {
  max-height: 22.5rem !important;
}
.max-h-\[10\%\] {
  max-height: 10% !important;
}
.max-h-\[30\%\] {
  max-height: 30% !important;
}
.max-h-\[350px\] {
  max-height: 350px !important;
}
.max-h-\[40\%\] {
  max-height: 40% !important;
}
.max-h-\[450px\] {
  max-height: 450px !important;
}
.max-h-\[50\%\] {
  max-height: 50% !important;
}
.max-h-\[8\.8rem\] {
  max-height: 8.8rem !important;
}
.max-h-\[820px\] {
  max-height: 820px !important;
}
.max-h-\[92\%\] {
  max-height: 92% !important;
}
.max-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-none {
  max-height: none !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.min-h-1\/2 {
  min-height: 50% !important;
}
.min-h-1\/3 {
  min-height: 33.333333% !important;
}
.min-h-10 {
  min-height: 2.5rem !important;
}
.min-h-100 {
  min-height: 25rem !important;
}
.min-h-12 {
  min-height: 3rem !important;
}
.min-h-120 {
  min-height: 30rem !important;
}
.min-h-14 {
  min-height: 3.5rem !important;
}
.min-h-15 {
  min-height: 3.75rem !important;
}
.min-h-16 {
  min-height: 4rem !important;
}
.min-h-18 {
  min-height: 4.5rem !important;
}
.min-h-20 {
  min-height: 5rem !important;
}
.min-h-200 {
  min-height: 50rem !important;
}
.min-h-30 {
  min-height: 7.5rem !important;
}
.min-h-320 {
  min-height: 80rem !important;
}
.min-h-36 {
  min-height: 9rem !important;
}
.min-h-40 {
  min-height: 10rem !important;
}
.min-h-400 {
  min-height: 100rem !important;
}
.min-h-50 {
  min-height: 12.5rem !important;
}
.min-h-52 {
  min-height: 13rem !important;
}
.min-h-6 {
  min-height: 1.5rem !important;
}
.min-h-64 {
  min-height: 16rem !important;
}
.min-h-7 {
  min-height: 1.75rem !important;
}
.min-h-8 {
  min-height: 2rem !important;
}
.min-h-80 {
  min-height: 20rem !important;
}
.min-h-9 {
  min-height: 2.25rem !important;
}
.min-h-\[10\%\] {
  min-height: 10% !important;
}
.min-h-\[200px\] {
  min-height: 200px !important;
}
.min-h-\[30\%\] {
  min-height: 30% !important;
}
.min-h-\[40\%\] {
  min-height: 40% !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-0 {
  width: 0px !important;
}
.w-0\.5 {
  width: 0.125rem !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-1\/12 {
  width: 8.333333% !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-100 {
  width: 25rem !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-13 {
  width: 3.25rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-15 {
  width: 3.75rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-160 {
  width: 40rem !important;
}
.w-18 {
  width: 4.5rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/4 {
  width: 50% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-2\/6 {
  width: 33.333333% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-26 {
  width: 6.5rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-3\/6 {
  width: 50% !important;
}
.w-30 {
  width: 7.5rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/12 {
  width: 33.333333% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-40 {
  width: 10rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/12 {
  width: 41.666667% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-50 {
  width: 12.5rem !important;
}
.w-52 {
  width: 13rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-60 {
  width: 15rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-80 {
  width: 20rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-90 {
  width: 22.5rem !important;
}
.w-\[10\%\] {
  width: 10% !important;
}
.w-\[13\%\] {
  width: 13% !important;
}
.w-\[15\%\] {
  width: 15% !important;
}
.w-\[180px\] {
  width: 180px !important;
}
.w-\[20\%\] {
  width: 20% !important;
}
.w-\[25\%\] {
  width: 25% !important;
}
.w-\[26\%\] {
  width: 26% !important;
}
.w-\[30\%\] {
  width: 30% !important;
}
.w-\[33\%\] {
  width: 33% !important;
}
.w-\[35\%\] {
  width: 35% !important;
}
.w-\[36rem\] {
  width: 36rem !important;
}
.w-\[40\%\] {
  width: 40% !important;
}
.w-\[400px\] {
  width: 400px !important;
}
.w-\[45\%\] {
  width: 45% !important;
}
.w-\[5\%\] {
  width: 5% !important;
}
.w-\[50\%\] {
  width: 50% !important;
}
.w-\[60\%\] {
  width: 60% !important;
}
.w-\[70\%\] {
  width: 70% !important;
}
.w-\[80\%\] {
  width: 80% !important;
}
.w-\[85\%\] {
  width: 85% !important;
}
.w-\[87\%\] {
  width: 87% !important;
}
.w-\[90\%\] {
  width: 90% !important;
}
.w-\[95\%\] {
  width: 95% !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-10 {
  min-width: 2.5rem !important;
}
.min-w-18 {
  min-width: 4.5rem !important;
}
.min-w-2 {
  min-width: 0.5rem !important;
}
.min-w-2\/3 {
  min-width: 66.666667% !important;
}
.min-w-20 {
  min-width: 5rem !important;
}
.min-w-240 {
  min-width: 60rem !important;
}
.min-w-26 {
  min-width: 6.5rem !important;
}
.min-w-4 {
  min-width: 1rem !important;
}
.min-w-50 {
  min-width: 12.5rem !important;
}
.min-w-72 {
  min-width: 18rem !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-max {
  min-width: max-content !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.max-w-1\/2 {
  max-width: 50% !important;
}
.max-w-100 {
  max-width: 25rem !important;
}
.max-w-160 {
  max-width: 40rem !important;
}
.max-w-240 {
  max-width: 60rem !important;
}
.max-w-26 {
  max-width: 6.5rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3\/4 {
  max-width: 75% !important;
}
.max-w-32 {
  max-width: 8rem !important;
}
.max-w-36 {
  max-width: 9rem !important;
}
.max-w-360 {
  max-width: 90rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-50 {
  max-width: 12.5rem !important;
}
.max-w-60 {
  max-width: 15rem !important;
}
.max-w-72 {
  max-width: 18rem !important;
}
.max-w-7xl {
  max-width: 80rem !important;
}
.max-w-80 {
  max-width: 20rem !important;
}
.max-w-max {
  max-width: max-content !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-screen-xl {
  max-width: 1500px !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-0 {
  flex: 0 0 auto !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.shrink {
  flex-shrink: 1 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-full {
  --tw-translate-x: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-0 {
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-90 {
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-scale-x-1 {
  --tw-scale-x: -1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-x-\[-1\] {
  --tw-scale-x: -1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.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 bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite !important;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 3s linear infinite !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.resize {
  resize: both !important;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}
.snap-center {
  scroll-snap-align: center !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.list-disc {
  list-style-type: disc !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, 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;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.place-items-start {
  place-items: start !important;
}
.content-center {
  align-content: center !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-around {
  justify-content: space-around !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.justify-items-start {
  justify-items: start !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-7 {
  gap: 1.75rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-4 {
  column-gap: 1rem !important;
}
.gap-x-6 {
  column-gap: 1.5rem !important;
}
.gap-y-1 {
  row-gap: 0.25rem !important;
}
.gap-y-12 {
  row-gap: 3rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.gap-y-6 {
  row-gap: 1.5rem !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-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-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-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;
}
.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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !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-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-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;
}
.self-start {
  align-self: flex-start !important;
}
.self-center {
  align-self: center !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}
.scroll-smooth {
  scroll-behavior: smooth !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-clip {
  text-overflow: clip !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.text-wrap {
  text-wrap: wrap !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-b-4 {
  border-bottom-width: 4px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-l-8 {
  border-left-width: 8px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-r-0 {
  border-right-width: 0px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-t-4 {
  border-top-width: 4px !important;
}
.border-t-8 {
  border-top-width: 8px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-none {
  border-style: none !important;
}
.border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / 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-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-gray-300\/70 {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / 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-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / 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-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-slate-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-slate-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-b-primary {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-slate-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-r-gray-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-r-gray-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-t-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-t-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.bg-\[\#004460\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 68 96 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#04336b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 51 107 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#d2edf4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 237 244 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#d9ecf5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 236 245 / 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-accent-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-200-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-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / 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-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / 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-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / 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-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / 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-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / 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-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / 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-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / 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-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / 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-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / 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-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / 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-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}
.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity)) !important;
}
.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / 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-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / 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-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity)) !important;
}
.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
}
.bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / 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-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}
.bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity)) !important;
}
.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}
.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity)) !important;
}
.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / 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-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-200-rgb), 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-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-500-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-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-700-rgb), var(--tw-bg-opacity)) !important;
}
.bg-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity)) !important;
}
.bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
}
.bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 213 255 / 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-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / 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-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / 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-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
}
.bg-rose-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity)) !important;
}
.bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / 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-sky-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity)) !important;
}
.bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.bg-slate-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
.bg-slate-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.bg-slate-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}
.bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-warn-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-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-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-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-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-12 {
  --tw-bg-opacity: 0.12 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.from-primary-500 {
  --tw-gradient-from: rgba(var(--fuse-primary-500-rgb), 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(var(--fuse-primary-500-rgb), 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-primary-700 {
  --tw-gradient-from: rgba(var(--fuse-primary-700-rgb), 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(var(--fuse-primary-700-rgb), 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-primary-800 {
  --tw-gradient-from: rgba(var(--fuse-primary-800-rgb), 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(var(--fuse-primary-800-rgb), 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-primary-500 {
  --tw-gradient-to: rgba(var(--fuse-primary-500-rgb), 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--fuse-primary-500-rgb), 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-primary-900 {
  --tw-gradient-to: rgba(var(--fuse-primary-900-rgb), 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--fuse-primary-900-rgb), 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-slate-100 {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.to-primary-500 {
  --tw-gradient-to: rgba(var(--fuse-primary-500-rgb), 1) var(--tw-gradient-to-position) !important;
}
.to-primary-600 {
  --tw-gradient-to: rgba(var(--fuse-primary-600-rgb), 1) var(--tw-gradient-to-position) !important;
}
.to-primary-800 {
  --tw-gradient-to: rgba(var(--fuse-primary-800-rgb), 1) var(--tw-gradient-to-position) !important;
}
.to-primary-900 {
  --tw-gradient-to: rgba(var(--fuse-primary-900-rgb), 1) var(--tw-gradient-to-position) !important;
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position) !important;
}
.bg-clip-border {
  background-clip: border-box !important;
}
.bg-clip-text {
  background-clip: text !important;
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-scale-down {
  object-fit: scale-down !important;
}
.object-center {
  object-position: center !important;
}
.p-0 {
  padding: 0px !important;
}
.p-0\.5 {
  padding: 0.125rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-15 {
  padding: 3.75rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-22 {
  padding: 5.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-30 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-15 {
  padding-bottom: 3.75rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-22 {
  padding-bottom: 5.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-30 {
  padding-bottom: 7.5rem !important;
}
.pb-36 {
  padding-bottom: 9rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-26 {
  padding-top: 6.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-3\.5 {
  padding-top: 0.875rem !important;
}
.pt-30 {
  padding-top: 7.5rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.font-mono {
  font-family: "IBM Plex Mono", ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}
.font-sans {
  font-family: "Inter var", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.text-2xl {
  font-size: 1.25rem !important;
}
.text-3xl {
  font-size: 1.5rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-5xl {
  font-size: 2.25rem !important;
}
.text-7xl {
  font-size: 3rem !important;
}
.text-base {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1rem !important;
}
.text-md {
  font-size: 0.8125rem !important;
}
.text-sm {
  font-size: 0.75rem !important;
}
.text-xl {
  font-size: 1.125rem !important;
}
.text-xs {
  font-size: 0.625rem !important;
}
.font-black {
  font-weight: 900 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.italic {
  font-style: italic !important;
}
.leading-10 {
  line-height: 2.5rem !important;
}
.leading-4 {
  line-height: 1rem !important;
}
.leading-5 {
  line-height: 1.25rem !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-7 {
  line-height: 1.75rem !important;
}
.leading-8 {
  line-height: 2rem !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-tighter {
  letter-spacing: -0.05em !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.text-\[\#004460\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 68 96 / var(--tw-text-opacity)) !important;
}
.text-\[\#005169\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 81 105 / var(--tw-text-opacity)) !important;
}
.text-\[\#0f99ba\] {
  --tw-text-opacity: 1 !important;
  color: rgb(15 153 186 / var(--tw-text-opacity)) !important;
}
.text-\[\#11a9c7\] {
  --tw-text-opacity: 1 !important;
  color: rgb(17 169 199 / var(--tw-text-opacity)) !important;
}
.text-\[\#1b8caf\] {
  --tw-text-opacity: 1 !important;
  color: rgb(27 140 175 / var(--tw-text-opacity)) !important;
}
.text-\[\#5cc6e0\] {
  --tw-text-opacity: 1 !important;
  color: rgb(92 198 224 / var(--tw-text-opacity)) !important;
}
.text-\[\#69c4db\] {
  --tw-text-opacity: 1 !important;
  color: rgb(105 196 219 / var(--tw-text-opacity)) !important;
}
.text-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-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-accent-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-800-rgb), var(--tw-text-opacity)) !important;
}
.text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}
.text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}
.text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
}
.text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}
.text-amber-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.text-current {
  color: currentColor !important;
}
.text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 254 255 / var(--tw-text-opacity)) !important;
}
.text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 116 144 / var(--tw-text-opacity)) !important;
}
.text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 94 117 / 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-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / 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-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / 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-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}
.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}
.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}
.text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity)) !important;
}
.text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / 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-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-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-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity)) !important;
}
.text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
}
.text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}
.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity)) !important;
}
.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(157 23 77 / var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), 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-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), 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-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-600-rgb), var(--tw-text-opacity)) !important;
}
.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-700-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-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(216 180 254 / var(--tw-text-opacity)) !important;
}
.text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity)) !important;
}
.text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
}
.text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.text-rose-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 164 175 / var(--tw-text-opacity)) !important;
}
.text-rose-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 242 / var(--tw-text-opacity)) !important;
}
.text-rose-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(159 18 57 / var(--tw-text-opacity)) !important;
}
.text-sky-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity)) !important;
}
.text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
}
.text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(94 234 212 / var(--tw-text-opacity)) !important;
}
.text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity)) !important;
}
.text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity)) !important;
}
.text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity)) !important;
}
.text-transparent {
  color: transparent !important;
}
.text-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-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-warn-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-800-rgb), var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.text-zinc-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity)) !important;
}
.text-opacity-12 {
  --tw-text-opacity: 0.12 !important;
}
.text-opacity-38 {
  --tw-text-opacity: 0.38 !important;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.underline {
  text-decoration-line: underline !important;
}
.overline {
  text-decoration-line: overline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.decoration-primary-400 {
  text-decoration-color: rgba(var(--fuse-primary-400-rgb), 1) !important;
}
.decoration-2 {
  text-decoration-thickness: 2px !important;
}
.underline-offset-1 {
  text-underline-offset: 1px !important;
}
.accent-gray-500 {
  accent-color: #64748b !important;
}
.accent-primary {
  accent-color: rgba(var(--fuse-primary-rgb), 1) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-12 {
  opacity: 0.12 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-80 {
  opacity: 0.8 !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-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;
}
.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-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-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-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-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;
}
.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-accent-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-accent-400-rgb), 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-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / 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-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(203 213 225 / 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-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / 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-primary-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-primary-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-50-rgb), 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-warn-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-warn-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !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;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !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;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!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;
}
.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;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-150 {
  transition-duration: 150ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-400 {
  transition-duration: 400ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.ease-drawer {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.icon-size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
}
.icon-size-10 svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.icon-size-12 {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  font-size: 3rem !important;
  line-height: 3rem !important;
}
.icon-size-12 svg {
  width: 3rem !important;
  height: 3rem !important;
}
.icon-size-14 {
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  font-size: 3.5rem !important;
  line-height: 3.5rem !important;
}
.icon-size-14 svg {
  width: 3.5rem !important;
  height: 3.5rem !important;
}
.icon-size-16 {
  width: 4rem !important;
  height: 4rem !important;
  min-width: 4rem !important;
  min-height: 4rem !important;
  font-size: 4rem !important;
  line-height: 4rem !important;
}
.icon-size-16 svg {
  width: 4rem !important;
  height: 4rem !important;
}
.icon-size-18 {
  width: 4.5rem !important;
  height: 4.5rem !important;
  min-width: 4.5rem !important;
  min-height: 4.5rem !important;
  font-size: 4.5rem !important;
  line-height: 4.5rem !important;
}
.icon-size-18 svg {
  width: 4.5rem !important;
  height: 4.5rem !important;
}
.icon-size-20 {
  width: 5rem !important;
  height: 5rem !important;
  min-width: 5rem !important;
  min-height: 5rem !important;
  font-size: 5rem !important;
  line-height: 5rem !important;
}
.icon-size-20 svg {
  width: 5rem !important;
  height: 5rem !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-3 {
  width: 0.75rem !important;
  height: 0.75rem !important;
  min-width: 0.75rem !important;
  min-height: 0.75rem !important;
  font-size: 0.75rem !important;
  line-height: 0.75rem !important;
}
.icon-size-3 svg {
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.icon-size-3\.5 {
  width: 0.875rem !important;
  height: 0.875rem !important;
  min-width: 0.875rem !important;
  min-height: 0.875rem !important;
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}
.icon-size-3\.5 svg {
  width: 0.875rem !important;
  height: 0.875rem !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;
}
.icon-size-4\.5 {
  width: 1.125rem !important;
  height: 1.125rem !important;
  min-width: 1.125rem !important;
  min-height: 1.125rem !important;
  font-size: 1.125rem !important;
  line-height: 1.125rem !important;
}
.icon-size-4\.5 svg {
  width: 1.125rem !important;
  height: 1.125rem !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-6 {
  width: 1.5rem !important;
  height: 1.5rem !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}
.icon-size-6 svg {
  width: 1.5rem !important;
  height: 1.5rem !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-8 {
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
}
.icon-size-8 svg {
  width: 2rem !important;
  height: 2rem !important;
}
.icon-size-\[120px\] {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  font-size: 120px !important;
  line-height: 120px !important;
}
.icon-size-\[120px\] svg {
  width: 120px !important;
  height: 120px !important;
}
.icon-size-\[144px\] {
  width: 144px !important;
  height: 144px !important;
  min-width: 144px !important;
  min-height: 144px !important;
  font-size: 144px !important;
  line-height: 144px !important;
}
.icon-size-\[144px\] svg {
  width: 144px !important;
  height: 144px !important;
}
.icon-size-\[200px\] {
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  font-size: 200px !important;
  line-height: 200px !important;
}
.icon-size-\[200px\] svg {
  width: 200px !important;
  height: 200px !important;
}
.icon-size-\[72px\] {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  font-size: 72px !important;
  line-height: 72px !important;
}
.icon-size-\[72px\] svg {
  width: 72px !important;
  height: 72px !important;
}
/* Appearance Outline: */
/* Info */
.mat-mdc-snack-bar-container.snackbar-type-outline-info .mdc-snackbar__surface {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

/* Success */
.mat-mdc-snack-bar-container.snackbar-type-outline-success .mdc-snackbar__surface {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

/* Error */
.mat-mdc-snack-bar-container.snackbar-type-outline-error .mdc-snackbar__surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.mat-mdc-snack-bar-container.snackbar-type-outline-info .mdc-snackbar__label {
  color: rgb(29 78 216/var(--tw-text-opacity)) !important;
}

.mat-mdc-snack-bar-container.snackbar-type-outline-error .mdc-snackbar__label {
  color: rgb(180 83 9/var(--tw-text-opacity)) !important;
}

.mat-mdc-snack-bar-container.snackbar-type-outline-info .mdc-button__label {
  color: rgb(29 78 216/var(--tw-text-opacity)) !important;
}

.mat-mdc-snack-bar-container.snackbar-type-outline-error .mdc-button__label {
  color: rgb(180 83 9/var(--tw-text-opacity)) !important;
}

.custom-container .mat-mdc-dialog-surface .mdc-dialog__surface {
  border-radius: 0px !important;
}

.custom-container .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: hidden !important;
  padding: 12px !important;
  border-radius: 0px !important;
  background-color: rgb(250 250 250/var(--tw-bg-opacity)) !important;
}

.custom-container .mdc-dialog__title {
  padding: 0px !important;
}

.custom-container .mdc-dialog__title::before {
  height: 0px !important;
}

.custom-container .mdc-dialog .mdc-dialog__content {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 20px !important;
  background-color: rgb(250 250 250/var(--tw-bg-opacity)) !important;
}

.even\:border-r-0:nth-child(even) {
  border-right-width: 0px !important;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}

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

.focus-within\:shadow-sm:focus-within {
  --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;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

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

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

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

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / 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\:bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !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-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-50-rgb), var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-700-rgb), var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.hover\:from-primary-500:hover {
  --tw-gradient-from: rgba(var(--fuse-primary-500-rgb), 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(var(--fuse-primary-500-rgb), 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:via-primary-900:hover {
  --tw-gradient-to: rgba(var(--fuse-primary-900-rgb), 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--fuse-primary-900-rgb), 1) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.hover\:to-primary-600:hover {
  --tw-gradient-to: rgba(var(--fuse-primary-600-rgb), 1) var(--tw-gradient-to-position) !important;
}

.hover\:bg-clip-text:hover {
  background-clip: text !important;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:shadow-md:hover {
  --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;
}

.hover\:shadow-sm:hover {
  --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;
}

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

.focus\:ring-1:focus {
  --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;
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity)) !important;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600 !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity)) !important;
}

.dark\:flex:is(.dark *) {
  display: flex !important;
}

.dark\:hidden:is(.dark *) {
  display: none !important;
}

.dark\:border:is(.dark *) {
  border-width: 1px !important;
}

.dark\:border-b:is(.dark *) {
  border-bottom-width: 1px !important;
}

.dark\:border-l:is(.dark *) {
  border-left-width: 1px !important;
}

.dark\:border-r:is(.dark *) {
  border-right-width: 1px !important;
}

.dark\:border-gray-500:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}

.dark\:border-primary:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}

.dark\:border-slate-500:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.dark\:border-warn:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}

.dark\:border-b-gray-600:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

.dark\:bg-accent-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-amber-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}

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

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-cyan-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

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

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

.dark\:bg-indigo-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-inherit:is(.dark *) {
  background-color: inherit !important;
}

.dark\:bg-lime-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-orange-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-pink-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-pink-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-100:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-500-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-700:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-700-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-800:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-800-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-primary-900:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-900-rgb), var(--tw-bg-opacity)) !important;
}

.dark\:bg-purple-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity)) !important;
}

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

.dark\:bg-red-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-rose-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-sky-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-teal-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-transparent:is(.dark *) {
  background-color: transparent !important;
}

.dark\:bg-warn-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity)) !important;
}

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

.dark\:bg-yellow-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-opacity-10:is(.dark *) {
  --tw-bg-opacity: 0.1 !important;
}

.dark\:bg-opacity-5:is(.dark *) {
  --tw-bg-opacity: 0.05 !important;
}

.dark\:text-accent-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-50-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}

.dark\:text-amber-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}

.dark\:text-amber-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}

.dark\:text-blue-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

.dark\:text-cyan-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(236 254 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}

.dark\:text-gray-800:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

.dark\:text-green-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}

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

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

.dark\:text-indigo-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity)) !important;
}

.dark\:text-indigo-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-lime-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity)) !important;
}

.dark\:text-orange-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity)) !important;
}

.dark\:text-pink-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity)) !important;
}

.dark\:text-primary:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-primary-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-primary-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-primary-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-500-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity)) !important;
}

.dark\:text-purple-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.dark\:text-red-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}

.dark\:text-rose-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 242 / var(--tw-text-opacity)) !important;
}

.dark\:text-rose-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}

.dark\:text-sky-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-teal-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity)) !important;
}

.dark\:text-teal-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}

.dark\:text-warn-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-50-rgb), var(--tw-text-opacity)) !important;
}

.dark\:text-yellow-50:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}

.dark\:text-yellow-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}

.dark\:shadow-none:is(.dark *) {
  --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\:ring-gray-600:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity)) !important;
}

.dark\:ring-gray-900:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity)) !important;
}

.dark\:focus-within\:bg-gray-900:focus-within:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

.dark\:hover\:bg-black:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.dark\:hover\:bg-gray-900:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

.dark\:hover\:bg-opacity-5:hover:is(.dark *) {
  --tw-bg-opacity: 0.05 !important;
}

@media (min-width: 600px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:inset-0 {
    inset: 0px !important;
  }
  .sm\:inset-auto {
    inset: auto !important;
  }
  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:right-7 {
    right: 1.75rem !important;
  }
  .sm\:order-1 {
    order: 1 !important;
  }
  .sm\:order-last {
    order: 9999 !important;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:mb-50 {
    margin-bottom: 12.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .sm\:mr-30 {
    margin-right: 7.5rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  .sm\:mt-30 {
    margin-top: 7.5rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:h-1\/2 {
    height: 50% !important;
  }
  .sm\:h-100 {
    height: 25rem !important;
  }
  .sm\:h-120 {
    height: 30rem !important;
  }
  .sm\:h-18 {
    height: 4.5rem !important;
  }
  .sm\:h-192 {
    height: 48rem !important;
  }
  .sm\:h-20 {
    height: 5rem !important;
  }
  .sm\:h-26 {
    height: 6.5rem !important;
  }
  .sm\:h-36 {
    height: 9rem !important;
  }
  .sm\:h-50 {
    height: 12.5rem !important;
  }
  .sm\:h-52 {
    height: 13rem !important;
  }
  .sm\:h-60 {
    height: 15rem !important;
  }
  .sm\:h-72 {
    height: 18rem !important;
  }
  .sm\:h-80 {
    height: 20rem !important;
  }
  .sm\:h-90 {
    height: 22.5rem !important;
  }
  .sm\:h-\[calc\(100vh-64px\)\] {
    height: calc(100vh - 64px) !important;
  }
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:max-h-120 {
    max-height: 30rem !important;
  }
  .sm\:max-h-24 {
    max-height: 6rem !important;
  }
  .sm\:max-h-\[calc\(100vh\)\] {
    max-height: calc(100vh) !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }
  .sm\:w-100 {
    width: 25rem !important;
  }
  .sm\:w-120 {
    width: 30rem !important;
  }
  .sm\:w-128 {
    width: 32rem !important;
  }
  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }
  .sm\:w-2\/4 {
    width: 50% !important;
  }
  .sm\:w-2\/5 {
    width: 40% !important;
  }
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  .sm\:w-3\/6 {
    width: 50% !important;
  }
  .sm\:w-36 {
    width: 9rem !important;
  }
  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }
  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }
  .sm\:w-50 {
    width: 12.5rem !important;
  }
  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }
  .sm\:w-72 {
    width: 18rem !important;
  }
  .sm\:w-80 {
    width: 20rem !important;
  }
  .sm\:w-90 {
    width: 22.5rem !important;
  }
  .sm\:w-96 {
    width: 24rem !important;
  }
  .sm\:w-\[15\%\] {
    width: 15% !important;
  }
  .sm\:w-\[25\%\] {
    width: 25% !important;
  }
  .sm\:w-\[5\%\] {
    width: 5% !important;
  }
  .sm\:w-\[50\%\] {
    width: 50% !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:min-w-100 {
    min-width: 25rem !important;
  }
  .sm\:min-w-80 {
    min-width: 20rem !important;
  }
  .sm\:min-w-90 {
    min-width: 22.5rem !important;
  }
  .sm\:max-w-360 {
    max-width: 90rem !important;
  }
  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !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\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-col {
    flex-direction: column !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\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:gap-0 {
    gap: 0px !important;
  }
  .sm\:gap-12 {
    gap: 3rem !important;
  }
  .sm\:gap-16 {
    gap: 4rem !important;
  }
  .sm\:gap-4 {
    gap: 1rem !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\: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;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  .sm\:border-t {
    border-top-width: 1px !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-20 {
    padding: 5rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !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-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.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\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pt-12 {
    padding-top: 3rem !important;
  }
  .sm\:pt-20 {
    padding-top: 5rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-2xl {
    font-size: 1.25rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.5rem !important;
  }
  .sm\:text-4xl {
    font-size: 2rem !important;
  }
  .sm\:text-7xl {
    font-size: 3rem !important;
  }
  .sm\:text-8xl {
    font-size: 4rem !important;
  }
  .sm\:text-lg {
    font-size: 1rem !important;
  }
  .sm\:text-xl {
    font-size: 1.125rem !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-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-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-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\:absolute {
    position: absolute !important;
  }
  .md\:inset-0 {
    inset: 0px !important;
  }
  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  .md\:bottom-0 {
    bottom: 0px !important;
  }
  .md\:order-2 {
    order: 2 !important;
  }
  .md\:order-3 {
    order: 3 !important;
  }
  .md\:order-4 {
    order: 4 !important;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .md\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-192 {
    height: 48rem !important;
  }
  .md\:h-36 {
    height: 9rem !important;
  }
  .md\:h-90 {
    height: 22.5rem !important;
  }
  .md\:h-\[calc\(100vh-64px\)\] {
    height: calc(100vh - 64px) !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:min-h-1\/2 {
    min-height: 50% !important;
  }
  .md\:min-h-2\/3 {
    min-height: 66.666667% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-120 {
    width: 30rem !important;
  }
  .md\:w-128 {
    width: 32rem !important;
  }
  .md\:w-160 {
    width: 40rem !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-60 {
    width: 15rem !important;
  }
  .md\:w-64 {
    width: 16rem !important;
  }
  .md\:w-80 {
    width: 20rem !important;
  }
  .md\:w-9\/12 {
    width: 75% !important;
  }
  .md\:w-\[15\%\] {
    width: 15% !important;
  }
  .md\:w-\[20\%\] {
    width: 20% !important;
  }
  .md\:w-\[35\%\] {
    width: 35% !important;
  }
  .md\:w-\[40\%\] {
    width: 40% !important;
  }
  .md\:w-\[50\%\] {
    width: 50% !important;
  }
  .md\:w-\[80\%\] {
    width: 80% !important;
  }
  .md\:w-\[85\%\] {
    width: 85% !important;
  }
  .md\:min-w-160 {
    min-width: 40rem !important;
  }
  .md\:min-w-200 {
    min-width: 50rem !important;
  }
  .md\:max-w-160 {
    max-width: 40rem !important;
  }
  .md\:max-w-lg {
    max-width: 32rem !important;
  }
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-col {
    flex-direction: column !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\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:gap-8 {
    gap: 2rem !important;
  }
  .md\:gap-x-6 {
    column-gap: 1.5rem !important;
  }
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:rounded-none {
    border-radius: 0px !important;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  .md\:border-r-2 {
    border-right-width: 2px !important;
  }
  .md\:border-t {
    border-top-width: 1px !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !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\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:text-2xl {
    font-size: 1.25rem !important;
  }
  .md\:text-3xl {
    font-size: 1.5rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-5xl {
    font-size: 2.25rem !important;
  }
  .md\:text-6xl {
    font-size: 2.5rem !important;
  }
  .md\:text-7xl {
    font-size: 3rem !important;
  }
  .md\:text-base {
    font-size: 0.875rem !important;
  }
  .md\:text-lg {
    font-size: 1rem !important;
  }
  .md\:leading-snug {
    line-height: 1.375 !important;
  }
  .md\:opacity-0 {
    opacity: 0 !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;
  }
  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  @media (min-width: 1280px) {
    .md\:lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
}

@media (min-width: 1280px) {
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:sticky {
    position: sticky !important;
  }
  .lg\:left-256 {
    left: 64rem !important;
  }
  .lg\:left-280 {
    left: 70rem !important;
  }
  .lg\:left-full {
    left: 100% !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:top-140 {
    top: 35rem !important;
  }
  .lg\:top-160 {
    top: 40rem !important;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:h-1\/2 {
    height: 50% !important;
  }
  .lg\:h-100 {
    height: 25rem !important;
  }
  .lg\:h-11 {
    height: 2.75rem !important;
  }
  .lg\:h-12 {
    height: 3rem !important;
  }
  .lg\:h-16 {
    height: 4rem !important;
  }
  .lg\:h-192 {
    height: 48rem !important;
  }
  .lg\:h-44 {
    height: 11rem !important;
  }
  .lg\:h-72 {
    height: 18rem !important;
  }
  .lg\:h-90 {
    height: 22.5rem !important;
  }
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:min-h-1\/2 {
    min-height: 50% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }
  .lg\:w-100 {
    width: 25rem !important;
  }
  .lg\:w-11 {
    width: 2.75rem !important;
  }
  .lg\:w-12 {
    width: 3rem !important;
  }
  .lg\:w-120 {
    width: 30rem !important;
  }
  .lg\:w-16 {
    width: 4rem !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-24 {
    width: 6rem !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:w-56 {
    width: 14rem !important;
  }
  .lg\:w-72 {
    width: 18rem !important;
  }
  .lg\:w-80 {
    width: 20rem !important;
  }
  .lg\:w-96 {
    width: 24rem !important;
  }
  .lg\:w-\[15\%\] {
    width: 15% !important;
  }
  .lg\:w-\[25\%\] {
    width: 25% !important;
  }
  .lg\:w-\[40\%\] {
    width: 40% !important;
  }
  .lg\:w-\[60\%\] {
    width: 60% !important;
  }
  .lg\:w-\[75\%\] {
    width: 75% !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }
  .lg\:max-w-none {
    max-width: none !important;
  }
  .lg\:max-w-xl {
    max-width: 36rem !important;
  }
  .lg\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-col {
    flex-direction: column !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:gap-16 {
    gap: 4rem !important;
  }
  .lg\:gap-4 {
    gap: 1rem !important;
  }
  .lg\:gap-x-16 {
    column-gap: 4rem !important;
  }
  .lg\:gap-x-4 {
    column-gap: 1rem !important;
  }
  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  .lg\: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;
  }
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }
  .lg\:p-12 {
    padding: 3rem !important;
  }
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .lg\:text-start {
    text-align: start !important;
  }
  .lg\:text-base {
    font-size: 0.875rem !important;
  }
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  .lg\: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;
  }
  .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;
  }
  .lg\:icon-size-8 {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  .lg\:icon-size-8 svg {
    width: 2rem !important;
    height: 2rem !important;
  }
}

@media (min-width: 1500px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:ml-4 {
    margin-left: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1rem !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:hidden {
    display: none !important;
  }
  .xl\:h-\[calc\(100vh-64px\)\] {
    height: calc(100vh - 64px) !important;
  }
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }
  .xl\:w-\[15\%\] {
    width: 15% !important;
  }
  .xl\:w-\[85\%\] {
    width: 85% !important;
  }
  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-col {
    flex-direction: column !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .xl\:pr-30 {
    padding-right: 7.5rem !important;
  }
}

@media (min-width: 1750px) {
  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .\32xl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .\32xl\:mt-0 {
    margin-top: 0px !important;
  }
  .\32xl\:block {
    display: block !important;
  }
  .\32xl\:flex {
    display: flex !important;
  }
  .\32xl\:hidden {
    display: none !important;
  }
  .\32xl\:h-\[30\%\] {
    height: 30% !important;
  }
  .\32xl\:h-\[7\%\] {
    height: 7% !important;
  }
  .\32xl\:h-\[70\%\] {
    height: 70% !important;
  }
  .\32xl\:h-\[93\%\] {
    height: 93% !important;
  }
  .\32xl\:w-1\/2 {
    width: 50% !important;
  }
  .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .\32xl\:w-1\/4 {
    width: 25% !important;
  }
  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }
  .\32xl\:w-\[30\%\] {
    width: 30% !important;
  }
  .\32xl\:w-\[70\%\] {
    width: 70% !important;
  }
  .\32xl\:w-full {
    width: 100% !important;
  }
  .\32xl\:flex-row {
    flex-direction: row !important;
  }
  .\32xl\:flex-col {
    flex-direction: column !important;
  }
  .\32xl\:items-center {
    align-items: center !important;
  }
  .\32xl\:justify-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 2000px) {
  .\33xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .\33xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .\33xl\:flex {
    display: flex !important;
  }
  .\33xl\:inline-flex {
    display: inline-flex !important;
  }
  .\33xl\:hidden {
    display: none !important;
  }
  .\33xl\:h-1\/2 {
    height: 50% !important;
  }
  .\33xl\:h-1\/5 {
    height: 20% !important;
  }
  .\33xl\:h-2\/5 {
    height: 40% !important;
  }
  .\33xl\:h-90 {
    height: 22.5rem !important;
  }
  .\33xl\:h-\[20\%\] {
    height: 20% !important;
  }
  .\33xl\:max-h-\[20\%\] {
    max-height: 20% !important;
  }
  .\33xl\:min-h-\[20\%\] {
    min-height: 20% !important;
  }
  .\33xl\:w-\[20\%\] {
    width: 20% !important;
  }
  .\33xl\:w-\[27\%\] {
    width: 27% !important;
  }
  .\33xl\:w-\[45\%\] {
    width: 45% !important;
  }
  .\33xl\:w-\[46\%\] {
    width: 46% !important;
  }
  .\33xl\:w-\[55\%\] {
    width: 55% !important;
  }
  .\33xl\:w-\[80\%\] {
    width: 80% !important;
  }
  .\33xl\:w-full {
    width: 100% !important;
  }
  .\33xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .\33xl\:flex-row {
    flex-direction: row !important;
  }
  .\33xl\:flex-col {
    flex-direction: column !important;
  }
  .\33xl\:gap-y-4 {
    row-gap: 1rem !important;
  }
  .\33xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .\33xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media print {
  .print\:hidden {
    display: none !important;
  }
}
.inventory-grid-1 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-1 {
    grid-template-columns: 48px auto 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-1 {
    grid-template-columns: 48px auto 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-1 {
    grid-template-columns: 48px auto 40px 20px;
  }
}

.inventory-grid-2 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-2 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-2 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-2 {
    grid-template-columns: 48px 500px auto 40px 20px;
  }
}

.inventory-grid-3 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-3 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-3 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-3 {
    grid-template-columns: 48px 330px 330px auto 40px 20px;
  }
}

.inventory-grid-4 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-4 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-4 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-4 {
    grid-template-columns: 48px 240px 240px 240px auto 40px 20px;
  }
}

.inventory-grid-5 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-5 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-5 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-5 {
    grid-template-columns: 48px repeat(4, 200px) auto 40px 20px;
  }
}

.inventory-grid-6 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-6 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-6 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-6 {
    grid-template-columns: 48px repeat(5, 200px) auto 40px 20px;
  }
}

.inventory-grid-7 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-7 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-7 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-7 {
    grid-template-columns: 48px repeat(6, 200px) auto 40px 20px;
  }
}

.inventory-grid-8 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-8 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-8 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-8 {
    grid-template-columns: 48px repeat(7, 200px) auto 40px 20px;
  }
}

.inventory-grid-9 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-9 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-9 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-9 {
    grid-template-columns: 48px repeat(8, 200px) auto 40px 20px;
  }
}

.inventory-grid-10 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-10 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-10 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-10 {
    grid-template-columns: 48px repeat(9, 200px) auto 40px 20px;
  }
}

.inventory-grid-11 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-11 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-11 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-11 {
    grid-template-columns: 48px repeat(10, 200px) auto 40px 20px;
  }
}

.inventory-grid-12 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-12 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-12 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-12 {
    grid-template-columns: 48px repeat(11, 200px) auto 40px 20px;
  }
}

.inventory-grid-13 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-13 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-13 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-13 {
    grid-template-columns: 48px repeat(12, 200px) auto 40px 20px;
  }
}

.inventory-grid-14 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-14 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-14 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-14 {
    grid-template-columns: 48px repeat(13, 200px) auto 40px 20px;
  }
}

.inventory-grid-15 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-15 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-15 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-15 {
    grid-template-columns: 48px repeat(14, 200px) auto 40px 20px;
  }
}

.inventory-grid-16 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-16 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-16 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-16 {
    grid-template-columns: 48px repeat(15, 200px) auto 40px 20px;
  }
}

.inventory-grid-17 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-17 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-17 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-17 {
    grid-template-columns: 48px repeat(16, 200px) auto 40px 20px;
  }
}

.inventory-grid-18 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-18 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-18 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-18 {
    grid-template-columns: 48px repeat(17, 200px) auto 40px 20px;
  }
}

.inventory-grid-19 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-19 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-19 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-19 {
    grid-template-columns: 48px repeat(18, 200px) auto 40px 20px;
  }
}

.inventory-grid-20 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-20 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-20 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-20 {
    grid-template-columns: 48px repeat(19, 200px) auto 40px 20px;
  }
}

.inventory-grid-21 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-21 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-21 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-21 {
    grid-template-columns: 48px repeat(20, 200px) auto 40px 20px;
  }
}

.inventory-grid-22 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-22 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-22 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-22 {
    grid-template-columns: 48px repeat(21, 200px) auto 40px 20px;
  }
}

.inventory-grid-23 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-23 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-23 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-23 {
    grid-template-columns: 48px repeat(22, 200px) auto 40px 20px;
  }
}

.inventory-grid-24 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-24 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-24 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-24 {
    grid-template-columns: 48px repeat(23, 200px) auto 40px 20px;
  }
}

.inventory-grid-25 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-25 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-25 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-25 {
    grid-template-columns: 48px repeat(24, 200px) auto 40px 20px;
  }
}

.inventory-grid-26 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-26 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-26 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-26 {
    grid-template-columns: 48px repeat(25, 200px) auto 40px 20px;
  }
}

.inventory-grid-27 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-27 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-27 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-27 {
    grid-template-columns: 48px repeat(26, 200px) auto 40px 20px;
  }
}

.inventory-grid-28 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-28 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-28 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-28 {
    grid-template-columns: 48px repeat(27, 200px) auto 40px 20px;
  }
}

.inventory-grid-29 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-29 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-29 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-29 {
    grid-template-columns: 48px repeat(28, 200px) auto 40px 20px;
  }
}

.inventory-grid-30 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-30 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-30 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-30 {
    grid-template-columns: 48px repeat(29, 200px) auto 40px 20px;
  }
}

.inventory-grid-31 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-31 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-31 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-31 {
    grid-template-columns: 48px repeat(30, 200px) auto 40px 20px;
  }
}

.inventory-grid-32 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-32 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-32 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-32 {
    grid-template-columns: 48px repeat(31, 200px) auto 40px 20px;
  }
}

.inventory-grid-33 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-33 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-33 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-33 {
    grid-template-columns: 48px repeat(32, 200px) auto 40px 20px;
  }
}

.inventory-grid-34 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-34 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-34 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-34 {
    grid-template-columns: 48px repeat(33, 200px) auto 40px 20px;
  }
}

.inventory-grid-35 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-35 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-35 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-35 {
    grid-template-columns: 48px repeat(34, 200px) auto 40px 20px;
  }
}

.inventory-grid-36 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-36 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-36 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-36 {
    grid-template-columns: 48px repeat(35, 200px) auto 40px 20px;
  }
}

.inventory-grid-37 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-37 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-37 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-37 {
    grid-template-columns: 48px repeat(36, 200px) auto 40px 20px;
  }
}

.inventory-grid-38 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-38 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-38 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-38 {
    grid-template-columns: 48px repeat(37, 200px) auto 40px 20px;
  }
}

.inventory-grid-39 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-39 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-39 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-39 {
    grid-template-columns: 48px repeat(38, 200px) auto 40px 20px;
  }
}

.inventory-grid-40 {
  grid-template-columns: 48px auto 40px;
}
@media (min-width: 600px) {
  .inventory-grid-40 {
    grid-template-columns: 48px auto 190px 40px 20px;
  }
}
@media (min-width: 960px) {
  .inventory-grid-40 {
    grid-template-columns: 48px auto 210px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .inventory-grid-40 {
    grid-template-columns: 48px repeat(39, 200px) auto 40px 20px;
  }
}
