@charset "UTF-8";

/* src/@fuse/styles/tailwind.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}
::before,
::after {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #94a3b8;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none !important;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 0.875rem;
}
body {
  font-feature-settings: "salt";
}
hr {
  margin: 32px 0;
  border-bottom-width: 1px;
}
img {
  width: 100%;
  vertical-align: top;
}
input[disabled] {
  opacity: 1;
  -webkit-text-fill-color: currentColor;
}
body,
.dark,
.light {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-default-rgb), var(--tw-bg-opacity)) !important;
}
*,
::before,
::after {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-border-rgb), var(--tw-border-opacity));
}
.dark *,
.dark ::before,
.dark ::after {
  --tw-border-opacity: 0.12 !important;
}
@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);
  }
}
[disabled] * {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-disabled-rgb), var(--tw-text-opacity)) !important;
}
@media print {
  html {
    font-size: 12px !important;
  }
  body,
  .dark,
  .light {
    background: none !important;
  }
}
*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.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: #4f46e5;
  --fuse-primary-rgb:
    79,70,229;
  --fuse-on-primary-50: #312e81;
  --fuse-on-primary-50-rgb:
    49,46,129;
  --fuse-on-primary-100: #312e81;
  --fuse-on-primary-100-rgb:
    49,46,129;
  --fuse-on-primary-200: #312e81;
  --fuse-on-primary-200-rgb:
    49,46,129;
  --fuse-on-primary-300: #312e81;
  --fuse-on-primary-300-rgb:
    49,46,129;
  --fuse-on-primary-400: #312e81;
  --fuse-on-primary-400-rgb:
    49,46,129;
  --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;
  --fuse-accent-50: #f8fafc;
  --fuse-accent-50-rgb:
    248,250,252;
  --fuse-accent-100: #f1f5f9;
  --fuse-accent-100-rgb:
    241,245,249;
  --fuse-accent-200: #e2e8f0;
  --fuse-accent-200-rgb:
    226,232,240;
  --fuse-accent-300: #cbd5e1;
  --fuse-accent-300-rgb:
    203,213,225;
  --fuse-accent-400: #94a3b8;
  --fuse-accent-400-rgb:
    148,163,184;
  --fuse-accent-500: #64748b;
  --fuse-accent-500-rgb:
    100,116,139;
  --fuse-accent-600: #475569;
  --fuse-accent-600-rgb:
    71,85,105;
  --fuse-accent-700: #334155;
  --fuse-accent-700-rgb:
    51,65,85;
  --fuse-accent-800: #1e293b;
  --fuse-accent-800-rgb:
    30,41,59;
  --fuse-accent-900: #0f172a;
  --fuse-accent-900-rgb:
    15,23,42;
  --fuse-accent: #1e293b;
  --fuse-accent-rgb:
    30,41,59;
  --fuse-on-accent-50: #0f172a;
  --fuse-on-accent-50-rgb:
    15,23,42;
  --fuse-on-accent-100: #0f172a;
  --fuse-on-accent-100-rgb:
    15,23,42;
  --fuse-on-accent-200: #0f172a;
  --fuse-on-accent-200-rgb:
    15,23,42;
  --fuse-on-accent-300: #0f172a;
  --fuse-on-accent-300-rgb:
    15,23,42;
  --fuse-on-accent-400: #0f172a;
  --fuse-on-accent-400-rgb:
    15,23,42;
  --fuse-on-accent-500: #FFFFFF;
  --fuse-on-accent-500-rgb:
    255,255,255;
  --fuse-on-accent-600: #FFFFFF;
  --fuse-on-accent-600-rgb:
    255,255,255;
  --fuse-on-accent-700: #FFFFFF;
  --fuse-on-accent-700-rgb:
    255,255,255;
  --fuse-on-accent-800: #FFFFFF;
  --fuse-on-accent-800-rgb:
    255,255,255;
  --fuse-on-accent-900: #FFFFFF;
  --fuse-on-accent-900-rgb:
    255,255,255;
  --fuse-on-accent: #FFFFFF;
  --fuse-on-accent-rgb:
    255,255,255;
  --fuse-warn-50: #fef2f2;
  --fuse-warn-50-rgb:
    254,242,242;
  --fuse-warn-100: #fee2e2;
  --fuse-warn-100-rgb:
    254,226,226;
  --fuse-warn-200: #fecaca;
  --fuse-warn-200-rgb:
    254,202,202;
  --fuse-warn-300: #fca5a5;
  --fuse-warn-300-rgb:
    252,165,165;
  --fuse-warn-400: #f87171;
  --fuse-warn-400-rgb:
    248,113,113;
  --fuse-warn-500: #ef4444;
  --fuse-warn-500-rgb:
    239,68,68;
  --fuse-warn-600: #dc2626;
  --fuse-warn-600-rgb:
    220,38,38;
  --fuse-warn-700: #b91c1c;
  --fuse-warn-700-rgb:
    185,28,28;
  --fuse-warn-800: #991b1b;
  --fuse-warn-800-rgb:
    153,27,27;
  --fuse-warn-900: #7f1d1d;
  --fuse-warn-900-rgb:
    127,29,29;
  --fuse-warn: #dc2626;
  --fuse-warn-rgb:
    220,38,38;
  --fuse-on-warn-50: #7f1d1d;
  --fuse-on-warn-50-rgb:
    127,29,29;
  --fuse-on-warn-100: #7f1d1d;
  --fuse-on-warn-100-rgb:
    127,29,29;
  --fuse-on-warn-200: #7f1d1d;
  --fuse-on-warn-200-rgb:
    127,29,29;
  --fuse-on-warn-300: #7f1d1d;
  --fuse-on-warn-300-rgb:
    127,29,29;
  --fuse-on-warn-400: #7f1d1d;
  --fuse-on-warn-400-rgb:
    127,29,29;
  --fuse-on-warn-500: #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: #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: #0d9488;
  --fuse-primary-rgb:
    13,148,136;
  --fuse-on-primary-50: #134e4a;
  --fuse-on-primary-50-rgb:
    19,78,74;
  --fuse-on-primary-100: #134e4a;
  --fuse-on-primary-100-rgb:
    19,78,74;
  --fuse-on-primary-200: #134e4a;
  --fuse-on-primary-200-rgb:
    19,78,74;
  --fuse-on-primary-300: #134e4a;
  --fuse-on-primary-300-rgb:
    19,78,74;
  --fuse-on-primary-400: #134e4a;
  --fuse-on-primary-400-rgb:
    19,78,74;
  --fuse-on-primary-500: #134e4a;
  --fuse-on-primary-500-rgb:
    19,78,74;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb:
    255,255,255;
}
.theme-rose {
  --fuse-primary-50: #fff1f2;
  --fuse-primary-50-rgb:
    255,241,242;
  --fuse-primary-100: #ffe4e6;
  --fuse-primary-100-rgb:
    255,228,230;
  --fuse-primary-200: #fecdd3;
  --fuse-primary-200-rgb:
    254,205,211;
  --fuse-primary-300: #fda4af;
  --fuse-primary-300-rgb:
    253,164,175;
  --fuse-primary-400: #fb7185;
  --fuse-primary-400-rgb:
    251,113,133;
  --fuse-primary-500: #f43f5e;
  --fuse-primary-500-rgb:
    244,63,94;
  --fuse-primary-600: #e11d48;
  --fuse-primary-600-rgb:
    225,29,72;
  --fuse-primary-700: #be123c;
  --fuse-primary-700-rgb:
    190,18,60;
  --fuse-primary-800: #9f1239;
  --fuse-primary-800-rgb:
    159,18,57;
  --fuse-primary-900: #881337;
  --fuse-primary-900-rgb:
    136,19,55;
  --fuse-primary: #f43f5e;
  --fuse-primary-rgb:
    244,63,94;
  --fuse-on-primary-50: #881337;
  --fuse-on-primary-50-rgb:
    136,19,55;
  --fuse-on-primary-100: #881337;
  --fuse-on-primary-100-rgb:
    136,19,55;
  --fuse-on-primary-200: #881337;
  --fuse-on-primary-200-rgb:
    136,19,55;
  --fuse-on-primary-300: #881337;
  --fuse-on-primary-300-rgb:
    136,19,55;
  --fuse-on-primary-400: #881337;
  --fuse-on-primary-400-rgb:
    136,19,55;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb:
    255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb:
    255,255,255;
}
.theme-purple {
  --fuse-primary-50: #faf5ff;
  --fuse-primary-50-rgb:
    250,245,255;
  --fuse-primary-100: #f3e8ff;
  --fuse-primary-100-rgb:
    243,232,255;
  --fuse-primary-200: #e9d5ff;
  --fuse-primary-200-rgb:
    233,213,255;
  --fuse-primary-300: #d8b4fe;
  --fuse-primary-300-rgb:
    216,180,254;
  --fuse-primary-400: #c084fc;
  --fuse-primary-400-rgb:
    192,132,252;
  --fuse-primary-500: #a855f7;
  --fuse-primary-500-rgb:
    168,85,247;
  --fuse-primary-600: #9333ea;
  --fuse-primary-600-rgb:
    147,51,234;
  --fuse-primary-700: #7e22ce;
  --fuse-primary-700-rgb:
    126,34,206;
  --fuse-primary-800: #6b21a8;
  --fuse-primary-800-rgb:
    107,33,168;
  --fuse-primary-900: #581c87;
  --fuse-primary-900-rgb:
    88,28,135;
  --fuse-primary: #9333ea;
  --fuse-primary-rgb:
    147,51,234;
  --fuse-on-primary-50: #581c87;
  --fuse-on-primary-50-rgb:
    88,28,135;
  --fuse-on-primary-100: #581c87;
  --fuse-on-primary-100-rgb:
    88,28,135;
  --fuse-on-primary-200: #581c87;
  --fuse-on-primary-200-rgb:
    88,28,135;
  --fuse-on-primary-300: #581c87;
  --fuse-on-primary-300-rgb:
    88,28,135;
  --fuse-on-primary-400: #581c87;
  --fuse-on-primary-400-rgb:
    88,28,135;
  --fuse-on-primary-500: #FFFFFF;
  --fuse-on-primary-500-rgb:
    255,255,255;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary: #FFFFFF;
  --fuse-on-primary-rgb:
    255,255,255;
}
.theme-amber {
  --fuse-primary-50: #fffbeb;
  --fuse-primary-50-rgb:
    255,251,235;
  --fuse-primary-100: #fef3c7;
  --fuse-primary-100-rgb:
    254,243,199;
  --fuse-primary-200: #fde68a;
  --fuse-primary-200-rgb:
    253,230,138;
  --fuse-primary-300: #fcd34d;
  --fuse-primary-300-rgb:
    252,211,77;
  --fuse-primary-400: #fbbf24;
  --fuse-primary-400-rgb:
    251,191,36;
  --fuse-primary-500: #f59e0b;
  --fuse-primary-500-rgb:
    245,158,11;
  --fuse-primary-600: #d97706;
  --fuse-primary-600-rgb:
    217,119,6;
  --fuse-primary-700: #b45309;
  --fuse-primary-700-rgb:
    180,83,9;
  --fuse-primary-800: #92400e;
  --fuse-primary-800-rgb:
    146,64,14;
  --fuse-primary-900: #78350f;
  --fuse-primary-900-rgb:
    120,53,15;
  --fuse-primary: #f59e0b;
  --fuse-primary-rgb:
    245,158,11;
  --fuse-on-primary-50: #78350f;
  --fuse-on-primary-50-rgb:
    120,53,15;
  --fuse-on-primary-100: #78350f;
  --fuse-on-primary-100-rgb:
    120,53,15;
  --fuse-on-primary-200: #78350f;
  --fuse-on-primary-200-rgb:
    120,53,15;
  --fuse-on-primary-300: #78350f;
  --fuse-on-primary-300-rgb:
    120,53,15;
  --fuse-on-primary-400: #78350f;
  --fuse-on-primary-400-rgb:
    120,53,15;
  --fuse-on-primary-500: #78350f;
  --fuse-on-primary-500-rgb:
    120,53,15;
  --fuse-on-primary-600: #FFFFFF;
  --fuse-on-primary-600-rgb:
    255,255,255;
  --fuse-on-primary-700: #FFFFFF;
  --fuse-on-primary-700-rgb:
    255,255,255;
  --fuse-on-primary-800: #FFFFFF;
  --fuse-on-primary-800-rgb:
    255,255,255;
  --fuse-on-primary-900: #FFFFFF;
  --fuse-on-primary-900-rgb:
    255,255,255;
  --fuse-on-primary: #78350f;
  --fuse-on-primary-rgb:
    120,53,15;
}
body.light,
.light,
.dark .light {
  --is-dark: false;
  --fuse-bg-app-bar: #FFFFFF;
  --fuse-bg-app-bar-rgb:
    255,255,255;
  --fuse-bg-card: #FFFFFF;
  --fuse-bg-card-rgb:
    255,255,255;
  --fuse-bg-default: #f1f5f9;
  --fuse-bg-default-rgb:
    241,245,249;
  --fuse-bg-dialog: #FFFFFF;
  --fuse-bg-dialog-rgb:
    255,255,255;
  --fuse-bg-hover: rgba(148,163,184,0.12);
  --fuse-bg-hover-rgb:
    148,163,184;
  --fuse-bg-status-bar: #cbd5e1;
  --fuse-bg-status-bar-rgb:
    203,213,225;
  --fuse-text-default: #1e293b;
  --fuse-text-default-rgb:
    30,41,59;
  --fuse-text-secondary: #64748b;
  --fuse-text-secondary-rgb:
    100,116,139;
  --fuse-text-hint: #94a3b8;
  --fuse-text-hint-rgb:
    148,163,184;
  --fuse-text-disabled: #94a3b8;
  --fuse-text-disabled-rgb:
    148,163,184;
  --fuse-border: #e2e8f0;
  --fuse-border-rgb:
    226,232,240;
  --fuse-divider: #e2e8f0;
  --fuse-divider-rgb:
    226,232,240;
  --fuse-icon: #64748b;
  --fuse-icon-rgb:
    100,116,139;
  --fuse-mat-icon: #64748b;
  --fuse-mat-icon-rgb:
    100,116,139;
}
body.dark,
.dark,
.light .dark {
  --fuse-bg-app-bar: #0f172a;
  --fuse-bg-app-bar-rgb:
    15,23,42;
  --fuse-bg-card: #1e293b;
  --fuse-bg-card-rgb:
    30,41,59;
  --fuse-bg-default: #0f172a;
  --fuse-bg-default-rgb:
    15,23,42;
  --fuse-bg-dialog: #1e293b;
  --fuse-bg-dialog-rgb:
    30,41,59;
  --fuse-bg-hover: rgba(255, 255, 255, 0.05);
  --fuse-bg-hover-rgb:
    255,255,255;
  --fuse-bg-status-bar: #0f172a;
  --fuse-bg-status-bar-rgb:
    15,23,42;
  --fuse-text-default: #FFFFFF;
  --fuse-text-default-rgb:
    255,255,255;
  --fuse-text-secondary: #94a3b8;
  --fuse-text-secondary-rgb:
    148,163,184;
  --fuse-text-hint: #64748b;
  --fuse-text-hint-rgb:
    100,116,139;
  --fuse-text-disabled: #475569;
  --fuse-text-disabled-rgb:
    71,85,105;
  --fuse-border: rgba(241,245,249,0.12);
  --fuse-border-rgb:
    241,245,249;
  --fuse-divider: rgba(241,245,249,0.12);
  --fuse-divider-rgb:
    241,245,249;
  --fuse-icon: #94a3b8;
  --fuse-icon-rgb:
    148,163,184;
  --fuse-mat-icon: #94a3b8;
  --fuse-mat-icon-rgb:
    148,163,184;
}
.prose {
  color: var(--fuse-text-default);
  max-width: 65ch;
}
.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(ol):not(:where([class~=not-prose] *)) {
  list-style-type: decimal;
  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;
  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;
}
.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;
}
.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;
}
.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;
}
.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(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;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.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(p):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.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(h2 code):not(:where([class~=not-prose] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose] *)) {
  font-size: 0.9em;
}
.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(ul > li p):not(:where([class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose > :where(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:first-child):not(:where([class~=not-prose] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose > :where(: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] *)) {
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
  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(ul > li p):not(:where([class~=not-prose] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(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):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):not(:where([class~=not-prose] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~=not-prose] *)) {
  margin-bottom: 0;
}
.hover\:text-default:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.hover\:bg-card:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.hover\:bg-hover:hover {
  background-color: var(--fuse-bg-hover) !important;
}
.dark .dark\:bg-card {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-hover:hover {
  background-color: var(--fuse-bg-hover) !important;
}
@media (min-width: 600px) {
  .sm\:bg-card {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  }
}

/* src/@fuse/styles/themes.scss */
.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;
}
.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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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 {
  --mat-card-title-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-title-text-line-height: 1.5rem;
  --mat-card-title-text-size: 0.875rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-subtitle-text-line-height: 1.25rem;
  --mat-card-subtitle-text-size: 0.875rem;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 600;
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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] {
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
}
.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] {
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
}
[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] {
}
.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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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;
}
html {
  --mat-select-trigger-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 0.875rem;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-chip-label-text-line-height: 1.5rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button .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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.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-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.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-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 0.875rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-supporting-text-line-height: 1.5rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.75rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
}
html {
  --mat-paginator-container-size: 56px;
}
.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;
}
html {
  --mat-paginator-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-letter-spacing: normal;
  --mat-tab-header-label-text-line-height: 0.875rem;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
.mat-mdc-checkbox .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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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 {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
.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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));
  font-size: 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);
  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] {
}
.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:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-bottom-sheet-container {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-button-toggle {
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.mat-calendar {
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 0.875rem;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-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,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
}
.mat-expansion-panel-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
}
.mat-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:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.mat-step-label {
  font-size: 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-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
  margin: 0;
}
.mat-tree-node {
  min-height: 48px;
}
.mat-tree {
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 0.875rem;
}
.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.mdc-list-item,
.theme-default .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-default.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-default.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-default .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-default.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-default .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #4f46e5;
}
.theme-default .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #4f46e5;
}
.theme-default .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-default .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-default .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-default .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-default .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-default .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-default .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-default .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-default .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-default .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-default .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-default .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-default .light .mat-mdc-progress-bar,
.theme-default.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
  --mdc-linear-progress-track-color: rgba(79, 70, 229, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(79, 70, 229, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(79, 70, 229, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-default .light .mat-mdc-tooltip,
.theme-default.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-default.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-accent,
.theme-default.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn,
.theme-default.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light,
.theme-default.light {
  --mat-autocomplete-background-color: white;
}
.theme-default .light .mat-mdc-dialog-container,
.theme-default.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-default.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-default .light .mdc-list-item__start,
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__start,
.theme-default.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-default .light .mat-accent .mdc-list-item__start,
.theme-default .light .mat-accent .mdc-list-item__end,
.theme-default.light .mat-accent .mdc-list-item__start,
.theme-default.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-default .light .mat-warn .mdc-list-item__start,
.theme-default .light .mat-warn .mdc-list-item__end,
.theme-default.light .mat-warn .mdc-list-item__start,
.theme-default.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-default .light .mat-mdc-list-option,
.theme-default.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-accent,
.theme-default.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-warn,
.theme-default.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #4f46e5;
}
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #4f46e5;
}
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .light,
.theme-default.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-default .light .mat-mdc-tab-group,
.theme-default .light .mat-mdc-tab-nav-bar,
.theme-default.light .mat-mdc-tab-group,
.theme-default.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4f46e5;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #4f46e5;
  --mat-tab-header-active-ripple-color: #4f46e5;
  --mat-tab-header-inactive-ripple-color: #4f46e5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4f46e5;
  --mat-tab-header-active-hover-label-text-color: #4f46e5;
  --mat-tab-header-active-focus-indicator-color: #4f46e5;
  --mat-tab-header-active-hover-indicator-color: #4f46e5;
}
.theme-default .light .mat-mdc-tab-group.mat-accent,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.light .mat-mdc-tab-group.mat-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .light .mat-mdc-tab-group.mat-warn,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.light .mat-mdc-tab-group.mat-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #4f46e5;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light,
.theme-default.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-checkbox.mat-primary,
.theme-default.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-checkbox.mat-warn,
.theme-default.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-default.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-default .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-default.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-default.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-default .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-default.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-default .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #4f46e5;
}
.theme-default .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #4f46e5;
}
.theme-default .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-default .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-default .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-default .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-default .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-default .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-default .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-default .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-default .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-default .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-default.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-default .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-default.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-default .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-default.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-default.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-default .dark .mat-mdc-progress-bar,
.theme-default.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
  --mdc-linear-progress-track-color: rgba(79, 70, 229, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(79, 70, 229, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(79, 70, 229, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-default .dark .mat-mdc-tooltip,
.theme-default.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-default.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-accent,
.theme-default.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn,
.theme-default.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark,
.theme-default.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-default .dark .mat-mdc-dialog-container,
.theme-default.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-default.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-default .dark .mdc-list-item__start,
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__start,
.theme-default.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-default .dark .mat-accent .mdc-list-item__start,
.theme-default .dark .mat-accent .mdc-list-item__end,
.theme-default.dark .mat-accent .mdc-list-item__start,
.theme-default.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-default .dark .mat-warn .mdc-list-item__start,
.theme-default .dark .mat-warn .mdc-list-item__end,
.theme-default.dark .mat-warn .mdc-list-item__start,
.theme-default.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-default .dark .mat-mdc-list-option,
.theme-default.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-accent,
.theme-default.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-warn,
.theme-default.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #4f46e5;
}
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #4f46e5;
}
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .dark,
.theme-default.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-default .dark .mat-mdc-tab-group,
.theme-default .dark .mat-mdc-tab-nav-bar,
.theme-default.dark .mat-mdc-tab-group,
.theme-default.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4f46e5;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #4f46e5;
  --mat-tab-header-active-ripple-color: #4f46e5;
  --mat-tab-header-inactive-ripple-color: #4f46e5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4f46e5;
  --mat-tab-header-active-hover-label-text-color: #4f46e5;
  --mat-tab-header-active-focus-indicator-color: #4f46e5;
  --mat-tab-header-active-hover-indicator-color: #4f46e5;
}
.theme-default .dark .mat-mdc-tab-group.mat-accent,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.dark .mat-mdc-tab-group.mat-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .dark .mat-mdc-tab-group.mat-warn,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.dark .mat-mdc-tab-group.mat-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #4f46e5;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-primary,
.theme-default.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-warn,
.theme-default.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-default.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}
.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.mdc-list-item,
.theme-brand .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-brand.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-brand.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-brand .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-brand.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-brand .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #2196f3;
}
.theme-brand .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3;
}
.theme-brand .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-brand .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-brand .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-brand .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-brand .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-brand .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-brand .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-brand .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-brand .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-brand .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-brand .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-brand .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-brand .light .mat-mdc-progress-bar,
.theme-brand.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(33, 150, 243, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 150, 243, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-brand .light .mat-mdc-tooltip,
.theme-brand.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-brand.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-accent,
.theme-brand.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn,
.theme-brand.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light,
.theme-brand.light {
  --mat-autocomplete-background-color: white;
}
.theme-brand .light .mat-mdc-dialog-container,
.theme-brand.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #2196f3;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-brand.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-brand .light .mdc-list-item__start,
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__start,
.theme-brand.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-brand .light .mat-accent .mdc-list-item__start,
.theme-brand .light .mat-accent .mdc-list-item__end,
.theme-brand.light .mat-accent .mdc-list-item__start,
.theme-brand.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-brand .light .mat-warn .mdc-list-item__start,
.theme-brand .light .mat-warn .mdc-list-item__end,
.theme-brand.light .mat-warn .mdc-list-item__start,
.theme-brand.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-brand .light .mat-mdc-list-option,
.theme-brand.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-accent,
.theme-brand.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-warn,
.theme-brand.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #2196f3;
}
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #2196f3;
}
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .light,
.theme-brand.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-brand .light .mat-mdc-tab-group,
.theme-brand .light .mat-mdc-tab-nav-bar,
.theme-brand.light .mat-mdc-tab-group,
.theme-brand.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3;
}
.theme-brand .light .mat-mdc-tab-group.mat-accent,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.light .mat-mdc-tab-group.mat-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-brand .light .mat-mdc-tab-group.mat-warn,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.light .mat-mdc-tab-group.mat-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-checkbox.mat-primary,
.theme-brand.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-checkbox.mat-warn,
.theme-brand.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-brand.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-brand .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-brand.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-brand.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-brand .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-brand.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #2196f3;
}
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3;
}
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-brand .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-brand .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-brand .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-brand.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-brand .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-brand.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-brand .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-brand.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-brand .dark .mat-mdc-progress-bar,
.theme-brand.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(33, 150, 243, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 150, 243, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-brand .dark .mat-mdc-tooltip,
.theme-brand.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-brand.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent,
.theme-brand.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn,
.theme-brand.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-brand .dark .mat-mdc-dialog-container,
.theme-brand.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #2196f3;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-brand.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-brand .dark .mdc-list-item__start,
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__start,
.theme-brand.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-brand .dark .mat-accent .mdc-list-item__start,
.theme-brand .dark .mat-accent .mdc-list-item__end,
.theme-brand.dark .mat-accent .mdc-list-item__start,
.theme-brand.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-brand .dark .mat-warn .mdc-list-item__start,
.theme-brand .dark .mat-warn .mdc-list-item__end,
.theme-brand.dark .mat-warn .mdc-list-item__start,
.theme-brand.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-brand .dark .mat-mdc-list-option,
.theme-brand.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-accent,
.theme-brand.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-warn,
.theme-brand.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #2196f3;
}
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #2196f3;
}
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-brand .dark .mat-mdc-tab-group,
.theme-brand .dark .mat-mdc-tab-nav-bar,
.theme-brand.dark .mat-mdc-tab-group,
.theme-brand.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3;
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary,
.theme-brand.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn,
.theme-brand.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-brand.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}
.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.mdc-list-item,
.theme-teal .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-teal.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-teal.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-teal .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-teal.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-teal .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0d9488;
}
.theme-teal .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0d9488;
}
.theme-teal .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-teal .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-teal .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-teal .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-teal .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-teal .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-teal .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-teal .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-teal .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-teal .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-teal .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-teal .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-teal .light .mat-mdc-progress-bar,
.theme-teal.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(13, 148, 136, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 148, 136, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-teal .light .mat-mdc-tooltip,
.theme-teal.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-teal.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-accent,
.theme-teal.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn,
.theme-teal.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light,
.theme-teal.light {
  --mat-autocomplete-background-color: white;
}
.theme-teal .light .mat-mdc-dialog-container,
.theme-teal.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-teal.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-teal .light .mdc-list-item__start,
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__start,
.theme-teal.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-teal .light .mat-accent .mdc-list-item__start,
.theme-teal .light .mat-accent .mdc-list-item__end,
.theme-teal.light .mat-accent .mdc-list-item__start,
.theme-teal.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-teal .light .mat-warn .mdc-list-item__start,
.theme-teal .light .mat-warn .mdc-list-item__end,
.theme-teal.light .mat-warn .mdc-list-item__start,
.theme-teal.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-teal .light .mat-mdc-list-option,
.theme-teal.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-accent,
.theme-teal.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-warn,
.theme-teal.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d9488;
}
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .light,
.theme-teal.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-teal .light .mat-mdc-tab-group,
.theme-teal .light .mat-mdc-tab-nav-bar,
.theme-teal.light .mat-mdc-tab-group,
.theme-teal.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .light .mat-mdc-tab-group.mat-accent,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.light .mat-mdc-tab-group.mat-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-teal .light .mat-mdc-tab-group.mat-warn,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.light .mat-mdc-tab-group.mat-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-checkbox.mat-primary,
.theme-teal.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-checkbox.mat-warn,
.theme-teal.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-teal.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-teal .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-teal.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-teal.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-teal .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-teal.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0d9488;
}
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0d9488;
}
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-teal .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-teal .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-teal .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-teal.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-teal .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-teal.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-teal .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-teal.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-teal .dark .mat-mdc-progress-bar,
.theme-teal.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(13, 148, 136, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 148, 136, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-teal .dark .mat-mdc-tooltip,
.theme-teal.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-teal.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent,
.theme-teal.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn,
.theme-teal.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-teal .dark .mat-mdc-dialog-container,
.theme-teal.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-teal.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-teal .dark .mdc-list-item__start,
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__start,
.theme-teal.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-teal .dark .mat-accent .mdc-list-item__start,
.theme-teal .dark .mat-accent .mdc-list-item__end,
.theme-teal.dark .mat-accent .mdc-list-item__start,
.theme-teal.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-teal .dark .mat-warn .mdc-list-item__start,
.theme-teal .dark .mat-warn .mdc-list-item__end,
.theme-teal.dark .mat-warn .mdc-list-item__start,
.theme-teal.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-teal .dark .mat-mdc-list-option,
.theme-teal.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-accent,
.theme-teal.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-warn,
.theme-teal.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d9488;
}
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-teal .dark .mat-mdc-tab-group,
.theme-teal .dark .mat-mdc-tab-nav-bar,
.theme-teal.dark .mat-mdc-tab-group,
.theme-teal.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary,
.theme-teal.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn,
.theme-teal.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-teal.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}
.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.mdc-list-item,
.theme-rose .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-rose.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-rose.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-rose .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-rose.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-rose .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f43f5e;
}
.theme-rose .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f43f5e;
}
.theme-rose .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-rose .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-rose .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-rose .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-rose .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-rose .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-rose .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-rose .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-rose .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-rose .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-rose .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-rose .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-rose .light .mat-mdc-progress-bar,
.theme-rose.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(244, 63, 94, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 63, 94, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-rose .light .mat-mdc-tooltip,
.theme-rose.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-rose.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-accent,
.theme-rose.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn,
.theme-rose.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light,
.theme-rose.light {
  --mat-autocomplete-background-color: white;
}
.theme-rose .light .mat-mdc-dialog-container,
.theme-rose.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-rose.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-rose .light .mdc-list-item__start,
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__start,
.theme-rose.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-rose .light .mat-accent .mdc-list-item__start,
.theme-rose .light .mat-accent .mdc-list-item__end,
.theme-rose.light .mat-accent .mdc-list-item__start,
.theme-rose.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-rose .light .mat-warn .mdc-list-item__start,
.theme-rose .light .mat-warn .mdc-list-item__end,
.theme-rose.light .mat-warn .mdc-list-item__start,
.theme-rose.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-rose .light .mat-mdc-list-option,
.theme-rose.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-accent,
.theme-rose.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-warn,
.theme-rose.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f43f5e;
}
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .light,
.theme-rose.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-rose .light .mat-mdc-tab-group,
.theme-rose .light .mat-mdc-tab-nav-bar,
.theme-rose.light .mat-mdc-tab-group,
.theme-rose.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .light .mat-mdc-tab-group.mat-accent,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.light .mat-mdc-tab-group.mat-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-rose .light .mat-mdc-tab-group.mat-warn,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.light .mat-mdc-tab-group.mat-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-checkbox.mat-primary,
.theme-rose.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-checkbox.mat-warn,
.theme-rose.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-rose.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-rose .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-rose.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-rose.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-rose .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-rose.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f43f5e;
}
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f43f5e;
}
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-rose .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-rose .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-rose .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-rose.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-rose .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-rose.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-rose .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-rose.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-rose .dark .mat-mdc-progress-bar,
.theme-rose.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(244, 63, 94, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 63, 94, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-rose .dark .mat-mdc-tooltip,
.theme-rose.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-rose.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent,
.theme-rose.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn,
.theme-rose.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-rose .dark .mat-mdc-dialog-container,
.theme-rose.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-rose.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-rose .dark .mdc-list-item__start,
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__start,
.theme-rose.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-rose .dark .mat-accent .mdc-list-item__start,
.theme-rose .dark .mat-accent .mdc-list-item__end,
.theme-rose.dark .mat-accent .mdc-list-item__start,
.theme-rose.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-rose .dark .mat-warn .mdc-list-item__start,
.theme-rose .dark .mat-warn .mdc-list-item__end,
.theme-rose.dark .mat-warn .mdc-list-item__start,
.theme-rose.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-rose .dark .mat-mdc-list-option,
.theme-rose.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-accent,
.theme-rose.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-warn,
.theme-rose.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f43f5e;
}
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-rose .dark .mat-mdc-tab-group,
.theme-rose .dark .mat-mdc-tab-nav-bar,
.theme-rose.dark .mat-mdc-tab-group,
.theme-rose.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary,
.theme-rose.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn,
.theme-rose.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-rose.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}
.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.mdc-list-item,
.theme-purple .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-purple.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-purple.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-purple .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-purple.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-purple .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9333ea;
}
.theme-purple .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9333ea;
}
.theme-purple .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-purple .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-purple .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-purple .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-purple .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-purple .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-purple .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-purple .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-purple .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-purple .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-purple .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-purple .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-purple .light .mat-mdc-progress-bar,
.theme-purple.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(147, 51, 234, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(147, 51, 234, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-purple .light .mat-mdc-tooltip,
.theme-purple.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-purple.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-accent,
.theme-purple.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn,
.theme-purple.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light,
.theme-purple.light {
  --mat-autocomplete-background-color: white;
}
.theme-purple .light .mat-mdc-dialog-container,
.theme-purple.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-purple.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-purple .light .mdc-list-item__start,
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__start,
.theme-purple.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-purple .light .mat-accent .mdc-list-item__start,
.theme-purple .light .mat-accent .mdc-list-item__end,
.theme-purple.light .mat-accent .mdc-list-item__start,
.theme-purple.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-purple .light .mat-warn .mdc-list-item__start,
.theme-purple .light .mat-warn .mdc-list-item__end,
.theme-purple.light .mat-warn .mdc-list-item__start,
.theme-purple.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-purple .light .mat-mdc-list-option,
.theme-purple.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-accent,
.theme-purple.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-warn,
.theme-purple.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9333ea;
}
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .light,
.theme-purple.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-purple .light .mat-mdc-tab-group,
.theme-purple .light .mat-mdc-tab-nav-bar,
.theme-purple.light .mat-mdc-tab-group,
.theme-purple.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .light .mat-mdc-tab-group.mat-accent,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.light .mat-mdc-tab-group.mat-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-purple .light .mat-mdc-tab-group.mat-warn,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.light .mat-mdc-tab-group.mat-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-checkbox.mat-primary,
.theme-purple.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-checkbox.mat-warn,
.theme-purple.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-purple.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-purple .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-purple.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-purple.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-purple .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-purple.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9333ea;
}
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9333ea;
}
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-purple .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-purple .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-purple .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-purple.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-purple .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-purple.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-purple .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-purple.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-purple .dark .mat-mdc-progress-bar,
.theme-purple.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(147, 51, 234, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(147, 51, 234, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-purple .dark .mat-mdc-tooltip,
.theme-purple.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-purple.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent,
.theme-purple.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn,
.theme-purple.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-purple .dark .mat-mdc-dialog-container,
.theme-purple.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-purple.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-purple .dark .mdc-list-item__start,
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__start,
.theme-purple.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-purple .dark .mat-accent .mdc-list-item__start,
.theme-purple .dark .mat-accent .mdc-list-item__end,
.theme-purple.dark .mat-accent .mdc-list-item__start,
.theme-purple.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-purple .dark .mat-warn .mdc-list-item__start,
.theme-purple .dark .mat-warn .mdc-list-item__end,
.theme-purple.dark .mat-warn .mdc-list-item__start,
.theme-purple.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-purple .dark .mat-mdc-list-option,
.theme-purple.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-accent,
.theme-purple.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-warn,
.theme-purple.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9333ea;
}
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-purple .dark .mat-mdc-tab-group,
.theme-purple .dark .mat-mdc-tab-nav-bar,
.theme-purple.dark .mat-mdc-tab-group,
.theme-purple.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary,
.theme-purple.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn,
.theme-purple.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-purple.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}
.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.mdc-list-item,
.theme-amber .light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-amber.light .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-amber.light .mat-pseudo-checkbox-full {
  color: #64748b;
}
.theme-amber .light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-amber.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-amber .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f59e0b;
}
.theme-amber .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f59e0b;
}
.theme-amber .light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-amber .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-amber .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-amber .light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-amber .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-amber .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-amber .light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-amber .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-amber .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-amber .light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #f1f5f9;
}
.theme-amber .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-amber .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #64748b;
}
.theme-amber .light .mat-mdc-progress-bar,
.theme-amber.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(245, 158, 11, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(245, 158, 11, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-amber .light .mat-mdc-tooltip,
.theme-amber.light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-amber.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-accent,
.theme-amber.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn,
.theme-amber.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light,
.theme-amber.light {
  --mat-autocomplete-background-color: white;
}
.theme-amber .light .mat-mdc-dialog-container,
.theme-amber.light .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-amber.light .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-amber .light .mdc-list-item__start,
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__start,
.theme-amber.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-amber .light .mat-accent .mdc-list-item__start,
.theme-amber .light .mat-accent .mdc-list-item__end,
.theme-amber.light .mat-accent .mdc-list-item__start,
.theme-amber.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-amber .light .mat-warn .mdc-list-item__start,
.theme-amber .light .mat-warn .mdc-list-item__end,
.theme-amber.light .mat-warn .mdc-list-item__start,
.theme-amber.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --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;
}
.theme-amber .light .mat-mdc-list-option,
.theme-amber.light .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-accent,
.theme-amber.light .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-warn,
.theme-amber.light .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f59e0b;
}
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .light,
.theme-amber.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
.theme-amber .light .mat-mdc-tab-group,
.theme-amber .light .mat-mdc-tab-nav-bar,
.theme-amber.light .mat-mdc-tab-group,
.theme-amber.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .light .mat-mdc-tab-group.mat-accent,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.light .mat-mdc-tab-group.mat-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-amber .light .mat-mdc-tab-group.mat-warn,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.light .mat-mdc-tab-group.mat-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-checkbox.mat-primary,
.theme-amber.light .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-checkbox.mat-warn,
.theme-amber.light .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.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-mdc-checkbox-disabled label,
.theme-amber.light .mat-mdc-checkbox.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 {
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
}
.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] {
}
.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.mdc-list-item,
.theme-amber .dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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.mdc-list-item,
.theme-amber.dark .mat-mdc-option.mat-mdc-option-active.mdc-list-item,
.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-full,
.theme-amber.dark .mat-pseudo-checkbox-full {
  color: #94a3b8;
}
.theme-amber .dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.theme-amber.dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f59e0b;
}
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f59e0b;
}
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-amber .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-amber .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-amber .dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #1e293b;
}
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #1e293b;
}
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #dc2626;
}
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #dc2626;
}
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber .dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-amber.dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #0f172a;
}
.theme-amber .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-amber.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.theme-amber .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber .dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-amber.dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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 {
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    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-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    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);
  --mat-card-subtitle-text-color: #94a3b8;
}
.theme-amber .dark .mat-mdc-progress-bar,
.theme-amber.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(245, 158, 11, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(245, 158, 11, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(30, 41, 59, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(30, 41, 59, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-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;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.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-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .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-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .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-color: transparent;
    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);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.theme-amber .dark .mat-mdc-tooltip,
.theme-amber.dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
.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] {
}
[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] {
}
.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] {
}
.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] {
}
[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] {
}
.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,
.theme-amber.dark {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent,
.theme-amber.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn,
.theme-amber.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-autocomplete-background-color: #1e293b;
}
.theme-amber .dark .mat-mdc-dialog-container,
.theme-amber.dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #1e293b;
  --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-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-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-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-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-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-base,
.theme-amber.dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.theme-amber .dark .mdc-list-item__start,
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__start,
.theme-amber.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-amber .dark .mat-accent .mdc-list-item__start,
.theme-amber .dark .mat-accent .mdc-list-item__end,
.theme-amber.dark .mat-accent .mdc-list-item__start,
.theme-amber.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-amber .dark .mat-warn .mdc-list-item__start,
.theme-amber .dark .mat-warn .mdc-list-item__end,
.theme-amber.dark .mat-warn .mdc-list-item__start,
.theme-amber.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --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;
}
.theme-amber .dark .mat-mdc-list-option,
.theme-amber.dark .mat-mdc-list-option {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-accent,
.theme-amber.dark .mat-mdc-list-option.mat-accent {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-warn,
.theme-amber.dark .mat-mdc-list-option.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f59e0b;
}
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
.theme-amber .dark .mat-mdc-tab-group,
.theme-amber .dark .mat-mdc-tab-nav-bar,
.theme-amber.dark .mat-mdc-tab-group,
.theme-amber.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-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-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.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-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary,
.theme-amber.dark .mat-mdc-checkbox.mat-primary {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn,
.theme-amber.dark .mat-mdc-checkbox.mat-warn {
  --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-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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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-mdc-checkbox-disabled label,
.theme-amber.dark .mat-mdc-checkbox.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: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --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: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 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: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 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: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 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;
  --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 {
  --mdc-icon-button-icon-color: #1e293b;
  --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 {
  --mdc-icon-button-icon-color: #dc2626;
  --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[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 {
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 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] {
}
.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;
}

/* node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.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;
  bottom: 0px;
  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;
  right: 0;
  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;
}
.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;
  bottom: 2px;
  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;
  right: 2px;
  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;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.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;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  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 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;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui: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 li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.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: .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-ui {
  position: absolute;
}
.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: .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: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .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 .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .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-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.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: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.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;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  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 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;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui: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 li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.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: .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-ui {
  position: absolute;
}
.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-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill-mention/src/quill.mention.css */
.ql-mention-list-container {
  width: 270px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.08);
  z-index: 9001;
  overflow: auto;
}
.ql-mention-loading {
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 16px;
}
.ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ql-mention-list-item {
  cursor: pointer;
  line-height: 44px;
  font-size: 16px;
  padding: 0 20px;
  vertical-align: middle;
}
.ql-mention-list-item.disabled {
  cursor: auto;
}
.ql-mention-list-item.selected {
  background-color: #d3e1eb;
  text-decoration: none;
}
.mention {
  height: 24px;
  width: 65px;
  border-radius: 6px;
  background-color: #d3e1eb;
  padding: 3px 0;
  margin-right: 2px;
  -webkit-user-select: all;
  user-select: all;
}
.mention > span {
  margin: 0 3px;
}

/* node_modules/@swimlane/ngx-datatable/index.css */
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.ngx-datatable [hidden] {
  display: none !important;
}
.ngx-datatable *,
.ngx-datatable *:before,
.ngx-datatable *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ngx-datatable.scroll-vertical .datatable-body {
  overflow-y: auto;
}
.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
  position: absolute;
}
.ngx-datatable.scroll-horz .datatable-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  white-space: nowrap;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable .datatable-body-row,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
}
.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  overflow-x: hidden;
  vertical-align: top;
  display: inline-block;
  line-height: 1.625;
}
.ngx-datatable .datatable-body-cell:focus,
.ngx-datatable .datatable-header-cell:focus {
  outline: none;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
  z-index: 9;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-row-group,
.ngx-datatable .datatable-row-right {
  position: relative;
}
.ngx-datatable .datatable-header {
  display: block;
  overflow: hidden;
}
.ngx-datatable .datatable-header .datatable-header-inner {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  position: relative;
  display: inline-block;
}
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
  cursor: move;
}
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  padding: 0 4px;
  visibility: hidden;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
  cursor: ew-resize;
}
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
  visibility: visible;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
  right: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
  left: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  height: inherit;
}
.ngx-datatable .datatable-body {
  position: relative;
  z-index: 10;
  display: block;
}
.ngx-datatable .datatable-body .datatable-scroll {
  display: inline-block;
}
.ngx-datatable .datatable-body .datatable-row-detail {
  overflow-y: hidden;
}
.ngx-datatable .datatable-body .datatable-row-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
}
.ngx-datatable .datatable-body .datatable-body-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ngx-datatable .datatable-footer {
  display: block;
  width: 100%;
  overflow: auto;
}
.ngx-datatable .datatable-footer .datatable-footer-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.ngx-datatable .datatable-footer .selected-count .page-count {
  flex: 1 1 40%;
}
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
  flex: 1 1 60%;
}
.ngx-datatable .datatable-footer .page-count {
  flex: 1 1 20%;
}
.ngx-datatable .datatable-footer .datatable-pager {
  flex: 1 1 80%;
  text-align: right;
}
.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li,
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  outline: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  cursor: pointer;
  display: inline-block;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: not-allowed;
}

/* node_modules/@swimlane/ngx-datatable/assets/icons.css */
@font-face {
  font-family: "data-table";
  src: url("./media/data-table-DGQ4LQQR.eot");
  src:
    url("./media/data-table-DGQ4LQQR.eot?#iefix") format("embedded-opentype"),
    url("./media/data-table-2IZ2Q4SK.woff") format("woff"),
    url("./media/data-table-J6MZE774.ttf") format("truetype"),
    url("./media/data-table-AKMZFM4M.svg#data-table") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=datatable-icon-]::before,
[class*=" datatable-icon-"]::before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter::before {
  content: "b";
}
.datatable-icon-collapse::before {
  content: "a";
}
.datatable-icon-expand::before {
  content: "c";
}
.datatable-icon-close::before {
  content: "d";
}
.datatable-icon-up::before {
  content: "e";
}
.datatable-icon-down::before {
  content: "f";
}
.datatable-icon-sort-unset::before {
  content: "c";
  opacity: 0.5;
}
.datatable-icon-sort::before {
  content: "g";
}
.datatable-icon-done::before {
  content: "h";
}
.datatable-icon-done-all::before {
  content: "i";
}
.datatable-icon-search::before {
  content: "j";
}
.datatable-icon-pin::before {
  content: "k";
}
.datatable-icon-add::before {
  content: "m";
}
.datatable-icon-left::before {
  content: "o";
}
.datatable-icon-right::before {
  content: "p";
}
.datatable-icon-skip::before {
  content: "q";
}
.datatable-icon-prev::before {
  content: "r";
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css */
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font:
    12px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* node_modules/leaflet-draw/dist/leaflet.draw.css */
.leaflet-draw-section {
  position: relative;
}
.leaflet-draw-toolbar {
  margin-top: 12px;
}
.leaflet-draw-toolbar-top {
  margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}
.leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet-YHL5CRRG.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet-VSFTN6SR.svg");
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}
.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet-2x-KORMVNAU.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet-VSFTN6SR.svg");
}
.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}
.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}
.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}
.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}
.leaflet-draw-actions li {
  display: inline-block;
}
.leaflet-draw-actions li:first-child a {
  border-left: 0;
}
.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font:
    11px/19px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}
.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.leaflet-draw-actions-bottom {
  margin-top: 0;
}
.leaflet-draw-actions-top {
  margin-top: 1px;
}
.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}
.leaflet-draw-actions a:hover {
  background-color: #a0a098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}
.leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font:
    12px/18px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}
.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}
.leaflet-error-draw-tooltip {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}
.leaflet-error-draw-tooltip:before {
  border-right-color: #e6b6bd;
}
.leaflet-draw-tooltip-single {
  margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}
.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}
.leaflet-edit-move {
  cursor: move;
}
.leaflet-edit-resize {
  cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

/* node_modules/leaflet-gesture-handling/dist/leaflet-gesture-handling.css */
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family:
    "Roboto",
    Arial,
    sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}
.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

/* src/styles/vendors.scss */
.ngx-datatable.material {
  background: var(--fuse-bg-card);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: var(--fuse-bg-hover);
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: var(--fuse-bg-card);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: var(--fuse-bg-card);
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  background-color: var(--fuse-bg-card);
  color: var(--fuse-text-default);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #d9d8d9;
  border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: var(--fuse-text-default);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: var(--fuse-text-default);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: rgb(170, 209, 249);
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  background-color: rgb(16, 108, 200);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: var(--fuse-text-secondary);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: var(--fuse-text-disabled) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: var(--fuse-text-secondary);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

/* src/@fuse/styles/main.scss */
.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;
}
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 {
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover {
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
input [data-autocompleted],
textarea [data-autocompleted] {
  background-color: transparent !important;
}
:root {
  --mdc-theme-primary: #6200ee;
  --mdc-theme-secondary: #018786;
  --mdc-theme-background: #fff;
  --mdc-theme-surface: #fff;
  --mdc-theme-error: #b00020;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-secondary: #fff;
  --mdc-theme-on-surface: #000;
  --mdc-theme-on-error: #fff;
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);
}
.mdc-theme--primary {
  color: #6200ee !important;
  color: var(--mdc-theme-primary, #6200ee) !important;
}
.mdc-theme--secondary {
  color: #018786 !important;
  color: var(--mdc-theme-secondary, #018786) !important;
}
.mdc-theme--background {
  background-color: #fff;
  background-color: var(--mdc-theme-background, #fff);
}
.mdc-theme--surface {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
}
.mdc-theme--error {
  color: #b00020 !important;
  color: var(--mdc-theme-error, #b00020) !important;
}
.mdc-theme--on-primary {
  color: #fff !important;
  color: var(--mdc-theme-on-primary, #fff) !important;
}
.mdc-theme--on-secondary {
  color: #fff !important;
  color: var(--mdc-theme-on-secondary, #fff) !important;
}
.mdc-theme--on-surface {
  color: #000 !important;
  color: var(--mdc-theme-on-surface, #000) !important;
}
.mdc-theme--on-error {
  color: #fff !important;
  color: var(--mdc-theme-on-error, #fff) !important;
}
.mdc-theme--text-primary-on-background {
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)) !important;
}
.mdc-theme--text-secondary-on-background {
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)) !important;
}
.mdc-theme--text-hint-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-disabled-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-icon-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-primary-on-light {
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important;
}
.mdc-theme--text-secondary-on-light {
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)) !important;
}
.mdc-theme--text-hint-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-disabled-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-icon-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important;
}
.mdc-theme--text-primary-on-dark {
  color: white !important;
  color: var(--mdc-theme-text-primary-on-dark, white) !important;
}
.mdc-theme--text-secondary-on-dark {
  color: rgba(255, 255, 255, 0.7) !important;
  color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)) !important;
}
.mdc-theme--text-hint-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)) !important;
}
.mdc-theme--text-disabled-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)) !important;
}
.mdc-theme--text-icon-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5)) !important;
}
.mdc-theme--primary-bg {
  background-color: #6200ee !important;
  background-color: var(--mdc-theme-primary, #6200ee) !important;
}
.mdc-theme--secondary-bg {
  background-color: #018786 !important;
  background-color: var(--mdc-theme-secondary, #018786) !important;
}
.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;
  }
}
*[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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.mat-mdc-fab {
  max-height: 56px;
  border-radius: 16px !important;
}
.mat-mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 16px !important;
}
.mat-mdc-mini-fab {
  border-radius: 12px !important;
}
.mat-mdc-mini-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 12px !important;
}
.mat-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-outlined-button,
.mat-mdc-unelevated-button {
  padding: 0 20px !important;
  border-radius: 9999px !important;
}
.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;
}
.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;
}
.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;
}
.mat-mdc-button:not([disabled=true]),
.mat-mdc-icon-button:not([disabled=true]),
.mat-mdc-outlined-button:not([disabled=true]) {
}
.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;
}
.mat-mdc-outlined-button {
}
.mat-mdc-outlined-button:not([disabled=true]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.dark .mat-mdc-outlined-button:not([disabled=true]) {
  --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;
}
.dark .mat-mdc-outlined-button[disabled=true] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.mdc-button .mdc-button__label {
  white-space: nowrap;
}
.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;
}
.mat-mdc-checkbox {
  display: inline-flex !important;
}
.mat-mdc-checkbox .mdc-form-field {
  padding-right: 12px;
}
.mdc-checkbox__native-control {
  opacity: 0 !important;
}
.mat-mdc-chip {
  font-weight: 500 !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px !important;
  padding: 24px;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.mat-mdc-form-field.mat-form-field-appearance-fill {
}
.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 {
}
.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;
}
.dark .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-select {
}
.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) {
}
.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;
}
.dark .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-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;
}
.dark .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  --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 {
}
.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;
}
.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 {
}
.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;
}
.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-prefix .mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,
.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,
.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,
.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 {
  --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;
}
.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 {
}
.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 {
}
.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;
}
.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 {
}
.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 {
}
.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;
}
.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-prefix,
.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,
.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,
.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 {
  --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;
}
.mat-mdc-form-field.mat-form-field-appearance-outline {
}
.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) {
}
.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;
}
.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__leading,
.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,
.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 {
  --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;
}
.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;
}
.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 {
  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 {
  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 {
  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;
}
.mat-form-field-invalid .mat-mdc-input-element {
}
.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;
}
.mat-mdc-menu-panel {
  min-width: 144px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
}
.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;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  padding: 8px 16px;
  justify-content: space-between;
}
@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;
}
.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;
}
.mat-step-icon {
}
.mat-step-icon .mat-icon {
  color: currentColor !important;
}
.mat-step-label,
.mat-step-label-selected {
  font-weight: 500 !important;
}
.mat-mdc-table .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background: none !important;
}
.mat-mdc-tab-group {
}
.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.mat-mdc-input-element {
  box-sizing: content-box !important;
}
.mat-toolbar {
}
.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;
}
.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;
}
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;
}
.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);
}
.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;
  min-height: 160px;
  max-height: 400px;
  border-radius: 0 0 6px 6px;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.dark .ql-container {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ql-container .ql-editor {
  --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;
}

/* src/styles/styles.scss */
ngx-datatable {
  width: 100% !important;
}
ngx-datatable .datatable-header {
  width: 100% !important;
}
ngx-datatable .datatable-body {
  width: 100% !important;
}
ngx-datatable .datatable-body .datatable-scroll {
  width: 100% !important;
}
ngx-datatable .datatable-body .datatable-row-wrapper {
  width: 100% !important;
}
ngx-datatable .datatable-body .datatable-row-wrapper .datatable-body-row {
  width: 100% !important;
}
ngx-datatable datatable-scroller {
  width: 100% !important;
}
.ql-bubble {
  box-shadow: none !important;
}
.small-paginator .mat-mdc-paginator-container {
  padding: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}
.small-paginator .mat-mdc-paginator-page-size-label {
  font-size: 0.625rem !important;
}
.small-paginator .mat-mdc-paginator-range-label {
  font-size: 0.625rem !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.small-paginator .mat-mdc-paginator-range-actions {
  margin-right: 0.5rem !important;
}
.small-paginator .mat-mdc-icon-button {
  width: 24px !important;
}
.leaflet-div-icon {
  width: 0px !important;
  height: 0px !important;
}
.leaflet-bottom {
  z-index: 999 !important;
}
.search-by-input .mat-mdc-form-field-flex {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.search-by-input .mat-mdc-form-field-icon-suffix {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
  width: 46px;
  min-height: 48px;
}
.search-by-input .mat-mdc-form-field-icon-suffix button {
  padding-right: 0.75rem;
  margin-right: 0 !important;
}
.configuration-input .mat-mdc-form-field-flex {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.configuration-input .mat-mdc-form-field-icon-suffix {
  border-left: 1px solid rgb(203 213 225/var(--tw-border-opacity)) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
}
.configuration-input .mat-mdc-form-field-icon-suffix button {
  padding-right: 0.75rem;
  margin-right: 0 !important;
}
.field-with-gray-suffix .mat-mdc-form-field-flex {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.field-with-gray-suffix .mat-mdc-form-field-icon-suffix {
  min-width: 50px !important;
  background-color: #CBD5E1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 8px 0 12px;
}
.field-with-gray-suffix .mat-mdc-form-field-icon-suffix button {
  padding-right: 0.75rem;
  margin-right: 0 !important;
}
.field-with-gray-suffix .mat-mdc-select-value-text {
  font-weight: bold;
  color: #64748B;
  font-size: 14px;
}
.mat-form-field-invalid.field-with-gray-suffix .mat-mdc-form-field-icon-suffix {
  background-color: #eeeeee;
}
.mat-form-field-invalid.field-with-gray-suffix .mat-mdc-form-field-icon-suffix .mat-mdc-select-value-text {
  color: var(--mdc-theme-error, #dc2626);
}
.mat-mdc-form-field-infix {
  width: auto !important;
}
.mat-mdc-form-field-icon-prefix {
  margin-left: 0.75rem !important;
}
.mat-mdc-checkbox .mdc-label {
  line-height: normal;
}
.mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label,
.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mat-mdc-chip-action-label {
  display: flex !important;
  align-items: center !important;
}
.tag-actions > * {
  padding-left: 2px !important;
  padding-right: 0 !important;
}
app-tags .mat-mdc-form-field-flex {
  padding: 0 0 0 10px !important;
}
app-tags .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  box-shadow: none !important;
  border-width: 0 !important;
  background-color: transparent !important;
}
app-tags .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-height: 25px;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  padding: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container {
  margin: 0;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 0;
}
.mat-accordion .mat-expansion-panel,
.mat-accordion .mat-expansion-panel:hover {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.extension-panel-no-paddings .mat-expansion-panel-body {
  padding: 0 !important;
}
.mat-accordion .mat-expansion-panel.mat-expanded,
.mat-accordion .mat-expansion-panel:hover {
  box-shadow: none !important;
}
html {
  --mdc-checkbox-state-layer-size: 20px;
}
.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 20px;
}
.no-ripple .mdc-switch__ripple {
  display: none;
}
.mat-mdc-icon-button.no-ripple .mat-mdc-button-persistent-ripple::before {
  content: "";
  opacity: 0;
  background-color: inherit !important;
}
.mat-calendar-table {
  width: 100%;
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover:not([aria-disabled]),
.mat-step-header:hover[aria-disabled=false] {
  background-color: transparent !important;
}
.fuse-horizontal-navigation-item {
  width: 100%;
}
.mat-mdc-option.mdc-list-item--disabled {
  pointer-events: inherit !important;
}
gridster {
  background-color: transparent !important;
}
gridster .gridster-row {
  border-top: 1px dashed #cbd5e1 !important;
  border-bottom: 1px dashed #cbd5e1 !important;
}
gridster .gridster-column {
  border-left: 1px dashed #cbd5e1 !important;
  border-right: 1px dashed #cbd5e1 !important;
}
gridster gridster-item {
  border-radius: 1rem !important;
  overflow: hidden !important;
}
.header-less-tabs.mat-mdc-tab-group .mat-mdc-tab-header {
  display: none;
}
.select-search {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  border-radius: 0.375rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.select-search .mat-pseudo-checkbox {
  display: none;
}
.select-search .mat-mdc-pseudo-checkbox {
  display: none;
}
.select-search * {
  opacity: 1 !important;
}
.z-997 {
  z-index: 997;
}
.z-998 {
  z-index: 998;
}
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group {
  background-color: #F1F5F9 !important;
}
.mobile-datatable .page-count {
  display: none;
}
.mobile-navigation fuse-vertical-navigation fuse-vertical-navigation-basic-item > .fuse-vertical-navigation-item-wrapper {
  margin: 0 !important;
}
.mobile-navigation .fuse-vertical-navigation-item-badge {
  padding-left: 12px !important;
}
mat-option .select-search::placeholder {
  opacity: 1 !important;
}
.auto-width {
  max-width: none !important;
}
.filter-inputs .mat-button-toggle-vertical {
  width: 100%;
  padding-right: 4px;
}
.filter-inputs .mat-button-toggle-vertical .mat-button-toggle {
  margin-bottom: 4px;
}
.filter-inputs .mat-button-toggle-vertical .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 20px;
  line-height: 30px !important;
}
.align-top {
  vertical-align: top;
}
.ql-custom-height .ql-container {
  min-height: 56px !important;
  max-height: none !important;
  border-radius: 6px !important;
  margin: 0 5px 0 5px;
  padding-top: 6px !important;
}
.ql-custom-height .ql-toolbar + .ql-container {
  margin: 0 !important;
  border-radius: 0 0 6px 6px !important;
}
.mention {
  margin-right: 0 !important;
}
.html-preview p {
  margin-bottom: 10px;
}
.my-tooltip {
  white-space: preserve;
}
.show-popup-on-hover .popup {
  position: absolute;
  z-index: 9999;
  display: none;
  max-height: 35rem;
  width: 30rem;
  overflow-y: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.show-popup-on-hover:hover .popup {
  display: block !important;
}
.assistant-icon {
  color: #9ACC59;
}
.green-theme-primary-color {
  color: #9ACC59 !important;
}
.square-button {
  display: flex;
  height: 1.5rem;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.square-button .square-button-icon {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}
.square-button .square-button-icon svg {
  width: 1rem;
  height: 1rem;
}
.square-button .square-button-tooltip {
  max-width: 0px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(32 190 198 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.square-button:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(32 190 198 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.square-button:hover .square-button-icon {
  --tw-text-opacity: 1;
  color: rgb(32 190 198 / var(--tw-text-opacity));
}
.square-button:hover .square-button-tooltip {
  max-width: 12rem;
  padding-right: 0.25rem;
}
.logivice-outline-button {
  border: 1px solid #64748b !important;
  font-weight: bold !important;
  color: #64748b !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.logivice-outline-button:hover {
  border-color: #20bec6 !important;
  color: #20bec6 !important;
}
.logivice-outline-button:disabled,
.logivice-outline-button[disabled] {
  background-color: #f1f5f9 !important;
  color: #e2e8f0 !important;
  border: none !important;
}
.logivice-brand-button {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 182 212 / 0)) !important;
  --tw-gradient-to: #a3e635 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.logivice-brand-button: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;
  --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.logivice-brand-button:disabled,
.logivice-brand-button[disabled] {
  background-color: #f1f5f9 !important;
  color: #e2e8f0 !important;
  border: none !important;
}
query-builder .q-rule {
  border: none !important;
}
query-builder .q-row {
  padding: 6px 0 !important;
}
query-builder .q-operator-control {
  min-width: 10px !important;
  width: 10px;
}
query-builder ul {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  border-radius: 5px !important;
  margin: 0 !important;
}
query-builder ul li.q-rule {
  border-bottom: 1px solid #E0EAF4 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
query-builder ul li.q-rule > * {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
query-builder ul li.q-rule > *:last-child {
  border-right: 0 !important;
}
query-builder ul .mat-mdc-form-field {
  padding: 3px 0 !important;
}
query-builder ul .mat-mdc-form-field .mdc-text-field {
  background-color: transparent !important;
  padding: 0 !important;
  height: auto !important;
}
query-builder ul .mat-mdc-form-field .mdc-text-field::before,
query-builder ul .mat-mdc-form-field .mdc-text-field::after {
  display: none !important;
}
query-builder ul .mat-mdc-form-field .mdc-notched-outline {
  display: none !important;
}
query-builder ul .mat-mdc-form-field .mat-mdc-form-field-infix {
  padding: 0 !important;
  min-height: auto !important;
}
query-builder ul .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
query-builder ul .mat-mdc-form-field .mat-mdc-select {
  padding: 8px !important;
}
query-builder ul .mat-mdc-form-field .mat-mdc-input-element {
  padding: 8px !important;
}
query-builder ul .mdc-text-field--focused .mdc-notched-outline {
  display: none !important;
}
query-builder ul .mat-mdc-form-field.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  border-color: transparent !important;
  box-shadow: none !important;
}
query-builder ul .mat-mdc-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-mdc-text-field-wrapper {
  border-color: transparent !important;
}
query-builder .mdc-radio {
  display: none !important;
}
query-builder mat-radio-group mat-radio-button {
  padding: 10px;
  border: 1px solid #E0EAF4 !important;
  cursor: pointer;
}
query-builder mat-radio-group mat-radio-button label {
  cursor: pointer !important;
}
query-builder mat-radio-group mat-radio-button:first-child {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
query-builder mat-radio-group mat-radio-button:last-child {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  padding-right: 20px !important;
}
query-builder mat-radio-group mat-radio-button.mat-mdc-radio-checked {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
app-common-dashboard-widget-selector-window .widget-settings-edit-btn {
  display: none !important;
}

/* src/styles/elements.scss */
.info-box {
  background: rgba(39, 192, 200, 0.05);
}
.count-badge {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  margin-top: -0.375rem;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .count-badge {
    display: block;
  }
}
.count-badge {
  opacity: 0.4;
}
.count-badge.active {
  opacity: 1;
}
.index-badge {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.show-more-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  display: flex;
  width: 5.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
  font-size: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.no-items-yet {
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.glow-on-hover {
  width: 150px;
  height: 25px;
  line-height: 25px;
  border: none;
  outline: none;
  color: #fff;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.glow-on-hover:before {
  content: "";
  background:
    linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover:active {
  color: #000;
}
.glow-on-hover:active:after {
  background: transparent;
}
.glow-on-hover:hover:before,
.glow-on-hover.working:before {
  opacity: 1;
}
.glow-on-hover.active {
  opacity: 1;
}
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.teal-bordered-card {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
  padding: 0.875rem;
}
.teal-bordered-card .card-actions-bottom {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  position: absolute;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  bottom: -9px;
  left: calc(50% - 44px);
}
.slate-bordered-card {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 2px;
  padding: 0.875rem;
  border: 2px dashed #bcc0c5 !important;
}
.slate-bordered-card.active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.slate-bordered-card.active .bg-slate-100 {
  background-color: white !important;
}
.slate-bordered-card.active .text-slate-500 {
  color: #333 !important;
}
.neutral-bordered-card {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 0.875rem;
}
.neutral-bordered-card .card-actions-bottom {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  position: absolute;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  bottom: -9px;
  left: calc(50% - 44px);
}
.pretty-stepper {
  display: flex;
  width: 100%;
  align-items: center;
}
.pretty-stepper .step {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
.pretty-stepper .step::after {
  display: inline-block;
  height: 0.25rem;
  width: 100%;
  border-width: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dark .pretty-stepper .step::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.pretty-stepper .step span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.pretty-stepper .step span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.dark .pretty-stepper .step span {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {
  .pretty-stepper .step span {
    height: 3rem;
    width: 3rem;
  }
}
.pretty-stepper .last-step {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.pretty-stepper .last-step span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.pretty-stepper .last-step span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.dark .pretty-stepper .last-step span {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {
  .pretty-stepper .last-step span {
    height: 3rem;
    width: 3rem;
  }
}
.pretty-stepper .active {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.pretty-stepper .active::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.dark .pretty-stepper .active::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.pretty-stepper .active span {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.dark .pretty-stepper .active span {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.pretty-stepper-timeline {
  display: flex;
  width: 100%;
  align-items: center;
}
.pretty-stepper-timeline .step {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.pretty-stepper-timeline .step::after {
  display: inline-block;
  height: 0.25rem;
  width: 100%;
  border-width: 8px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dark .pretty-stepper-timeline .step::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.pretty-stepper-timeline .step span {
  display: flex;
  height: 1.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}
.pretty-stepper-timeline .step div {
  position: absolute;
  top: 1.75rem;
  margin-left: -2.5rem;
  width: 6rem;
  text-align: center;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.slate-bordered-card.active .pretty-stepper-timeline .step div {
  color: #333;
}
.pretty-stepper-timeline .step i {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.pretty-stepper-timeline .text {
  position: absolute;
  top: 1.25rem;
}
.pretty-stepper-timeline .active {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.pretty-stepper-timeline .active::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.dark .pretty-stepper-timeline .active::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.pretty-stepper-timeline .active span {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.dark .pretty-stepper-timeline .active span {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.pretty-stepper-header {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.pretty-chain {
  display: flex;
  width: 100%;
  align-items: center;
}
.pretty-chain .step {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.pretty-chain .step::after {
  display: inline-block;
  height: 0.25rem;
  width: 2.25rem;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.dark .pretty-chain .step::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.pretty-chain .step div:first-child {
  display: flex;
  height: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.pretty-chain .step div:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.pretty-chain .step div:first-child {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.slate-bordered-card.active .pretty-chain .step div:first-child {
  color: #333;
}
.dark .pretty-chain .step div:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.pretty-chain .last-step {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.pretty-chain .last-step div:first-child {
  display: flex;
  height: 2.25rem;
  width: 12rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.pretty-chain .last-step div:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.pretty-chain .last-step div:first-child {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.dark .pretty-chain .last-step div:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.pretty-chain .step + .step:before,
.pretty-chain .step + .last-step:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #64748B;
  margin-top: 3px;
}
.pretty-chain .hint {
  position: absolute;
  bottom: -16px;
}
.pill-teal-blue {
  display: flex !important;
  height: 2.25rem !important;
  width: 12.5rem !important;
  align-items: center !important;
  justify-content: center !important;
}
.pill-teal-blue > :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;
}
.pill-teal-blue {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 190 198 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.pill-teal-blue mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.pill-lime {
  display: flex !important;
  height: 2.25rem !important;
  width: 12.5rem !important;
  align-items: center !important;
  justify-content: center !important;
}
.pill-lime > :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;
}
.pill-lime {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 203 91 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.pill-lime mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.datatable-theme-modern .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group {
  background-color: #fff !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 190 198 / var(--tw-border-opacity));
}
.datatable-theme-modern ngx-datatable datatable-scroller {
  overflow-x: hidden;
}
.datatable-theme-modern ngx-datatable .datatable-header-cell-label {
  font-weight: normal !important;
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.datatable-theme-modern .ngx-datatable.material {
  box-shadow: none !important;
  background: transparent !important;
}
.datatable-theme-modern .ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
  background: #fff;
  margin-bottom: 2px;
  border-radius: 6px;
  padding: 0;
}
.datatable-theme-modern .ngx-datatable.material .datatable-header {
  background: #fff;
  border-radius: 6px;
}
.datatable-theme-modern .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.4rem 0.7rem;
}
.datatable-theme-modern .ngx-datatable.material .datatable-body .datatable-row-left {
  border-width: 1.5px;
  border-color: #64748B;
}
.datatable-theme-modern .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.datatable-theme-modern .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: rgb(244, 244, 248);
}
.datatable-theme-modern .datatable-footer {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px #eeeeee;
}
.datatable-theme-modern .ngx-datatable.material .empty-row {
  background-color: #fff;
  border-radius: 6px;
}
.datatable-theme-modern .ngx-datatable.material .datatable-header .datatable-row-right,
.datatable-theme-modern .ngx-datatable.material .datatable-body .datatable-row-right {
  transform: translate3d(-3px, 0px, 0px) !important;
}
.datatable-theme-modern-b .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group {
  background-color: #E0EAF4 !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 190 198 / var(--tw-border-opacity));
}
.datatable-theme-modern-b ngx-datatable datatable-scroller {
  overflow-x: hidden;
}
.datatable-theme-modern-b ngx-datatable .datatable-header-cell-label {
  font-weight: normal !important;
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.datatable-theme-modern-b .ngx-datatable.material {
  box-shadow: none !important;
  background: transparent !important;
}
.datatable-theme-modern-b .ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
  margin-bottom: 4px;
}
.datatable-theme-modern-b .ngx-datatable.material .datatable-header {
  background: #fff;
  border-radius: 6px;
}
.datatable-theme-modern-b .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  background: #fff;
  text-align: left;
  padding: 15px !important;
}
.datatable-theme-modern-b .ngx-datatable.material .datatable-body .datatable-row-left {
  border-width: 1.5px;
  border-color: transparent;
}
.datatable-theme-modern-b .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.datatable-theme-modern-b .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: rgb(244, 244, 248);
}
.datatable-theme-modern-b .datatable-footer {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px #eeeeee;
}
.datatable-theme-modern-b .ngx-datatable.material .empty-row {
  background-color: #fff;
  border-radius: 6px;
}
.datatable-theme-modern-b .ngx-datatable.material .datatable-header .datatable-row-right,
.datatable-theme-modern-b .ngx-datatable.material .datatable-body .datatable-row-right {
  transform: translate3d(-3px, 0px, 0px) !important;
}
.table-theme-white {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.slate-bordered-card.active .table-theme-white {
  background-color: white;
}
.table-theme-white div.header {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  display: flex;
  border-radius: 0.375rem;
}
.table-theme-white div.header > div {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  text-align: center;
}
.table-theme-white div.row {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  display: flex;
}
.table-theme-white div.row > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.table-theme-white div.row {
  border-radius: 0.375rem;
}
.table-theme-white div.row > div {
  min-height: 3.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  line-height: 1.25rem;
}
.table-theme-white div.row > div:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}
.tabs-slate-100 .mdc-tab--active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.slate-bordered-card.active .tabs-slate-100 .mdc-tab--active {
  background-color: white;
}
.tabs-slate-100 .mdc-tab--active {
  padding-left: 10px !important;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 100% 100%, 0 100%);
}
.tabs-slate-100 .mdc-tab__content {
  margin-left: -30px;
}
.tabs-slate-100 .mdc-tab-indicator {
  display: none;
}
.tabs-slate-100 .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #333 !important;
}
.tabs-slate-100 .mat-mdc-tab .mdc-tab__text-label {
  font-family:
    "Caveat",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1.5rem;
}
.highlight-animation {
  background-color: #f8d579;
  outline: 4px solid #f8d579;
  outline-style: double;
  animation: highlight 0.3s ease-in-out infinite alternate;
}
@keyframes highlight {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.filters-accordion mat-expansion-panel {
  margin-bottom: 0.5rem !important;
}
.filter-inputs {
  max-height: 12rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.filter-inputs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.filter-inputs .filter-item label {
  display: flex;
}
.filter-inputs .filter-item label .mat-mdc-checkbox-label {
  width: 100%;
}

/* src/styles/tailwind.scss */
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}
.top-7 {
  top: 1.75rem !important;
}
.top-0 {
  top: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.top-24 {
  top: 6rem !important;
}
.left-0 {
  left: 0px !important;
}
.top-1\/2 {
  top: 50% !important;
}
.right-5 {
  right: 1.25rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.-left-4 {
  left: -1rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.right-2 {
  right: 0.5rem !important;
}
.right-4 {
  right: 1rem !important;
}
.-top-15 {
  top: -3.75rem !important;
}
.top-1 {
  top: 0.25rem !important;
}
.top-40 {
  top: 10rem !important;
}
.top-4 {
  top: 1rem !important;
}
.left-2 {
  left: 0.5rem !important;
}
.bottom-2 {
  bottom: 0.5rem !important;
}
.left-1\/2 {
  left: 50% !important;
}
.right-1 {
  right: 0.25rem !important;
}
.-top-7 {
  top: -1.75rem !important;
}
.bottom-5 {
  bottom: 1.25rem !important;
}
.top-50 {
  top: 12.5rem !important;
}
.left-12 {
  left: 3rem !important;
}
.bottom-200 {
  bottom: 50rem !important;
}
.left-10 {
  left: 2.5rem !important;
}
.top-180 {
  top: 45rem !important;
}
.-top-10 {
  top: -2.5rem !important;
}
.bottom-1 {
  bottom: 0.25rem !important;
}
.top-18 {
  top: 4.5rem !important;
}
.-top-2 {
  top: -0.5rem !important;
}
.-right-5 {
  right: -1.25rem !important;
}
.top-3 {
  top: 0.75rem !important;
}
.right-10 {
  right: 2.5rem !important;
}
.-left-\[9999px\] {
  left: -9999px !important;
}
.-top-\[9999px\] {
  top: -9999px !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.top-32 {
  top: 8rem !important;
}
.left-18 {
  left: 4.5rem !important;
}
.top-5 {
  top: 1.25rem !important;
}
.bottom-30 {
  bottom: 7.5rem !important;
}
.top-16 {
  top: 4rem !important;
}
.right-20 {
  right: 5rem !important;
}
.bottom-20 {
  bottom: 5rem !important;
}
.right-44 {
  right: 11rem !important;
}
.top-11 {
  top: 2.75rem !important;
}
.right-11 {
  right: 2.75rem !important;
}
.top-56 {
  top: 14rem !important;
}
.right-6 {
  right: 1.5rem !important;
}
.top-20 {
  top: 5rem !important;
}
.-right-3 {
  right: -0.75rem !important;
}
.-top-3 {
  top: -0.75rem !important;
}
.-top-1 {
  top: -0.25rem !important;
}
.-right-1 {
  right: -0.25rem !important;
}
.top-full {
  top: 100% !important;
}
.bottom-full {
  bottom: 100% !important;
}
.-left-10 {
  left: -2.5rem !important;
}
.-top-1\.5 {
  top: -0.375rem !important;
}
.left-4 {
  left: 1rem !important;
}
.right-8 {
  right: 2rem !important;
}
.bottom-3 {
  bottom: 0.75rem !important;
}
.right-3 {
  right: 0.75rem !important;
}
.-right-10 {
  right: -2.5rem !important;
}
.-right-2 {
  right: -0.5rem !important;
}
.bottom-18 {
  bottom: 4.5rem !important;
}
.right-80 {
  right: 20rem !important;
}
.-bottom-10 {
  bottom: -2.5rem !important;
}
.top-6 {
  top: 1.5rem !important;
}
.right-9 {
  right: 2.25rem !important;
}
.top-0\.5 {
  top: 0.125rem !important;
}
.-right-4 {
  right: -1rem !important;
}
.z-9999 {
  z-index: 9999 !important;
}
.z-999 {
  z-index: 999 !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-10 {
  z-index: 10 !important;
}
.-z-1 {
  z-index: -1 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-49 {
  z-index: 49 !important;
}
.z-99999 {
  z-index: 99999 !important;
}
.-z-999 {
  z-index: -999 !important;
}
.z-30 {
  z-index: 30 !important;
}
.order-first {
  order: -9999 !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-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.-m-4 {
  margin: -1rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-0 {
  margin: 0px !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.-mt-1\.5 {
  margin-top: -0.375rem !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.-ml-10 {
  margin-left: -2.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mr-px {
  margin-right: 1px !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-0\.5 {
  margin-left: 0.125rem !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mr-0\.5 {
  margin-right: 0.125rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mb-15 {
  margin-bottom: 3.75rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.mt-15 {
  margin-top: 3.75rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.-ml-1\.5 {
  margin-left: -0.375rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.-ml-6 {
  margin-left: -1.5rem !important;
}
.-mt-3 {
  margin-top: -0.75rem !important;
}
.-ml-0\.5 {
  margin-left: -0.125rem !important;
}
.-ml-0 {
  margin-left: -0px !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}
.mr-7 {
  margin-right: 1.75rem !important;
}
.-mr-16 {
  margin-right: -4rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.ml-14 {
  margin-left: 3.5rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mr-4 {
  margin-right: -1rem !important;
}
.-ml-2\.5 {
  margin-left: -0.625rem !important;
}
.-mt-2\.5 {
  margin-top: -0.625rem !important;
}
.mr-1\.5 {
  margin-right: 0.375rem !important;
}
.-ml-px {
  margin-left: -1px !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;
}
.list-item {
  display: list-item !important;
}
.hidden {
  display: none !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-full {
  height: 100% !important;
}
.h-12 {
  height: 3rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-screen {
  height: 100vh !important;
}
.h-20 {
  height: 5rem !important;
}
.h-50 {
  height: 12.5rem !important;
}
.h-0 {
  height: 0px !important;
}
.h-100 {
  height: 25rem !important;
}
.h-18 {
  height: 4.5rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-26 {
  height: 6.5rem !important;
}
.h-\[9px\] {
  height: 9px !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-120 {
  height: 30rem !important;
}
.h-15 {
  height: 3.75rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-13 {
  height: 3.25rem !important;
}
.h-min {
  height: min-content !important;
}
.h-200 {
  height: 50rem !important;
}
.h-auto {
  height: auto !important;
}
.h-32 {
  height: 8rem !important;
}
.h-44 {
  height: 11rem !important;
}
.h-30 {
  height: 7.5rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-0\.5 {
  height: 0.125rem !important;
}
.h-140 {
  height: 35rem !important;
}
.h-36 {
  height: 9rem !important;
}
.h-\[180px\] {
  height: 180px !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-3\.5 {
  height: 0.875rem !important;
}
.h-px {
  height: 1px !important;
}
.max-h-140 {
  max-height: 35rem !important;
}
.max-h-128 {
  max-height: 32rem !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-28 {
  max-height: 7rem !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-50 {
  max-height: 12.5rem !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-80 {
  max-height: 20rem !important;
}
.max-h-7 {
  max-height: 1.75rem !important;
}
.max-h-24 {
  max-height: 6rem !important;
}
.max-h-9 {
  max-height: 2.25rem !important;
}
.max-h-\[1000px\] {
  max-height: 1000px !important;
}
.max-h-4 {
  max-height: 1rem !important;
}
.max-h-56 {
  max-height: 14rem !important;
}
.max-h-8 {
  max-height: 2rem !important;
}
.max-h-200 {
  max-height: 50rem !important;
}
.max-h-18 {
  max-height: 4.5rem !important;
}
.max-h-12 {
  max-height: 3rem !important;
}
.max-h-26 {
  max-height: 6.5rem !important;
}
.max-h-100 {
  max-height: 25rem !important;
}
.max-h-\[1015px\] {
  max-height: 1015px !important;
}
.max-h-120 {
  max-height: 30rem !important;
}
.max-h-48 {
  max-height: 12rem !important;
}
.max-h-32 {
  max-height: 8rem !important;
}
.max-h-20 {
  max-height: 5rem !important;
}
.max-h-44 {
  max-height: 11rem !important;
}
.max-h-96 {
  max-height: 24rem !important;
}
.max-h-72 {
  max-height: 18rem !important;
}
.max-h-52 {
  max-height: 13rem !important;
}
.max-h-5 {
  max-height: 1.25rem !important;
}
.max-h-60 {
  max-height: 15rem !important;
}
.max-h-6 {
  max-height: 1.5rem !important;
}
.min-h-15 {
  min-height: 3.75rem !important;
}
.min-h-6 {
  min-height: 1.5rem !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-8 {
  min-height: 2rem !important;
}
.min-h-100 {
  min-height: 25rem !important;
}
.min-h-\[100px\] {
  min-height: 100px !important;
}
.min-h-16 {
  min-height: 4rem !important;
}
.min-h-9 {
  min-height: 2.25rem !important;
}
.min-h-5 {
  min-height: 1.25rem !important;
}
.min-h-18 {
  min-height: 4.5rem !important;
}
.min-h-120 {
  min-height: 30rem !important;
}
.min-h-10 {
  min-height: 2.5rem !important;
}
.min-h-160 {
  min-height: 40rem !important;
}
.min-h-20 {
  min-height: 5rem !important;
}
.min-h-7 {
  min-height: 1.75rem !important;
}
.min-h-30 {
  min-height: 7.5rem !important;
}
.min-h-44 {
  min-height: 11rem !important;
}
.min-h-64 {
  min-height: 16rem !important;
}
.min-h-40 {
  min-height: 10rem !important;
}
.min-h-2 {
  min-height: 0.5rem !important;
}
.min-h-24 {
  min-height: 6rem !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-22 {
  width: 5.5rem !important;
}
.w-full {
  width: 100% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-50 {
  width: 12.5rem !important;
}
.w-120 {
  width: 30rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-screen {
  width: 100vw !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-auto {
  width: auto !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-140 {
  width: 35rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-30 {
  width: 7.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-fit {
  width: fit-content !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-15 {
  width: 3.75rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-100 {
  width: 25rem !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-\[324px\] {
  width: 324px !important;
}
.w-\[111px\] {
  width: 111px !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-26 {
  width: 6.5rem !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-36 {
  width: 9rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-240 {
  width: 60rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-52 {
  width: 13rem !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-\[9px\] {
  width: 9px !important;
}
.w-\[1px\] {
  width: 1px !important;
}
.w-56 {
  width: 14rem !important;
}
.w-400 {
  width: 100rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-13 {
  width: 3.25rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-0 {
  width: 0px !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-200 {
  width: 50rem !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-128 {
  width: 32rem !important;
}
.w-160 {
  width: 40rem !important;
}
.w-60 {
  width: 15rem !important;
}
.w-18 {
  width: 4.5rem !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-px {
  width: 1px !important;
}
.w-\[280px\] {
  width: 280px !important;
}
.w-96 {
  width: 24rem !important;
}
.w-3\.5 {
  width: 0.875rem !important;
}
.w-0\.5 {
  width: 0.125rem !important;
}
.min-w-6 {
  min-width: 1.5rem !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.min-w-4 {
  min-width: 1rem !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-100 {
  min-width: 25rem !important;
}
.min-w-12 {
  min-width: 3rem !important;
}
.min-w-72 {
  min-width: 18rem !important;
}
.min-w-9 {
  min-width: 2.25rem !important;
}
.min-w-80 {
  min-width: 20rem !important;
}
.min-w-8 {
  min-width: 2rem !important;
}
.min-w-50 {
  min-width: 12.5rem !important;
}
.min-w-22 {
  min-width: 5.5rem !important;
}
.min-w-20 {
  min-width: 5rem !important;
}
.min-w-32 {
  min-width: 8rem !important;
}
.min-w-16 {
  min-width: 4rem !important;
}
.min-w-24 {
  min-width: 6rem !important;
}
.min-w-26 {
  min-width: 6.5rem !important;
}
.min-w-120 {
  min-width: 30rem !important;
}
.min-w-240 {
  min-width: 60rem !important;
}
.min-w-48 {
  min-width: 12rem !important;
}
.min-w-10 {
  min-width: 2.5rem !important;
}
.min-w-15 {
  min-width: 3.75rem !important;
}
.min-w-36 {
  min-width: 9rem !important;
}
.min-w-30 {
  min-width: 7.5rem !important;
}
.min-w-60 {
  min-width: 15rem !important;
}
.min-w-1\/3 {
  min-width: 33.333333% !important;
}
.min-w-44 {
  min-width: 11rem !important;
}
.min-w-40 {
  min-width: 10rem !important;
}
.min-w-1\/2 {
  min-width: 50% !important;
}
.min-w-18 {
  min-width: 4.5rem !important;
}
.min-w-56 {
  min-width: 14rem !important;
}
.min-w-64 {
  min-width: 16rem !important;
}
.min-w-5 {
  min-width: 1.25rem !important;
}
.min-w-200 {
  min-width: 50rem !important;
}
.min-w-160 {
  min-width: 40rem !important;
}
.min-w-\[627px\] {
  min-width: 627px !important;
}
.min-w-2 {
  min-width: 0.5rem !important;
}
.min-w-3 {
  min-width: 0.75rem !important;
}
.max-w-200 {
  max-width: 50rem !important;
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-48 {
  max-width: 12rem !important;
}
.max-w-60 {
  max-width: 15rem !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-80 {
  max-width: 20rem !important;
}
.max-w-400 {
  max-width: 100rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-\[180px\] {
  max-width: 180px !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-5xl {
  max-width: 64rem !important;
}
.max-w-56 {
  max-width: 14rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-50 {
  max-width: 12.5rem !important;
}
.max-w-screen-sm {
  max-width: 600px !important;
}
.max-w-36 {
  max-width: 9rem !important;
}
.max-w-7 {
  max-width: 1.75rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.max-w-24 {
  max-width: 6rem !important;
}
.max-w-280 {
  max-width: 70rem !important;
}
.max-w-240 {
  max-width: 60rem !important;
}
.max-w-120 {
  max-width: 30rem !important;
}
.max-w-64 {
  max-width: 16rem !important;
}
.max-w-min {
  max-width: min-content !important;
}
.max-w-180 {
  max-width: 45rem !important;
}
.max-w-6 {
  max-width: 1.5rem !important;
}
.max-w-100 {
  max-width: 25rem !important;
}
.max-w-40 {
  max-width: 10rem !important;
}
.max-w-screen-xl {
  max-width: 1440px !important;
}
.max-w-4 {
  max-width: 1rem !important;
}
.max-w-72 {
  max-width: 18rem !important;
}
.max-w-fit {
  max-width: fit-content !important;
}
.max-w-480 {
  max-width: 120rem !important;
}
.max-w-1\/2 {
  max-width: 50% !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-128 {
  max-width: 32rem !important;
}
.max-w-5 {
  max-width: 1.25rem !important;
}
.max-w-192 {
  max-width: 48rem !important;
}
.max-w-\[600px\] {
  max-width: 600px !important;
}
.max-w-20 {
  max-width: 5rem !important;
}
.max-w-160 {
  max-width: 40rem !important;
}
.max-w-12 {
  max-width: 3rem !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-\[calc\(100vw-32px\)\] {
  max-width: calc(100vw - 32px) !important;
}
.max-w-\[220px\] {
  max-width: 220px !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-0 {
  flex: 0 0 auto !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-none {
  flex: none !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.shrink {
  flex-shrink: 1 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.grow {
  flex-grow: 1 !important;
}
.table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.border-separate {
  border-collapse: separate !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-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-6 {
  --tw-rotate: 6deg !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;
}
.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 pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !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 spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-slideInFromRight {
  animation: slideInFromRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-fadeIn {
  animation: fadeIn 0.5s ease-out forwards !important;
}
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(32, 190, 198, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(32, 190, 198, 0);
  }
}
.animate-pulseGlow {
  animation: pulseGlow 2s infinite !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-none {
  cursor: none !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.resize {
  resize: both !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.list-disc {
  list-style-type: disc !important;
}
.auto-cols-max {
  grid-auto-columns: max-content !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-\[repeat\(auto-fit\,minmax\(200px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
.grid-cols-\[repeat\(auto-fit\,minmax\(120px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.content-start {
  align-content: flex-start !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;
}
.items-stretch {
  align-items: stretch !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;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-1\.5 {
  gap: 0.375rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.gap-x-10 {
  column-gap: 2.5rem !important;
}
.gap-x-4 {
  column-gap: 1rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.gap-y-6 {
  row-gap: 1.5rem !important;
}
.gap-y-1 {
  row-gap: 0.25rem !important;
}
.gap-x-8 {
  column-gap: 2rem !important;
}
.gap-x-1 {
  column-gap: 0.25rem !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-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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * 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;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity)) !important;
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity)) !important;
}
.divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity)) !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity)) !important;
}
.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity)) !important;
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity)) !important;
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity)) !important;
}
.place-self-center {
  place-self: center !important;
}
.self-end {
  align-self: flex-end !important;
}
.self-center {
  align-self: center !important;
}
.self-stretch {
  align-self: stretch !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-center {
  justify-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-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.break-all {
  word-break: break-all !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-none {
  border-radius: 0px !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px !important;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}
.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border {
  border-width: 1px !important;
}
.border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}
.border-x-8 {
  border-left-width: 8px !important;
  border-right-width: 8px !important;
}
.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}
.border-y-0 {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}
.border-y-8 {
  border-top-width: 8px !important;
  border-bottom-width: 8px !important;
}
.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0px !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-t {
  border-top-width: 1px !important;
}
.border-r-0 {
  border-right-width: 0px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-r-4 {
  border-right-width: 4px !important;
}
.border-r-8 {
  border-right-width: 8px !important;
}
.border-r {
  border-right-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-b-8 {
  border-bottom-width: 8px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-l-0 {
  border-left-width: 0px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-l-8 {
  border-left-width: 8px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.border-hidden {
  border-style: hidden !important;
}
.border-none {
  border-style: none !important;
}
.border-inherit {
  border-color: inherit !important;
}
.border-current {
  border-color: currentColor !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / 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-slate-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / 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-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-slate-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-slate-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-slate-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / 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-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-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / 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-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-stone-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-stone-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-stone-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-stone-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-stone-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-stone-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-stone-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-stone-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-stone-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-stone-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / 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-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / 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-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-orange-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 146 60 / 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-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-orange-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-orange-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-amber-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-amber-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-amber-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-amber-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-amber-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-amber-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-amber-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / 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-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 98 7 / 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-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / 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-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / 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-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-teal-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-teal-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-teal-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-teal-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-sky-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-sky-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-sky-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-sky-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-sky-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 189 248 / 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-sky-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-sky-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-sky-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-sky-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / 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-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-violet-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-violet-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-violet-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-violet-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 132 252 / 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-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-rose-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-rose-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-rose-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-rose-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-rose-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-rose-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-rose-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-rose-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-primary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-50-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-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-400-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-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-600-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-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-primary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-on-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-accent-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-on-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-warn-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-on-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-gray-300\/70 {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5) !important;
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5) !important;
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5) !important;
}
.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5) !important;
}
.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5) !important;
}
.border-\[\#20bec6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-x-inherit {
  border-left-color: inherit !important;
  border-right-color: inherit !important;
}
.border-x-current {
  border-left-color: currentColor !important;
  border-right-color: currentColor !important;
}
.border-x-transparent {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.border-x-black {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-x-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-x-slate-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-x-slate-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-x-slate-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-x-slate-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-x-slate-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-x-slate-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-x-slate-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-x-slate-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-x-slate-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-x-slate-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-x-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-x-gray-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-x-gray-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-x-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-x-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-x-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-x-gray-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-x-gray-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-x-gray-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-x-gray-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-x-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-x-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-x-stone-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-x-stone-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-x-stone-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-x-stone-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-x-stone-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-x-stone-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-x-stone-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-x-stone-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-x-stone-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-x-stone-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-x-red-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-x-red-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-x-red-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-x-red-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-x-red-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-x-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-x-red-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-x-red-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-x-red-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-x-red-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-x-orange-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-x-orange-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-x-orange-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-x-orange-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-x-orange-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-x-orange-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-x-orange-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-x-orange-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-x-orange-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-x-orange-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-x-amber-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-x-amber-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-x-amber-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-x-amber-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-x-amber-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-x-amber-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-x-amber-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-x-amber-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-x-amber-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-x-amber-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-x-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-x-lime-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-x-lime-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-x-lime-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-x-lime-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-x-lime-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-x-lime-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-x-lime-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-x-lime-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-x-lime-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-x-lime-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-x-green-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-x-green-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-x-green-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-x-green-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-x-green-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-x-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-x-green-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-x-green-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-x-green-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-x-green-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-x-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-x-teal-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-x-teal-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-x-teal-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-x-teal-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-x-teal-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-x-teal-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-x-teal-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-x-teal-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-x-teal-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-x-teal-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-x-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-x-sky-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-x-sky-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-x-sky-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-x-sky-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-x-sky-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-x-sky-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-x-sky-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-x-sky-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-x-sky-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-x-sky-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-x-blue-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-x-blue-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-x-blue-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-x-blue-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-x-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-x-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-x-blue-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-x-blue-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-x-blue-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-x-blue-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-x-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-x-violet-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-x-violet-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-x-violet-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-x-violet-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-x-violet-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-x-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-x-violet-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-x-violet-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-x-violet-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-x-violet-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-x-purple-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-x-purple-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-x-purple-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-x-purple-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-x-purple-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-x-purple-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-x-purple-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-x-purple-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-x-purple-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-x-purple-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-x-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-x-pink-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-x-pink-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-x-pink-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-x-pink-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-x-pink-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-x-pink-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-x-pink-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-x-pink-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-x-pink-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-x-pink-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-x-rose-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-x-rose-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-x-rose-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-x-rose-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-x-rose-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-x-rose-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-x-rose-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-x-rose-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-x-rose-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-x-rose-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-x-primary-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-primary {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-primary {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-accent {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-accent {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-x-warn {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-x-on-warn {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
  border-right-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-x-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-x-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-x-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-y-inherit {
  border-top-color: inherit !important;
  border-bottom-color: inherit !important;
}
.border-y-current {
  border-top-color: currentColor !important;
  border-bottom-color: currentColor !important;
}
.border-y-transparent {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.border-y-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-y-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-y-slate-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-y-slate-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-y-slate-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-y-slate-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-y-slate-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-y-slate-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-y-slate-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-y-slate-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-y-slate-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-y-slate-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-y-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-y-gray-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-y-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-y-gray-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-y-gray-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-y-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-y-gray-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-y-gray-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-y-gray-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-y-gray-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-y-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-y-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-y-stone-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-y-stone-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-y-stone-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-y-stone-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-y-stone-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-y-stone-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-y-stone-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-y-stone-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-y-stone-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-y-stone-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-y-red-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-y-red-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-y-red-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-y-red-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-y-red-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-y-red-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-y-red-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-y-red-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-y-red-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-y-red-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-y-orange-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-y-orange-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-y-orange-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-y-orange-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-y-orange-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-y-orange-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-y-orange-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-y-orange-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-y-orange-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-y-orange-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-y-amber-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-y-amber-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-y-amber-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-y-amber-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-y-amber-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-y-amber-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-y-amber-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-y-amber-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-y-amber-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-y-amber-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-y-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-y-lime-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-y-lime-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-y-lime-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-y-lime-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-y-lime-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-y-lime-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-y-lime-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-y-lime-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-y-lime-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-y-lime-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-y-green-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-y-green-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-y-green-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-y-green-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-y-green-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-y-green-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-y-green-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-y-green-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-y-green-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-y-green-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-y-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-y-teal-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-y-teal-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-y-teal-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-y-teal-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-y-teal-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-y-teal-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-y-teal-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-y-teal-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-y-teal-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-y-teal-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-y-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-y-sky-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-y-sky-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-y-sky-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-y-sky-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-y-sky-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-y-sky-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-y-sky-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-y-sky-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-y-sky-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-y-sky-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-y-blue-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-y-blue-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-y-blue-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-y-blue-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-y-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-y-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-y-blue-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-y-blue-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-y-blue-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-y-blue-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-y-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-y-violet-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-y-violet-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-y-violet-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-y-violet-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-y-violet-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-y-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-y-violet-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-y-violet-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-y-violet-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-y-violet-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-y-purple-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-y-purple-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-y-purple-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-y-purple-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-y-purple-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-y-purple-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-y-purple-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-y-purple-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-y-purple-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-y-purple-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-y-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-y-pink-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-y-pink-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-y-pink-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-y-pink-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-y-pink-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-y-pink-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-y-pink-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-y-pink-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-y-pink-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-y-pink-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-y-rose-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-y-rose-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-y-rose-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-y-rose-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-y-rose-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-y-rose-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-y-rose-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-y-rose-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-y-rose-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-y-rose-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-y-primary-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-primary {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-primary {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-accent {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-accent {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-y-warn {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-y-on-warn {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
  border-bottom-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-y-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-y-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-y-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-t-inherit {
  border-top-color: inherit !important;
}
.border-t-current {
  border-top-color: currentColor !important;
}
.border-t-transparent {
  border-top-color: transparent !important;
}
.border-t-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-t-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-t-slate-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-t-slate-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-t-slate-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-t-slate-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-t-slate-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-t-slate-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-t-slate-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-t-slate-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-t-slate-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-t-slate-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-t-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-t-gray-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(241 245 249 / 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-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-t-gray-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(148 163 184 / 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-t-gray-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-t-gray-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-t-gray-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-t-gray-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-t-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-t-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-t-stone-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-t-stone-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-t-stone-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-t-stone-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-t-stone-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-t-stone-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-t-stone-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-t-stone-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-t-stone-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-t-stone-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-t-red-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-t-red-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-t-red-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-t-red-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-t-red-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-t-red-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-t-red-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-t-red-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-t-red-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-t-red-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-t-orange-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-t-orange-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-t-orange-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-t-orange-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-t-orange-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-t-orange-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-t-orange-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-t-orange-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-t-orange-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-t-orange-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-t-amber-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-t-amber-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-t-amber-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-t-amber-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-t-amber-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-t-amber-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-t-amber-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-t-amber-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-t-amber-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-t-amber-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-t-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-t-lime-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-t-lime-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-t-lime-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-t-lime-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-t-lime-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-t-lime-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-t-lime-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-t-lime-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-t-lime-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-t-lime-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-t-green-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-t-green-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-t-green-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-t-green-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-t-green-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-t-green-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-t-green-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-t-green-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-t-green-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-t-green-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-t-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-t-teal-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-t-teal-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-t-teal-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-t-teal-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-t-teal-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-t-teal-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-t-teal-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-t-teal-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-t-teal-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-t-teal-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-t-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-t-sky-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-t-sky-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-t-sky-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-t-sky-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-t-sky-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-t-sky-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-t-sky-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-t-sky-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-t-sky-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-t-sky-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-t-blue-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-t-blue-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-t-blue-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-t-blue-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-t-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-t-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-t-blue-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-t-blue-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-t-blue-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-t-blue-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-t-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-t-violet-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-t-violet-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-t-violet-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-t-violet-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-t-violet-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-t-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-t-violet-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-t-violet-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-t-violet-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-t-violet-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-t-purple-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-t-purple-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-t-purple-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-t-purple-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-t-purple-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-t-purple-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-t-purple-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-t-purple-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-t-purple-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-t-purple-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-t-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-t-pink-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-t-pink-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-t-pink-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-t-pink-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-t-pink-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-t-pink-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-t-pink-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-t-pink-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-t-pink-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-t-pink-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-t-rose-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-t-rose-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-t-rose-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-t-rose-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-t-rose-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-t-rose-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-t-rose-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-t-rose-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-t-rose-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-t-rose-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-t-primary-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-primary {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-primary {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-accent {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-accent {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-t-warn {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-t-on-warn {
  --tw-border-opacity: 1 !important;
  border-top-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-t-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-t-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-t-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-r-inherit {
  border-right-color: inherit !important;
}
.border-r-current {
  border-right-color: currentColor !important;
}
.border-r-transparent {
  border-right-color: transparent !important;
}
.border-r-black {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-r-white {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-r-slate-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-r-slate-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-r-slate-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-r-slate-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-r-slate-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-r-slate-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-r-slate-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-r-slate-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-r-slate-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-r-slate-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-r-gray-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-r-gray-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-r-gray-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(226 232 240 / 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-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(148 163 184 / 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-r-gray-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-r-gray-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-r-gray-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-r-gray-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-r-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-r-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-r-stone-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-r-stone-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-r-stone-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-r-stone-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-r-stone-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-r-stone-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-r-stone-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-r-stone-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-r-stone-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-r-stone-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-r-red-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-r-red-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-r-red-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-r-red-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-r-red-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-r-red-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-r-red-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-r-red-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-r-red-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-r-red-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-r-orange-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-r-orange-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-r-orange-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-r-orange-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-r-orange-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-r-orange-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-r-orange-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-r-orange-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-r-orange-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-r-orange-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-r-amber-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-r-amber-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-r-amber-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-r-amber-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-r-amber-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-r-amber-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-r-amber-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-r-amber-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-r-amber-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-r-amber-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-r-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-r-lime-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-r-lime-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-r-lime-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-r-lime-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-r-lime-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-r-lime-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-r-lime-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-r-lime-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-r-lime-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-r-lime-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-r-green-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-r-green-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-r-green-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-r-green-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-r-green-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-r-green-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-r-green-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-r-green-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-r-green-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-r-green-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-r-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-r-teal-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-r-teal-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-r-teal-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-r-teal-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-r-teal-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-r-teal-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-r-teal-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-r-teal-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-r-teal-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-r-teal-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-r-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-r-sky-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-r-sky-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-r-sky-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-r-sky-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-r-sky-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-r-sky-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-r-sky-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-r-sky-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-r-sky-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-r-sky-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-r-blue-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-r-blue-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-r-blue-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-r-blue-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-r-blue-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-r-blue-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-r-blue-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-r-blue-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-r-blue-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-r-blue-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-r-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-r-violet-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-r-violet-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-r-violet-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-r-violet-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-r-violet-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-r-violet-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-r-violet-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-r-violet-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-r-violet-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-r-violet-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-r-purple-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-r-purple-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-r-purple-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-r-purple-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-r-purple-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-r-purple-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-r-purple-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-r-purple-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-r-purple-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-r-purple-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-r-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-r-pink-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-r-pink-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-r-pink-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-r-pink-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-r-pink-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-r-pink-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-r-pink-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-r-pink-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-r-pink-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-r-pink-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-r-rose-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-r-rose-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-r-rose-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-r-rose-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-r-rose-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-r-rose-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-r-rose-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-r-rose-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-r-rose-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-r-rose-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-r-primary-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-primary {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-primary {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-accent {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-accent {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-r-warn {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-r-on-warn {
  --tw-border-opacity: 1 !important;
  border-right-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-r-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-r-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-r-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-b-inherit {
  border-bottom-color: inherit !important;
}
.border-b-current {
  border-bottom-color: currentColor !important;
}
.border-b-transparent {
  border-bottom-color: transparent !important;
}
.border-b-black {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-b-slate-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-b-slate-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-b-slate-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(226 232 240 / 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-b-slate-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-b-slate-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-b-slate-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-b-slate-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-b-slate-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-b-slate-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-b-gray-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-b-gray-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-b-gray-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-b-gray-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-b-gray-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-b-gray-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-b-gray-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-b-gray-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-b-gray-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-b-gray-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-b-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-b-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-b-stone-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-b-stone-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-b-stone-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-b-stone-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-b-stone-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-b-stone-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-b-stone-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-b-stone-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-b-stone-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-b-stone-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-b-red-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-b-red-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-b-red-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-b-red-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-b-red-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-b-red-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-b-red-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-b-red-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-b-red-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-b-red-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-b-orange-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-b-orange-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-b-orange-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-b-orange-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-b-orange-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-b-orange-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-b-orange-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-b-orange-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-b-orange-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-b-orange-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-b-amber-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-b-amber-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-b-amber-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-b-amber-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-b-amber-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-b-amber-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-b-amber-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-b-amber-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-b-amber-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-b-amber-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-b-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-b-lime-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-b-lime-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-b-lime-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-b-lime-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-b-lime-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-b-lime-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-b-lime-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-b-lime-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-b-lime-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-b-lime-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-b-green-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-b-green-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-b-green-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-b-green-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-b-green-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-b-green-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-b-green-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-b-green-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-b-green-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-b-green-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-b-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-b-teal-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-b-teal-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-b-teal-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-b-teal-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-b-teal-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-b-teal-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-b-teal-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-b-teal-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-b-teal-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-b-teal-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-b-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-b-sky-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-b-sky-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-b-sky-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-b-sky-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-b-sky-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-b-sky-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-b-sky-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-b-sky-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-b-sky-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-b-sky-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-b-blue-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-b-blue-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-b-blue-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-b-blue-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-b-blue-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-b-blue-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-b-blue-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-b-blue-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-b-blue-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-b-blue-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-b-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-b-violet-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-b-violet-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-b-violet-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-b-violet-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-b-violet-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-b-violet-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-b-violet-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-b-violet-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-b-violet-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-b-violet-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-b-purple-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-b-purple-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-b-purple-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-b-purple-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-b-purple-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-b-purple-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-b-purple-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-b-purple-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-b-purple-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-b-purple-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-b-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-b-pink-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-b-pink-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-b-pink-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-b-pink-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-b-pink-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-b-pink-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-b-pink-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-b-pink-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-b-pink-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-b-pink-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-b-rose-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-b-rose-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-b-rose-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-b-rose-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-b-rose-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-b-rose-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-b-rose-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-b-rose-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-b-rose-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-b-rose-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-b-primary-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-100-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-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-primary-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-900-rgb), 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-on-primary {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-b-accent {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-accent {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-b-warn {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-b-on-warn {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-b-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-b-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-b-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-l-inherit {
  border-left-color: inherit !important;
}
.border-l-current {
  border-left-color: currentColor !important;
}
.border-l-transparent {
  border-left-color: transparent !important;
}
.border-l-black {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-l-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-l-slate-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-l-slate-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-l-slate-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-l-slate-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-l-slate-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-l-slate-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-l-slate-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-l-slate-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-l-slate-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-l-slate-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-l-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity)) !important;
}
.border-l-gray-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.border-l-gray-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-l-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.border-l-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}
.border-l-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.border-l-gray-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-l-gray-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.border-l-gray-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity)) !important;
}
.border-l-gray-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity)) !important;
}
.border-l-zinc-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;
}
.border-l-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity)) !important;
}
.border-l-stone-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity)) !important;
}
.border-l-stone-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
.border-l-stone-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
.border-l-stone-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
.border-l-stone-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity)) !important;
}
.border-l-stone-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity)) !important;
}
.border-l-stone-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity)) !important;
}
.border-l-stone-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity)) !important;
}
.border-l-stone-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
.border-l-stone-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity)) !important;
}
.border-l-red-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity)) !important;
}
.border-l-red-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.border-l-red-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.border-l-red-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.border-l-red-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-l-red-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-l-red-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}
.border-l-red-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
}
.border-l-red-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity)) !important;
}
.border-l-orange-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity)) !important;
}
.border-l-orange-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.border-l-orange-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity)) !important;
}
.border-l-orange-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity)) !important;
}
.border-l-orange-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.border-l-orange-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.border-l-orange-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity)) !important;
}
.border-l-orange-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity)) !important;
}
.border-l-orange-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity)) !important;
}
.border-l-orange-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity)) !important;
}
.border-l-amber-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity)) !important;
}
.border-l-amber-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity)) !important;
}
.border-l-amber-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-l-amber-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
.border-l-amber-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-l-amber-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.border-l-amber-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity)) !important;
}
.border-l-amber-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity)) !important;
}
.border-l-amber-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity)) !important;
}
.border-l-amber-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity)) !important;
}
.border-l-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity)) !important;
}
.border-l-lime-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity)) !important;
}
.border-l-lime-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity)) !important;
}
.border-l-lime-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity)) !important;
}
.border-l-lime-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity)) !important;
}
.border-l-lime-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity)) !important;
}
.border-l-lime-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.border-l-lime-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity)) !important;
}
.border-l-lime-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity)) !important;
}
.border-l-lime-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity)) !important;
}
.border-l-lime-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity)) !important;
}
.border-l-green-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity)) !important;
}
.border-l-green-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
}
.border-l-green-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.border-l-green-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity)) !important;
}
.border-l-green-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.border-l-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.border-l-green-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}
.border-l-green-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-l-green-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
}
.border-l-green-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity)) !important;
}
.border-l-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity)) !important;
}
.border-l-teal-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity)) !important;
}
.border-l-teal-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity)) !important;
}
.border-l-teal-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity)) !important;
}
.border-l-teal-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity)) !important;
}
.border-l-teal-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity)) !important;
}
.border-l-teal-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.border-l-teal-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity)) !important;
}
.border-l-teal-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
}
.border-l-teal-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity)) !important;
}
.border-l-teal-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity)) !important;
}
.border-l-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity)) !important;
}
.border-l-sky-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity)) !important;
}
.border-l-sky-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.border-l-sky-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.border-l-sky-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.border-l-sky-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity)) !important;
}
.border-l-sky-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-l-sky-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-l-sky-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
}
.border-l-sky-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-l-sky-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.border-l-blue-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity)) !important;
}
.border-l-blue-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.border-l-blue-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-l-blue-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.border-l-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.border-l-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-l-blue-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-l-blue-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-l-blue-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
}
.border-l-blue-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
}
.border-l-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity)) !important;
}
.border-l-violet-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity)) !important;
}
.border-l-violet-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity)) !important;
}
.border-l-violet-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity)) !important;
}
.border-l-violet-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity)) !important;
}
.border-l-violet-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity)) !important;
}
.border-l-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.border-l-violet-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
}
.border-l-violet-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity)) !important;
}
.border-l-violet-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity)) !important;
}
.border-l-violet-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity)) !important;
}
.border-l-purple-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity)) !important;
}
.border-l-purple-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity)) !important;
}
.border-l-purple-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity)) !important;
}
.border-l-purple-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity)) !important;
}
.border-l-purple-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity)) !important;
}
.border-l-purple-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.border-l-purple-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity)) !important;
}
.border-l-purple-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity)) !important;
}
.border-l-purple-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity)) !important;
}
.border-l-purple-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity)) !important;
}
.border-l-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity)) !important;
}
.border-l-pink-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity)) !important;
}
.border-l-pink-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity)) !important;
}
.border-l-pink-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity)) !important;
}
.border-l-pink-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity)) !important;
}
.border-l-pink-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity)) !important;
}
.border-l-pink-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.border-l-pink-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity)) !important;
}
.border-l-pink-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity)) !important;
}
.border-l-pink-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity)) !important;
}
.border-l-pink-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity)) !important;
}
.border-l-rose-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity)) !important;
}
.border-l-rose-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity)) !important;
}
.border-l-rose-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity)) !important;
}
.border-l-rose-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity)) !important;
}
.border-l-rose-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity)) !important;
}
.border-l-rose-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.border-l-rose-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}
.border-l-rose-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity)) !important;
}
.border-l-rose-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity)) !important;
}
.border-l-rose-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity)) !important;
}
.border-l-primary-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-primary {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-primary {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-primary-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-accent {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-accent {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-accent-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-50-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-100-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-200-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-300-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-400-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-500-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-600-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-700-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-800-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-900-rgb), var(--tw-border-opacity)) !important;
}
.border-l-warn {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-l-on-warn {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--fuse-on-warn-rgb), var(--tw-border-opacity)) !important;
}
.border-l-teal-blue-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(74 201 208 / var(--tw-border-opacity)) !important;
}
.border-l-teal-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 248 249 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(226 243 244 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-200 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(196 231 233 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(161 218 222 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(116 204 210 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(32 190 198 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(29 172 180 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-700 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-800 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(22 130 135 / var(--tw-border-opacity)) !important;
}
.border-l-logivice-900 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(17 102 106 / var(--tw-border-opacity)) !important;
}
.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}
.border-opacity-12 {
  --tw-border-opacity: 0.12 !important;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}
.border-opacity-38 {
  --tw-border-opacity: 0.38 !important;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}
.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}
.border-opacity-87 {
  --tw-border-opacity: 0.87 !important;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}
.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / 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-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / 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-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 212 191 / 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-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / 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-teal-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 190 198 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#95CB5B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 203 91 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity)) !important;
}
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}
.bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity)) !important;
}
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-50-rgb), var(--tw-bg-opacity)) !important;
}
.bg-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-50-rgb), var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-100-rgb), var(--tw-bg-opacity)) !important;
}
.bg-warn-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-100-rgb), 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-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / 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-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / 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-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / 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-transparent {
  background-color: transparent !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800\/10 {
  background-color: rgb(30 41 59 / 0.1) !important;
}
.bg-slate-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#23BEC6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 190 198 / 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-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / 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-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity)) !important;
}
.bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}
.bg-stone-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 83 78 / 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-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity)) !important;
}
.bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity)) !important;
}
.bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / 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-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / 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-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-rgb), var(--tw-bg-opacity)) !important;
}
.bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity)) !important;
}
.bg-accent-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-500-rgb), var(--tw-bg-opacity)) !important;
}
.bg-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-300-rgb), var(--tw-bg-opacity)) !important;
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.bg-warn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-rgb), 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-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 213 255 / 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-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / 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-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}
.bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity)) !important;
}
.bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f6fcfc\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 252 252 / 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-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3) !important;
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3) !important;
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5) !important;
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5) !important;
}
.bg-gray-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}
.bg-zinc-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity)) !important;
}
.bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity)) !important;
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9) !important;
}
.bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.bg-slate-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity)) !important;
}
.bg-logivice-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 248 249 / var(--tw-bg-opacity)) !important;
}
.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
}
.bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity)) !important;
}
.bg-logivice-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 190 198 / var(--tw-bg-opacity)) !important;
}
.bg-logivice-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 243 244 / 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-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / 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-teal-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 201 208 / 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-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9) !important;
}
.bg-slate-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.bg-opacity-12 {
  --tw-bg-opacity: 0.12 !important;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 182 212 / 0)) !important;
}
.from-lime-500 {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(132 204 22 / 0)) !important;
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 102 241 / 0)) !important;
}
.from-zinc-400 {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(161 161 170 / 0)) !important;
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(245 158 11 / 0)) !important;
}
.from-lime-400 {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(163 230 53 / 0)) !important;
}
.from-teal-500 {
  --tw-gradient-from: #14b8a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 184 166 / 0)) !important;
}
.from-amber-600 {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(217 119 6 / 0)) !important;
}
.from-red-700 {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(185 28 28 / 0)) !important;
}
.from-amber-50 {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 251 235 / 0)) !important;
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(251 191 36 / 0)) !important;
}
.from-red-500 {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(239 68 68 / 0)) !important;
}
.from-green-500 {
  --tw-gradient-from: #22c55e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(34 197 94 / 0)) !important;
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(96 165 250 / 0)) !important;
}
.via-amber-500 {
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f59e0b,
    var(--tw-gradient-to, rgb(245 158 11 / 0)) !important;
}
.to-lime-400 {
  --tw-gradient-to: #a3e635 !important;
}
.to-cyan-400 {
  --tw-gradient-to: #22d3ee !important;
}
.to-indigo-400 {
  --tw-gradient-to: #818cf8 !important;
}
.to-orange-500 {
  --tw-gradient-to: #f97316 !important;
}
.to-green-600 {
  --tw-gradient-to: #16a34a !important;
}
.to-lime-300 {
  --tw-gradient-to: #bef264 !important;
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 !important;
}
.to-orange-600 {
  --tw-gradient-to: #ea580c !important;
}
.to-amber-100 {
  --tw-gradient-to: #fef3c7 !important;
}
.to-amber-600 {
  --tw-gradient-to: #d97706 !important;
}
.to-red-600 {
  --tw-gradient-to: #dc2626 !important;
}
.to-amber-500 {
  --tw-gradient-to: #f59e0b !important;
}
.to-green-400 {
  --tw-gradient-to: #4ade80 !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;
}
.object-left {
  object-position: left !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3\.5 {
  padding: 0.875rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-0 {
  padding: 0px !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-0\.5 {
  padding: 0.125rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pl-7 {
  padding-left: 1.75rem !important;
}
.pl-1\.5 {
  padding-left: 0.375rem !important;
}
.pt-1\.5 {
  padding-top: 0.375rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-15 {
  padding-right: 3.75rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-0\.5 {
  padding-top: 0.125rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pl-18 {
  padding-left: 4.5rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pl-0\.5 {
  padding-left: 0.125rem !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}
.pt-3\.5 {
  padding-top: 0.875rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.pt-18 {
  padding-top: 4.5rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-11 {
  padding-left: 2.75rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.font-caveat {
  font-family:
    "Caveat",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji" !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,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji" !important;
}
.text-lg {
  font-size: 1rem !important;
}
.text-sm {
  font-size: 0.75rem !important;
}
.text-xs {
  font-size: 0.625rem !important;
}
.text-xl {
  font-size: 1.125rem !important;
}
.text-2xl {
  font-size: 1.25rem !important;
}
.text-md {
  font-size: 0.8125rem !important;
}
.text-base {
  font-size: 0.875rem !important;
}
.text-3xl {
  font-size: 1.5rem !important;
}
.text-8xl {
  font-size: 4rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-\[10px\] {
  font-size: 10px !important;
}
.text-5xl {
  font-size: 2.25rem !important;
}
.text-7xl {
  font-size: 3rem !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-thin {
  font-weight: 100 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-5 {
  line-height: 1.25rem !important;
}
.leading-10 {
  line-height: 2.5rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-4 {
  line-height: 1rem !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-7 {
  line-height: 1.75rem !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-\[8px\] {
  line-height: 8px !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.tracking-widest {
  letter-spacing: 0.1em !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(45 212 191 / var(--tw-text-opacity)) !important;
}
.text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-logivice-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(32 190 198 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-800-rgb), var(--tw-text-opacity)) !important;
}
.text-accent-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-800-rgb), var(--tw-text-opacity)) !important;
}
.text-warn-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-800-rgb), var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity)) !important;
}
.text-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-rgb), var(--tw-text-opacity)) !important;
}
.text-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-rgb), var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.text-on-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity)) !important;
}
.text-on-accent {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity)) !important;
}
.text-on-warn {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity)) !important;
}
.text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-600-rgb), var(--tw-text-opacity)) !important;
}
.text-accent-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-600-rgb), var(--tw-text-opacity)) !important;
}
.text-warn-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-600-rgb), var(--tw-text-opacity)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.text-current {
  color: currentColor !important;
}
.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
}
.text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / 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-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}
.text-warn-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-500-rgb), var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity)) !important;
}
.text-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-200-rgb), var(--tw-text-opacity)) !important;
}
.text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
}
.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-\[\#23BEC6\] {
  --tw-text-opacity: 1 !important;
  color: rgb(35 190 198 / var(--tw-text-opacity)) !important;
}
.text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.text-transparent {
  color: transparent !important;
}
.text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
}
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.text-teal-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(35 190 198 / var(--tw-text-opacity)) !important;
}
.text-zinc-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / 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-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
}
.text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.text-neutral-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / var(--tw-text-opacity)) !important;
}
.text-warn-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-400-rgb), var(--tw-text-opacity)) !important;
}
.text-teal-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 201 208 / var(--tw-text-opacity)) !important;
}
.text-logivice-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 172 180 / var(--tw-text-opacity)) !important;
}
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}
.text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
}
.text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}
.text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
}
.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}
.text-on-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-200-rgb), var(--tw-text-opacity)) !important;
}
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity)) !important;
}
.text-logivice-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(26 152 159 / var(--tw-text-opacity)) !important;
}
.text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
}
.text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}
.text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / 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-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity)) !important;
}
.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity)) !important;
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8) !important;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.text-opacity-38 {
  --tw-text-opacity: 0.38 !important;
}
.text-opacity-12 {
  --tw-text-opacity: 0.12 !important;
}
.underline {
  text-decoration-line: underline !important;
}
.overline {
  text-decoration-line: overline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.accent-gray-500 {
  accent-color: #64748b !important;
}
.accent-red-500 {
  accent-color: #ef4444 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-12 {
  opacity: 0.12 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-87 {
  opacity: 0.87 !important;
}
.opacity-70 {
  opacity: 0.7 !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 {
  --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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow-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;
}
.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-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;
}
.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-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-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-primary-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-primary-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-accent-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-accent-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-warn-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--fuse-warn-400-rgb), var(--tw-ring-opacity)) !important;
}
.ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity)) !important;
}
.ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity)) !important;
}
.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity)) !important;
}
.ring-amber-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity)) !important;
}
.ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity)) !important;
}
.ring-teal-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(35 190 198 / 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;
}
.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;
}
.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;
}
.invert {
  --tw-invert: invert(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;
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    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-shadow {
  transition-property: box-shadow !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;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-100 {
  transition-duration: 100ms !important;
}
.duration-200 {
  transition-duration: 200ms !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;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-linear {
  transition-timing-function: linear !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-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-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  min-width: 1.25rem !important;
  min-height: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
}
.icon-size-5 svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.icon-size-7 {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem !important;
  min-height: 1.75rem !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}
.icon-size-7 svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.icon-size-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-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-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-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-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-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-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-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;
}
.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;
}
.line-clamp-none {
  -webkit-line-clamp: unset !important;
}
.after\:inline-block::after {
  content: var(--tw-content) !important;
  display: inline-block !important;
}
.after\:h-1::after {
  content: var(--tw-content) !important;
  height: 0.25rem !important;
}
.after\:w-full::after {
  content: var(--tw-content) !important;
  width: 100% !important;
}
.after\:w-9::after {
  content: var(--tw-content) !important;
  width: 2.25rem !important;
}
.after\:border-4::after {
  content: var(--tw-content) !important;
  border-width: 4px !important;
}
.after\:border-8::after {
  content: var(--tw-content) !important;
  border-width: 8px !important;
}
.after\:border-b::after {
  content: var(--tw-content) !important;
  border-bottom-width: 1px !important;
}
.after\:border-dashed::after {
  content: var(--tw-content) !important;
  border-style: dashed !important;
}
.after\:border-gray-100::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity)) !important;
}
.after\:border-blue-100::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.after\:border-slate-500::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.after\:content-\[\'\'\]::after {
  --tw-content: "" !important;
  content: var(--tw-content) !important;
}
.first\:border-0:first-child {
  border-width: 0px !important;
}
.even\:border-r-0:nth-child(even) {
  border-right-width: 0px !important;
}
.first-of-type\:pl-0:first-of-type {
  padding-left: 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\:right-0:hover {
  right: 0px !important;
}
.hover\:w-22:hover {
  width: 5.5rem !important;
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !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\:-translate-y-0:hover {
  --tw-translate-y: -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;
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02 !important;
  --tw-scale-y: 1.02 !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-full:hover {
  border-radius: 9999px !important;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.hover\:border-teal-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 190 198 / var(--tw-border-opacity)) !important;
}
.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
}
.hover\:border-amber-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.hover\:border-amber-300\/70:hover {
  border-color: rgb(252 211 77 / 0.7) !important;
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.hover\:border-\[\#1a989f\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 152 159 / var(--tw-border-opacity)) !important;
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / 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-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / 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-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-900-rgb), var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-rgb), var(--tw-bg-opacity)) !important;
}
.hover\:bg-logivice-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 190 198 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-300-rgb), var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-logivice-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 248 249 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-teal-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 201 208 / var(--tw-bg-opacity)) !important;
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-500-rgb), 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-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-600-rgb), var(--tw-text-opacity)) !important;
}
.hover\:text-logivice-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(26 152 159 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}
.hover\:opacity-100:hover {
  opacity: 1 !important;
}
.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}
.hover\:shadow-lg: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;
}
.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;
}
.hover\:shadow-cyan-500\/50:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.active\:cursor-grabbing:active {
  cursor: grabbing !important;
}
.active\:bg-gray-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.disabled\:text-white:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6 !important;
}
.group:hover .group-hover\:block {
  display: block !important;
}
.group:hover .group-hover\:inline-block {
  display: inline-block !important;
}
.group:hover .group-hover\:inline {
  display: inline !important;
}
.group:hover .group-hover\:flex {
  display: flex !important;
}
.group:hover .group-hover\:hidden {
  display: none !important;
}
.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity)) !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\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}
.dark .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity)) !important;
}
.dark .dark\:border-r {
  border-right-width: 1px !important;
}
.dark .dark\:border-b {
  border-bottom-width: 1px !important;
}
.dark .dark\:border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-warn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-warn-rgb), var(--tw-border-opacity)) !important;
}
.dark .dark\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fuse-primary-rgb), var(--tw-border-opacity)) !important;
}
.dark .dark\:border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.dark .dark\:border-slate-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-primary-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-accent-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-accent-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-warn-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-warn-600-rgb), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-transparent {
  background-color: transparent !important;
}
.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-slate-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.dark .dark\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-accent-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-accent-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-warn-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-warn-50-rgb), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-slate-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity)) !important;
}
.dark .dark\:text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.dark .dark\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.dark .dark\:after\:border-gray-700::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
}
.dark .dark\:hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}
@media print {
  .print\:hidden {
    display: none !important;
  }
  .print\:w-auto {
    width: auto !important;
  }
  .print\:rounded-none {
    border-radius: 0px !important;
  }
  .print\:bg-transparent {
    background-color: transparent !important;
  }
  .print\:p-0 {
    padding: 0px !important;
  }
  .print\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
}
@media (min-width: 600px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  .sm\:right-7 {
    right: 1.75rem !important;
  }
  .sm\:-left-13 {
    left: -3.25rem !important;
  }
  .sm\:top-4 {
    top: 1rem !important;
  }
  .sm\:top-5 {
    top: 1.25rem !important;
  }
  .sm\:right-5 {
    right: 1.25rem !important;
  }
  .sm\:left-10 {
    left: 2.5rem !important;
  }
  .sm\:z-999 {
    z-index: 999 !important;
  }
  .sm\:order-last {
    order: 9999 !important;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:m-0 {
    margin: 0px !important;
  }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !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-full {
    height: 100% !important;
  }
  .sm\:h-20 {
    height: 5rem !important;
  }
  .sm\:h-80 {
    height: 20rem !important;
  }
  .sm\:max-h-120 {
    max-height: 30rem !important;
  }
  .sm\:max-h-80 {
    max-height: 20rem !important;
  }
  .sm\:w-100 {
    width: 25rem !important;
  }
  .sm\:w-90 {
    width: 22.5rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-80 {
    width: 20rem !important;
  }
  .sm\:w-20 {
    width: 5rem !important;
  }
  .sm\:w-96 {
    width: 24rem !important;
  }
  .sm\:w-\[288px\] {
    width: 288px !important;
  }
  .sm\:w-\[350px\] {
    width: 350px !important;
  }
  .sm\:w-60 {
    width: 15rem !important;
  }
  .sm\:w-180 {
    width: 45rem !important;
  }
  .sm\:w-72 {
    width: 18rem !important;
  }
  .sm\:w-\[627px\] {
    width: 627px !important;
  }
  .sm\:w-\[607px\] {
    width: 607px !important;
  }
  .sm\:w-44 {
    width: 11rem !important;
  }
  .sm\:w-120 {
    width: 30rem !important;
  }
  .sm\:min-w-100 {
    min-width: 25rem !important;
  }
  .sm\:min-w-90 {
    min-width: 22.5rem !important;
  }
  .sm\:min-w-128 {
    min-width: 32rem !important;
  }
  .sm\:min-w-40 {
    min-width: 10rem !important;
  }
  .sm\:min-w-60 {
    min-width: 15rem !important;
  }
  .sm\:min-w-44 {
    min-width: 11rem !important;
  }
  .sm\:min-w-120 {
    min-width: 30rem !important;
  }
  .sm\:max-w-100 {
    max-width: 25rem !important;
  }
  .sm\:max-w-8 {
    max-width: 2rem !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-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !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-end {
    align-items: flex-end !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\:gap-0 {
    gap: 0px !important;
  }
  .sm\:gap-4 {
    gap: 1rem !important;
  }
  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !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-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\: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;
  }
  .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-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .sm\: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;
  }
  .sm\: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;
  }
  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(203 213 225 / var(--tw-divide-opacity)) !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:rounded-md {
    border-radius: 0.375rem !important;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:rounded-full {
    border-radius: 9999px !important;
  }
  .sm\:rounded-none {
    border-radius: 0px !important;
  }
  .sm\:border {
    border-width: 1px !important;
  }
  .sm\:border-0 {
    border-width: 0px !important;
  }
  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }
  .sm\:border-l {
    border-left-width: 1px !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:p-0 {
    padding: 0px !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\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-8xl {
    font-size: 4rem !important;
  }
  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
  .group:hover .sm\:group-hover\:block {
    display: block !important;
  }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 960px) {
  .md\:order-last {
    order: 9999 !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-10 {
    width: 2.5rem !important;
  }
  .md\:min-w-160 {
    min-width: 40rem !important;
  }
  .md\:min-w-100 {
    min-width: 25rem !important;
  }
  .md\:min-w-200 {
    min-width: 50rem !important;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !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-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 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-4 {
    gap: 1rem !important;
  }
  .md\:gap-x-20 {
    column-gap: 5rem !important;
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:rounded-none {
    border-radius: 0px !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:p-0 {
    padding: 0px !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-7xl {
    font-size: 3rem !important;
  }
  .md\:text-xl {
    font-size: 1.125rem !important;
  }
  .md\:text-5xl {
    font-size: 2.25rem !important;
  }
  .md\:text-2xl {
    font-size: 1.25rem !important;
  }
  .md\:leading-none {
    line-height: 1 !important;
  }
  .md\:leading-10 {
    line-height: 2.5rem !important;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow) !important;
  }
}
@media (min-width: 1280px) {
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:z-999 {
    z-index: 999 !important;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:h-12 {
    height: 3rem !important;
  }
  .lg\:h-100 {
    height: 25rem !important;
  }
  .lg\:w-12 {
    width: 3rem !important;
  }
  .lg\:w-128 {
    width: 32rem !important;
  }
  .lg\:w-56 {
    width: 14rem !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:min-w-128 {
    min-width: 32rem !important;
  }
  .lg\:min-w-240 {
    min-width: 60rem !important;
  }
  .lg\:min-w-56 {
    min-width: 14rem !important;
  }
  .lg\:min-w-180 {
    min-width: 45rem !important;
  }
  .lg\:max-w-128 {
    max-width: 32rem !important;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !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-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:gap-8 {
    gap: 2rem !important;
  }
  .lg\:gap-x-28 {
    column-gap: 7rem !important;
  }
  .lg\: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;
  }
  .lg\: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;
  }
  .lg\:p-12 {
    padding: 3rem !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1440px) {
  .xl\:flex {
    display: flex !important;
  }
  .xl\:min-w-280 {
    min-width: 70rem !important;
  }
  .xl\:min-w-200 {
    min-width: 50rem !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:text-4xl {
    font-size: 2rem !important;
  }
}

/* src/styles/toastr.scss */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.inline-toast-top-right {
  position: absolute !important;
  right: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 25px 15px 25px 80px;
  width: 400px;
  max-width: 100vw;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 44px;
  box-shadow: 0 0 12px #999999;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 31C20 32.1046 20.8954 33 22 33C23.1046 33 24 32.1046 24 31L24 20C24 18.8954 23.1046 18 22 18C20.8954 18 20 18.8954 20 20L20 31ZM22 15C23.1046 15 24 14.1046 24 13C24 11.8954 23.1046 11 22 11C20.8954 11 20 11.8954 20 13C20 14.1046 20.8954 15 22 15Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-1.5' y1='23.5' x2='48.5' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.239484' stop-color='%233D6BE0'/%3E%3Cstop offset='1' stop-color='%2339C0AE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.toast-info .toast-title {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.toast-info button.toast-close-button {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.toast-error {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23paint0_linear_0_1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4246 14.4246C16.2057 13.6436 17.472 13.6436 18.253 14.4246L30.2739 26.4454C31.0549 27.2265 31.0549 28.4928 30.2739 29.2739C29.4928 30.0549 28.2265 30.0549 27.4454 29.2739L15.4246 17.2531C14.6436 16.472 14.6436 15.2057 15.4246 14.4246Z' fill='white'/%3E%3Cline x1='16.4853' y1='27.5061' x2='28.5061' y2='15.4853' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1' x1='-1.5' y1='23.5' x2='48.5' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.239484' stop-color='%23E0413D'/%3E%3Cstop offset='1' stop-color='%23F5A60C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.toast-error .toast-title {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.toast-error button.toast-close-button {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.toast-success {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23paint0_linear_0_1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.4142 17.2426C35.1953 16.4616 35.1953 15.1953 34.4142 14.4142C33.6332 13.6332 32.3668 13.6332 31.5858 14.4142L19.6465 26.3535L13.4142 20.1213C12.6332 19.3402 11.3668 19.3402 10.5858 20.1213C9.80474 20.9023 9.80474 22.1687 10.5858 22.9497L18.0858 30.4497C18.5733 30.9373 19.25 31.1205 19.8796 30.9994C20.3743 30.9868 20.8651 30.7917 21.2426 30.4142L34.4142 17.2426Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1' x1='-1.5' y1='23.5' x2='48.5' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.239484' stop-color='%2399CC58'/%3E%3Cstop offset='1' stop-color='%231FBDC5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.toast-success .toast-title {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.toast-success button.toast-close-button {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.toast-warning {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 13C24 11.8954 23.1046 11 22 11C20.8954 11 20 11.8954 20 13V27C20 28.1046 20.8954 29 22 29C23.1046 29 24 28.1046 24 27V13ZM22 32C20.8954 32 20 32.8954 20 34C20 35.1046 20.8954 36 22 36C23.1046 36 24 35.1046 24 34C24 32.8954 23.1046 32 22 32Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-1.5' y1='23.5' x2='48.5' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.239484' stop-color='%23F29713'/%3E%3Cstop offset='1' stop-color='%23F1F50C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.toast-warning .toast-title {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.toast-warning button.toast-close-button {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.toast-error {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.toast-info {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}
.toast-warning {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity)) !important;
  border-left-width: 8px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/styles/datatable.scss */
.ngx-datatable.material {
  background: var(--fuse-bg-card);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: var(--fuse-bg-hover);
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: var(--fuse-bg-card);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: var(--fuse-bg-card);
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  background-color: var(--fuse-bg-card);
  color: var(--fuse-text-default);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #d9d8d9;
  border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: var(--fuse-text-default);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: var(--fuse-text-default);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: rgb(170, 209, 249);
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  background-color: rgb(16, 108, 200);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: var(--fuse-text-secondary);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: var(--fuse-text-disabled) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: var(--fuse-text-secondary);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-6EC4HMSP.css.map */
