/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url('MaterialIcons-Regular.woff2') format("woff2"), url('MaterialIcons-Regular.woff') format("woff"), url('MaterialIcons-Regular.ttf') format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

html {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}

html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}

html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}

html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}

html {
  color-scheme: light;
}
html {
  --mat-sys-background: #faf8fe;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f1f0f5;
  --mat-sys-inverse-primary: #afc6ff;
  --mat-sys-inverse-surface: #2f3034;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #2c4679;
  --mat-sys-on-primary-fixed: #001a43;
  --mat-sys-on-primary-fixed-variant: #2c4679;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #8f0f1a;
  --mat-sys-on-secondary-fixed: #410005;
  --mat-sys-on-secondary-fixed-variant: #8f0f1a;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474f;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #93000d;
  --mat-sys-on-tertiary-fixed: #410002;
  --mat-sys-on-tertiary-fixed-variant: #93000d;
  --mat-sys-outline: #747780;
  --mat-sys-outline-variant: #c4c6d1;
  --mat-sys-primary: #455d93;
  --mat-sys-primary-container: #d9e2ff;
  --mat-sys-primary-fixed: #d9e2ff;
  --mat-sys-primary-fixed-dim: #afc6ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #b12b2e;
  --mat-sys-secondary-container: #ffdad7;
  --mat-sys-secondary-fixed: #ffdad7;
  --mat-sys-secondary-fixed-dim: #ffb3ae;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf8fe;
  --mat-sys-surface-bright: #faf8fe;
  --mat-sys-surface-container: #efedf2;
  --mat-sys-surface-container-high: #e9e7ec;
  --mat-sys-surface-container-highest: #e3e2e7;
  --mat-sys-surface-container-low: #f4f3f8;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dad9de;
  --mat-sys-surface-tint: #455d93;
  --mat-sys-surface-variant: #e0e2ed;
  --mat-sys-tertiary: #bb171c;
  --mat-sys-tertiary-container: #ffdad6;
  --mat-sys-tertiary-fixed: #ffdad6;
  --mat-sys-tertiary-fixed-dim: #ffb4ac;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0: 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);
}
html {
  --mat-sys-level1: 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);
}
html {
  --mat-sys-level2: 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);
}
html {
  --mat-sys-level3: 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);
}
html {
  --mat-sys-level4: 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);
}
html {
  --mat-sys-level5: 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);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html .ng-mat-dark-theme {
  color-scheme: dark;
}
html .ng-mat-dark-theme {
  --mat-app-background-color: #121317;
  --mat-app-text-color: #e3e2e7;
  --mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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);
  --mat-app-elevation-shadow-level-2: 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);
  --mat-app-elevation-shadow-level-3: 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);
  --mat-app-elevation-shadow-level-4: 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);
  --mat-app-elevation-shadow-level-5: 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);
  --mat-app-elevation-shadow-level-6: 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);
  --mat-app-elevation-shadow-level-7: 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);
  --mat-app-elevation-shadow-level-8: 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);
  --mat-app-elevation-shadow-level-9: 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);
  --mat-app-elevation-shadow-level-10: 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);
  --mat-app-elevation-shadow-level-11: 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);
  --mat-app-elevation-shadow-level-12: 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);
  --mat-app-elevation-shadow-level-13: 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);
  --mat-app-elevation-shadow-level-14: 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);
  --mat-app-elevation-shadow-level-15: 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);
  --mat-app-elevation-shadow-level-16: 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);
  --mat-app-elevation-shadow-level-17: 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);
  --mat-app-elevation-shadow-level-18: 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);
  --mat-app-elevation-shadow-level-19: 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);
  --mat-app-elevation-shadow-level-20: 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);
  --mat-app-elevation-shadow-level-21: 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);
  --mat-app-elevation-shadow-level-22: 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);
  --mat-app-elevation-shadow-level-23: 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);
  --mat-app-elevation-shadow-level-24: 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);
}
html .ng-mat-dark-theme {
  --mat-ripple-color: rgba(227, 226, 231, 0.1);
}
html .ng-mat-dark-theme {
  --mat-option-selected-state-label-text-color: #ffdad7;
  --mat-option-label-text-color: #e3e2e7;
  --mat-option-hover-state-layer-color: rgba(227, 226, 231, 0.08);
  --mat-option-focus-state-layer-color: rgba(227, 226, 231, 0.12);
  --mat-option-selected-state-layer-color: #8f0f1a;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
}
html .ng-mat-dark-theme {
  --mat-optgroup-label-text-color: #e0e2ed;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
}
html .ng-mat-dark-theme {
  --mat-full-pseudo-checkbox-selected-icon-color: #afc6ff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #112f61;
  --mat-full-pseudo-checkbox-unselected-icon-color: #e0e2ed;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #121317;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(227, 226, 231, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(227, 226, 231, 0.38);
}
html .ng-mat-dark-theme {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #afc6ff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(227, 226, 231, 0.38);
}
html .ng-mat-dark-theme {
  --mdc-elevated-card-container-color: #1a1b1f;
  --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-elevated-card-container-shape: 12px;
}
html .ng-mat-dark-theme {
  --mdc-outlined-card-container-color: #121317;
  --mdc-outlined-card-outline-color: #44474f;
  --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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
}
html .ng-mat-dark-theme {
  --mat-card-subtitle-text-color: #e3e2e7;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
}
html .ng-mat-dark-theme {
  --mdc-linear-progress-active-indicator-color: #afc6ff;
  --mdc-linear-progress-track-color: #44474f;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html .ng-mat-dark-theme {
  --mdc-plain-tooltip-container-color: #e3e2e7;
  --mdc-plain-tooltip-supporting-text-color: #2f3034;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
}
html .ng-mat-dark-theme {
  --mdc-filled-text-field-caret-color: #afc6ff;
  --mdc-filled-text-field-focus-active-indicator-color: #afc6ff;
  --mdc-filled-text-field-focus-label-text-color: #afc6ff;
  --mdc-filled-text-field-container-color: #44474f;
  --mdc-filled-text-field-disabled-container-color: rgba(227, 226, 231, 0.04);
  --mdc-filled-text-field-label-text-color: #e0e2ed;
  --mdc-filled-text-field-hover-label-text-color: #e0e2ed;
  --mdc-filled-text-field-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-filled-text-field-input-text-color: #e3e2e7;
  --mdc-filled-text-field-disabled-input-text-color: rgba(227, 226, 231, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #e0e2ed;
  --mdc-filled-text-field-error-hover-label-text-color: #ffdad6;
  --mdc-filled-text-field-error-focus-label-text-color: #ffb4ab;
  --mdc-filled-text-field-error-label-text-color: #ffb4ab;
  --mdc-filled-text-field-active-indicator-color: #e0e2ed;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(227, 226, 231, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #e3e2e7;
  --mdc-filled-text-field-error-active-indicator-color: #ffb4ab;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ffb4ab;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ffdad6;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html .ng-mat-dark-theme {
  --mdc-outlined-text-field-caret-color: #afc6ff;
  --mdc-outlined-text-field-focus-outline-color: #afc6ff;
  --mdc-outlined-text-field-focus-label-text-color: #afc6ff;
  --mdc-outlined-text-field-label-text-color: #e0e2ed;
  --mdc-outlined-text-field-hover-label-text-color: #e3e2e7;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-outlined-text-field-input-text-color: #e3e2e7;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(227, 226, 231, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #e0e2ed;
  --mdc-outlined-text-field-error-focus-label-text-color: #ffb4ab;
  --mdc-outlined-text-field-error-label-text-color: #ffb4ab;
  --mdc-outlined-text-field-error-hover-label-text-color: #ffdad6;
  --mdc-outlined-text-field-outline-color: #8e909a;
  --mdc-outlined-text-field-disabled-outline-color: rgba(227, 226, 231, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #e3e2e7;
  --mdc-outlined-text-field-error-focus-outline-color: #ffb4ab;
  --mdc-outlined-text-field-error-hover-outline-color: #ffdad6;
  --mdc-outlined-text-field-error-outline-color: #ffb4ab;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html .ng-mat-dark-theme {
  --mat-form-field-focus-select-arrow-color: #afc6ff;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(227, 226, 231, 0.38);
  --mat-form-field-state-layer-color: #e3e2e7;
  --mat-form-field-error-text-color: #ffb4ab;
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-select-disabled-option-text-color: rgba(26, 27, 31, 0.38);
  --mat-form-field-leading-icon-color: #e0e2ed;
  --mat-form-field-disabled-leading-icon-color: rgba(227, 226, 231, 0.38);
  --mat-form-field-trailing-icon-color: #e0e2ed;
  --mat-form-field-disabled-trailing-icon-color: rgba(227, 226, 231, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #ffb4ab;
  --mat-form-field-error-hover-trailing-icon-color: #ffdad6;
  --mat-form-field-error-trailing-icon-color: #ffb4ab;
  --mat-form-field-enabled-select-arrow-color: #e0e2ed;
  --mat-form-field-disabled-select-arrow-color: rgba(227, 226, 231, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
}
html .ng-mat-dark-theme {
  --mat-select-panel-background-color: #1e1f23;
  --mat-select-enabled-trigger-text-color: #e3e2e7;
  --mat-select-disabled-trigger-text-color: rgba(227, 226, 231, 0.38);
  --mat-select-placeholder-text-color: #e0e2ed;
  --mat-select-enabled-arrow-color: #e0e2ed;
  --mat-select-disabled-arrow-color: rgba(227, 226, 231, 0.38);
  --mat-select-focused-arrow-color: #afc6ff;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-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);
}
html .ng-mat-dark-theme {
  --mat-autocomplete-background-color: #1e1f23;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-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);
}
html .ng-mat-dark-theme {
  --mdc-dialog-container-color: #121317;
  --mdc-dialog-subhead-color: #e3e2e7;
  --mdc-dialog-supporting-text-color: #e0e2ed;
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
}
html .ng-mat-dark-theme {
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
}
html .ng-mat-dark-theme {
  --mdc-chip-outline-color: #8e909a;
  --mdc-chip-disabled-outline-color: rgba(227, 226, 231, 0.12);
  --mdc-chip-focus-outline-color: #e0e2ed;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-chip-elevated-selected-container-color: #8f0f1a;
  --mdc-chip-flat-disabled-selected-container-color: rgba(227, 226, 231, 0.12);
  --mdc-chip-focus-state-layer-color: #e0e2ed;
  --mdc-chip-hover-state-layer-color: #e0e2ed;
  --mdc-chip-selected-hover-state-layer-color: #ffdad7;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #ffdad7;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #e0e2ed;
  --mdc-chip-selected-label-text-color: #ffdad7;
  --mdc-chip-with-icon-icon-color: #e0e2ed;
  --mdc-chip-with-icon-disabled-icon-color: #e3e2e7;
  --mdc-chip-with-icon-selected-icon-color: #ffdad7;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e2e7;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #e0e2ed;
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
}
html .ng-mat-dark-theme {
  --mat-chip-trailing-action-state-layer-color: #e0e2ed;
  --mat-chip-selected-trailing-action-state-layer-color: #ffdad7;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #e3e2e7;
  --mat-chip-selected-trailing-icon-color: #ffdad7;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
}
html .ng-mat-dark-theme {
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #afc6ff;
  --mdc-switch-selected-handle-color: #112f61;
  --mdc-switch-selected-hover-state-layer-color: #afc6ff;
  --mdc-switch-selected-pressed-state-layer-color: #afc6ff;
  --mdc-switch-selected-focus-handle-color: #2c4679;
  --mdc-switch-selected-hover-handle-color: #2c4679;
  --mdc-switch-selected-pressed-handle-color: #2c4679;
  --mdc-switch-selected-focus-track-color: #afc6ff;
  --mdc-switch-selected-hover-track-color: #afc6ff;
  --mdc-switch-selected-pressed-track-color: #afc6ff;
  --mdc-switch-selected-track-color: #afc6ff;
  --mdc-switch-disabled-selected-handle-color: #121317;
  --mdc-switch-disabled-selected-icon-color: #e3e2e7;
  --mdc-switch-disabled-selected-track-color: #e3e2e7;
  --mdc-switch-disabled-unselected-handle-color: #e3e2e7;
  --mdc-switch-disabled-unselected-icon-color: #44474f;
  --mdc-switch-disabled-unselected-track-color: #44474f;
  --mdc-switch-selected-icon-color: #d9e2ff;
  --mdc-switch-unselected-focus-handle-color: #e0e2ed;
  --mdc-switch-unselected-focus-state-layer-color: #e3e2e7;
  --mdc-switch-unselected-focus-track-color: #44474f;
  --mdc-switch-unselected-handle-color: #8e909a;
  --mdc-switch-unselected-hover-handle-color: #e0e2ed;
  --mdc-switch-unselected-hover-state-layer-color: #e3e2e7;
  --mdc-switch-unselected-hover-track-color: #44474f;
  --mdc-switch-unselected-icon-color: #44474f;
  --mdc-switch-unselected-pressed-handle-color: #e0e2ed;
  --mdc-switch-unselected-pressed-state-layer-color: #e3e2e7;
  --mdc-switch-unselected-pressed-track-color: #44474f;
  --mdc-switch-unselected-track-color: #44474f;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
}
html .ng-mat-dark-theme {
  --mat-switch-track-outline-color: #8e909a;
  --mat-switch-disabled-unselected-track-outline-color: #e3e2e7;
  --mat-switch-label-text-color: #e3e2e7;
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
}
html .ng-mat-dark-theme {
  --mdc-radio-disabled-selected-icon-color: #e3e2e7;
  --mdc-radio-disabled-unselected-icon-color: #e3e2e7;
  --mdc-radio-unselected-hover-icon-color: #e3e2e7;
  --mdc-radio-unselected-focus-icon-color: #e3e2e7;
  --mdc-radio-unselected-icon-color: #e0e2ed;
  --mdc-radio-unselected-pressed-icon-color: #e3e2e7;
  --mdc-radio-selected-focus-icon-color: #afc6ff;
  --mdc-radio-selected-hover-icon-color: #afc6ff;
  --mdc-radio-selected-icon-color: #afc6ff;
  --mdc-radio-selected-pressed-icon-color: #afc6ff;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
}
html .ng-mat-dark-theme {
  --mat-radio-ripple-color: #e3e2e7;
  --mat-radio-checked-ripple-color: #afc6ff;
  --mat-radio-disabled-label-color: rgba(227, 226, 231, 0.38);
  --mat-radio-label-text-color: #e3e2e7;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
}
html .ng-mat-dark-theme {
  --mdc-slider-handle-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-slider-handle-color: #afc6ff;
  --mdc-slider-focus-handle-color: #afc6ff;
  --mdc-slider-hover-handle-color: #afc6ff;
  --mdc-slider-active-track-color: #afc6ff;
  --mdc-slider-inactive-track-color: #44474f;
  --mdc-slider-with-tick-marks-inactive-container-color: #e0e2ed;
  --mdc-slider-with-tick-marks-active-container-color: #112f61;
  --mdc-slider-disabled-active-track-color: #e3e2e7;
  --mdc-slider-disabled-handle-color: #e3e2e7;
  --mdc-slider-disabled-inactive-track-color: #e3e2e7;
  --mdc-slider-label-container-color: #afc6ff;
  --mdc-slider-label-label-text-color: #112f61;
  --mdc-slider-with-overlap-handle-outline-color: #112f61;
  --mdc-slider-with-tick-marks-disabled-container-color: #e3e2e7;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
}
html .ng-mat-dark-theme {
  --mat-slider-ripple-color: #afc6ff;
  --mat-slider-hover-state-layer-color: rgba(175, 198, 255, 0.05);
  --mat-slider-focus-state-layer-color: rgba(175, 198, 255, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
}
html .ng-mat-dark-theme {
  --mat-menu-item-label-text-color: #e3e2e7;
  --mat-menu-item-icon-color: #e0e2ed;
  --mat-menu-item-hover-state-layer-color: rgba(227, 226, 231, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(227, 226, 231, 0.12);
  --mat-menu-container-color: #1e1f23;
  --mat-menu-divider-color: #44474f;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-elevation-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);
}
html .ng-mat-dark-theme {
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #2c4679;
  --mdc-list-list-item-disabled-state-layer-color: #e3e2e7;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #e3e2e7;
  --mdc-list-list-item-supporting-text-color: #e0e2ed;
  --mdc-list-list-item-leading-icon-color: #e0e2ed;
  --mdc-list-list-item-trailing-supporting-text-color: #e0e2ed;
  --mdc-list-list-item-trailing-icon-color: #e0e2ed;
  --mdc-list-list-item-selected-trailing-icon-color: #afc6ff;
  --mdc-list-list-item-disabled-label-text-color: #e3e2e7;
  --mdc-list-list-item-disabled-leading-icon-color: #e3e2e7;
  --mdc-list-list-item-disabled-trailing-icon-color: #e3e2e7;
  --mdc-list-list-item-hover-label-text-color: #e3e2e7;
  --mdc-list-list-item-focus-label-text-color: #e3e2e7;
  --mdc-list-list-item-hover-state-layer-color: #e3e2e7;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #e3e2e7;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html .ng-mat-dark-theme {
  --mat-list-active-indicator-color: #8f0f1a;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
}
html .ng-mat-dark-theme {
  --mat-paginator-container-text-color: #e3e2e7;
  --mat-paginator-container-background-color: #121317;
  --mat-paginator-enabled-icon-color: #e0e2ed;
  --mat-paginator-disabled-icon-color: rgba(227, 226, 231, 0.38);
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html .ng-mat-dark-theme {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html .ng-mat-dark-theme {
  --mdc-tab-indicator-active-indicator-color: #afc6ff;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html .ng-mat-dark-theme {
  --mat-tab-header-divider-color: #44474f;
  --mat-tab-header-pagination-icon-color: #e3e2e7;
  --mat-tab-header-inactive-label-text-color: #e3e2e7;
  --mat-tab-header-active-label-text-color: #e3e2e7;
  --mat-tab-header-active-ripple-color: #e3e2e7;
  --mat-tab-header-inactive-ripple-color: #e3e2e7;
  --mat-tab-header-inactive-focus-label-text-color: #e3e2e7;
  --mat-tab-header-inactive-hover-label-text-color: #e3e2e7;
  --mat-tab-header-active-focus-label-text-color: #e3e2e7;
  --mat-tab-header-active-hover-label-text-color: #e3e2e7;
  --mat-tab-header-active-focus-indicator-color: #afc6ff;
  --mat-tab-header-active-hover-indicator-color: #afc6ff;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
}
html .ng-mat-dark-theme {
  --mdc-checkbox-disabled-selected-checkmark-color: #121317;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #afc6ff;
  --mdc-checkbox-disabled-selected-icon-color: rgba(227, 226, 231, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(227, 226, 231, 0.38);
  --mdc-checkbox-selected-checkmark-color: #112f61;
  --mdc-checkbox-selected-focus-icon-color: #afc6ff;
  --mdc-checkbox-selected-hover-icon-color: #afc6ff;
  --mdc-checkbox-selected-icon-color: #afc6ff;
  --mdc-checkbox-unselected-focus-icon-color: #e3e2e7;
  --mdc-checkbox-unselected-hover-icon-color: #e3e2e7;
  --mdc-checkbox-unselected-icon-color: #e0e2ed;
  --mdc-checkbox-selected-focus-state-layer-color: #afc6ff;
  --mdc-checkbox-selected-hover-state-layer-color: #afc6ff;
  --mdc-checkbox-selected-pressed-state-layer-color: #e3e2e7;
  --mdc-checkbox-unselected-focus-state-layer-color: #e3e2e7;
  --mdc-checkbox-unselected-hover-state-layer-color: #e3e2e7;
  --mdc-checkbox-unselected-pressed-state-layer-color: #afc6ff;
  --mdc-checkbox-state-layer-size: 40px;
}
html .ng-mat-dark-theme {
  --mat-checkbox-disabled-label-color: rgba(227, 226, 231, 0.38);
  --mat-checkbox-label-text-color: #e3e2e7;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
}
html .ng-mat-dark-theme {
  --mdc-text-button-label-text-color: #afc6ff;
  --mdc-text-button-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
}
html .ng-mat-dark-theme {
  --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-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);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color: #121317;
  --mdc-protected-button-label-text-color: #afc6ff;
  --mdc-protected-button-disabled-container-color: rgba(227, 226, 231, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
}
html .ng-mat-dark-theme {
  --mdc-filled-button-container-color: #afc6ff;
  --mdc-filled-button-label-text-color: #112f61;
  --mdc-filled-button-disabled-container-color: rgba(227, 226, 231, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
}
html .ng-mat-dark-theme {
  --mdc-outlined-button-disabled-outline-color: rgba(227, 226, 231, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(227, 226, 231, 0.38);
  --mdc-outlined-button-label-text-color: #afc6ff;
  --mdc-outlined-button-outline-color: #8e909a;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
}
html .ng-mat-dark-theme {
  --mat-text-button-state-layer-color: #afc6ff;
  --mat-text-button-disabled-state-layer-color: #e0e2ed;
  --mat-text-button-ripple-color: rgba(175, 198, 255, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
}
html .ng-mat-dark-theme {
  --mat-protected-button-state-layer-color: #afc6ff;
  --mat-protected-button-disabled-state-layer-color: #e0e2ed;
  --mat-protected-button-ripple-color: rgba(175, 198, 255, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
}
html .ng-mat-dark-theme {
  --mat-filled-button-state-layer-color: #112f61;
  --mat-filled-button-disabled-state-layer-color: #e0e2ed;
  --mat-filled-button-ripple-color: rgba(17, 47, 97, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
}
html .ng-mat-dark-theme {
  --mat-outlined-button-state-layer-color: #afc6ff;
  --mat-outlined-button-disabled-state-layer-color: #e0e2ed;
  --mat-outlined-button-ripple-color: rgba(175, 198, 255, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
}
html .ng-mat-dark-theme {
  --mdc-icon-button-icon-color: #e0e2ed;
  --mdc-icon-button-disabled-icon-color: rgba(227, 226, 231, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
}
html .ng-mat-dark-theme {
  --mat-icon-button-state-layer-color: #e0e2ed;
  --mat-icon-button-disabled-state-layer-color: #e0e2ed;
  --mat-icon-button-ripple-color: rgba(224, 226, 237, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
}
html .ng-mat-dark-theme {
  --mdc-extended-fab-container-elevation-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);
  --mdc-extended-fab-focus-container-elevation-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);
  --mdc-extended-fab-hover-container-elevation-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);
  --mdc-extended-fab-pressed-container-elevation-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);
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
}
html .ng-mat-dark-theme {
  --mdc-fab-container-elevation-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);
  --mdc-fab-focus-container-elevation-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);
  --mdc-fab-hover-container-elevation-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);
  --mdc-fab-pressed-container-elevation-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);
  --mdc-fab-container-color: #2c4679;
  --mdc-fab-container-shape: 16px;
}
html .ng-mat-dark-theme {
  --mdc-fab-small-container-elevation-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);
  --mdc-fab-small-focus-container-elevation-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);
  --mdc-fab-small-hover-container-elevation-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);
  --mdc-fab-small-pressed-container-elevation-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);
  --mdc-fab-small-container-color: #2c4679;
  --mdc-fab-small-container-shape: 12px;
}
html .ng-mat-dark-theme {
  --mat-fab-foreground-color: #d9e2ff;
  --mat-fab-state-layer-color: #d9e2ff;
  --mat-fab-ripple-color: rgba(217, 226, 255, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(227, 226, 231, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(227, 226, 231, 0.38);
  --mat-fab-touch-target-display: block;
}
html .ng-mat-dark-theme {
  --mat-fab-small-foreground-color: #d9e2ff;
  --mat-fab-small-state-layer-color: #d9e2ff;
  --mat-fab-small-ripple-color: rgba(217, 226, 255, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(227, 226, 231, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(227, 226, 231, 0.38);
}
html .ng-mat-dark-theme {
  --mdc-snackbar-container-color: #e3e2e7;
  --mdc-snackbar-supporting-text-color: #2f3034;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
}
html .ng-mat-dark-theme {
  --mat-snack-bar-button-color: #455d93;
}
html .ng-mat-dark-theme {
  --mat-table-background-color: #121317;
  --mat-table-header-headline-color: #e3e2e7;
  --mat-table-row-item-label-text-color: #e3e2e7;
  --mat-table-row-item-outline-color: #8e909a;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
}
html .ng-mat-dark-theme {
  --mdc-circular-progress-active-indicator-color: #afc6ff;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html .ng-mat-dark-theme {
  --mat-badge-background-color: #ffb4ab;
  --mat-badge-text-color: #690005;
  --mat-badge-disabled-state-background-color: rgba(255, 180, 171, 0.38);
  --mat-badge-disabled-state-text-color: #690005;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
}
html .ng-mat-dark-theme {
  --mat-bottom-sheet-container-text-color: #e3e2e7;
  --mat-bottom-sheet-container-background-color: #1a1b1f;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
}
html .ng-mat-dark-theme {
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #e3e2e7;
  --mat-standard-button-toggle-state-layer-color: #e3e2e7;
  --mat-standard-button-toggle-selected-state-background-color: #8f0f1a;
  --mat-standard-button-toggle-selected-state-text-color: #ffdad7;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(227, 226, 231, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(227, 226, 231, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(227, 226, 231, 0.12);
  --mat-standard-button-toggle-divider-color: #8e909a;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 28px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
}
html .ng-mat-dark-theme {
  --mat-datepicker-calendar-date-selected-state-text-color: #112f61;
  --mat-datepicker-calendar-date-selected-state-background-color: #afc6ff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(227, 226, 231, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #afc6ff;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(227, 226, 231, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(227, 226, 231, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #e0e2ed;
  --mat-datepicker-calendar-date-in-range-state-background-color: #2c4679;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #93000d;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #8f0f1a;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #ffb3ae;
  --mat-datepicker-toggle-icon-color: #e0e2ed;
  --mat-datepicker-calendar-body-label-text-color: #e3e2e7;
  --mat-datepicker-calendar-period-button-text-color: #e0e2ed;
  --mat-datepicker-calendar-period-button-icon-color: #e0e2ed;
  --mat-datepicker-calendar-navigation-button-icon-color: #e0e2ed;
  --mat-datepicker-calendar-header-text-color: #e0e2ed;
  --mat-datepicker-calendar-date-today-outline-color: #afc6ff;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(227, 226, 231, 0.38);
  --mat-datepicker-calendar-date-text-color: #e3e2e7;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(227, 226, 231, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #afc6ff;
  --mat-datepicker-range-input-separator-color: #e3e2e7;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(227, 226, 231, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(227, 226, 231, 0.38);
  --mat-datepicker-calendar-container-background-color: #292a2e;
  --mat-datepicker-calendar-container-text-color: #e3e2e7;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-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);
  --mat-datepicker-calendar-container-touch-elevation-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);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
}
html .ng-mat-dark-theme {
  --mat-divider-color: #8e909a;
  --mat-divider-width: 1px;
}
html .ng-mat-dark-theme {
  --mat-expansion-container-background-color: #121317;
  --mat-expansion-container-text-color: #e3e2e7;
  --mat-expansion-actions-divider-color: #8e909a;
  --mat-expansion-header-hover-state-layer-color: rgba(227, 226, 231, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(227, 226, 231, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(227, 226, 231, 0.38);
  --mat-expansion-header-text-color: #e3e2e7;
  --mat-expansion-header-description-color: #e0e2ed;
  --mat-expansion-header-indicator-color: #e0e2ed;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
}
html .ng-mat-dark-theme {
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
}
html .ng-mat-dark-theme {
  --mat-icon-color: inherit;
}
html .ng-mat-dark-theme {
  --mat-sidenav-container-background-color: #121317;
  --mat-sidenav-container-text-color: #e0e2ed;
  --mat-sidenav-content-background-color: #121317;
  --mat-sidenav-content-text-color: #e3e2e7;
  --mat-sidenav-scrim-color: rgba(45, 48, 56, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html .ng-mat-dark-theme {
  --mat-stepper-header-icon-foreground-color: #121317;
  --mat-stepper-header-selected-state-icon-background-color: #afc6ff;
  --mat-stepper-header-selected-state-icon-foreground-color: #112f61;
  --mat-stepper-header-edit-state-icon-background-color: #afc6ff;
  --mat-stepper-header-edit-state-icon-foreground-color: #112f61;
  --mat-stepper-container-color: #121317;
  --mat-stepper-line-color: #8e909a;
  --mat-stepper-header-hover-state-layer-color: rgba(227, 226, 231, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(227, 226, 231, 0.12);
  --mat-stepper-header-label-text-color: #e0e2ed;
  --mat-stepper-header-optional-label-text-color: #e0e2ed;
  --mat-stepper-header-selected-state-label-text-color: #e0e2ed;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-icon-background-color: #e0e2ed;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .ng-mat-dark-theme {
  --mat-sort-arrow-color: #e3e2e7;
}
html .ng-mat-dark-theme {
  --mat-toolbar-container-background-color: #121317;
  --mat-toolbar-container-text-color: #e3e2e7;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html .ng-mat-dark-theme {
  --mat-tree-container-background-color: #121317;
  --mat-tree-node-text-color: #e3e2e7;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
}
html .ng-mat-dark-theme {
  --mat-timepicker-container-background-color: #1e1f23;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-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);
}
html .ng-mat-dark-theme {
  --mat-sys-background: #121317;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #2f3034;
  --mat-sys-inverse-primary: #455d93;
  --mat-sys-inverse-surface: #e3e2e7;
  --mat-sys-on-background: #e3e2e7;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #112f61;
  --mat-sys-on-primary-container: #d9e2ff;
  --mat-sys-on-primary-fixed: #001a43;
  --mat-sys-on-primary-fixed-variant: #2c4679;
  --mat-sys-on-secondary: #68000c;
  --mat-sys-on-secondary-container: #ffdad7;
  --mat-sys-on-secondary-fixed: #410005;
  --mat-sys-on-secondary-fixed-variant: #8f0f1a;
  --mat-sys-on-surface: #e3e2e7;
  --mat-sys-on-surface-variant: #e0e2ed;
  --mat-sys-on-tertiary: #690006;
  --mat-sys-on-tertiary-container: #ffdad6;
  --mat-sys-on-tertiary-fixed: #410002;
  --mat-sys-on-tertiary-fixed-variant: #93000d;
  --mat-sys-outline: #8e909a;
  --mat-sys-outline-variant: #44474f;
  --mat-sys-primary: #afc6ff;
  --mat-sys-primary-container: #2c4679;
  --mat-sys-primary-fixed: #d9e2ff;
  --mat-sys-primary-fixed-dim: #afc6ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #ffb3ae;
  --mat-sys-secondary-container: #8f0f1a;
  --mat-sys-secondary-fixed: #ffdad7;
  --mat-sys-secondary-fixed-dim: #ffb3ae;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #121317;
  --mat-sys-surface-bright: #38393d;
  --mat-sys-surface-container: #1e1f23;
  --mat-sys-surface-container-high: #292a2e;
  --mat-sys-surface-container-highest: #343539;
  --mat-sys-surface-container-low: #1a1b1f;
  --mat-sys-surface-container-lowest: #0d0e12;
  --mat-sys-surface-dim: #121317;
  --mat-sys-surface-tint: #afc6ff;
  --mat-sys-surface-variant: #44474f;
  --mat-sys-tertiary: #ffb4ac;
  --mat-sys-tertiary-container: #93000d;
  --mat-sys-tertiary-fixed: #ffdad6;
  --mat-sys-tertiary-fixed-dim: #ffb4ac;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html .ng-mat-dark-theme {
  --mat-sys-level0: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-level1: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-level2: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-level3: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-level4: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-level5: 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);
}
html .ng-mat-dark-theme {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html .ng-mat-dark-theme {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html .ng-mat-dark-theme {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html .ng-mat-dark-theme {
  --mdc-filled-button-label-text-color: white;
}

body.angus-theme button.mat-primary {
  --mdc-filled-button-container-color: var(--angus-primary-color);
}
body.angus-theme button.mat-primary {
  --mdc-filled-button-label-text-color: white;
}
body.angus-theme button.mat-primary {
  --mdc-protected-button-container-color: var(--angus-primary-color);
}
body.angus-theme button.mat-primary {
  --mdc-protected-button-label-text-color: white;
}
body.angus-theme button.mat-secondary, body.angus-theme button.mat-tertiary, body.angus-theme button.mat-error {
  --mdc-filled-button-container-color: var(--angus-secondary-color);
}
body.angus-theme button.mat-secondary, body.angus-theme button.mat-tertiary, body.angus-theme button.mat-error {
  --mdc-filled-button-label-text-color: white;
}
body.angus-theme button.mat-secondary, body.angus-theme button.mat-tertiary, body.angus-theme button.mat-error {
  --mdc-protected-button-container-color: var(--angus-secondary-color);
}
body.angus-theme button.mat-secondary, body.angus-theme button.mat-tertiary, body.angus-theme button.mat-error {
  --mdc-protected-button-label-text-color: white;
}
body.angus-theme button.mat-white {
  --mdc-filled-button-container-color: white;
}
body.angus-theme button.mat-white {
  --mdc-filled-button-label-text-color: var(--angus-secondary-color);
}
body.angus-theme button.mat-white {
  --mdc-protected-button-container-color: white;
}
body.angus-theme button.mat-white {
  --mdc-protected-button-label-text-color: var(--angus-secondary-color);
}

/*
    2019-02-04:OGUZ/TOLGA:Uygulama bazında default bir fontun başka css'lerde de kolayca kullanılabilmesi için..
*/
.jsoneditor, .jsoneditor-modal {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.jsoneditor input, .jsoneditor input:not([type]), .jsoneditor input[type=search], .jsoneditor input[type=text], .jsoneditor-modal input, .jsoneditor-modal input:not([type]), .jsoneditor-modal input[type=search], .jsoneditor-modal input[type=text] {
  height: auto;
  border: inherit;
  box-shadow: none;
  font-size: inherit;
  box-sizing: inherit;
  padding: inherit;
  font-family: inherit;
  transition: none;
  line-height: inherit;
}

.jsoneditor input:focus, .jsoneditor input:not([type]):focus, .jsoneditor input[type=search]:focus, .jsoneditor input[type=text]:focus, .jsoneditor-modal input:focus, .jsoneditor-modal input:not([type]):focus, .jsoneditor-modal input[type=search]:focus, .jsoneditor-modal input[type=text]:focus {
  border: inherit;
  box-shadow: inherit;
}

.jsoneditor textarea, .jsoneditor-modal textarea {
  height: inherit;
}

.jsoneditor select, .jsoneditor-modal select {
  display: inherit;
  height: inherit;
}

.jsoneditor label, .jsoneditor-modal label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.jsoneditor table, .jsoneditor-modal table {
  border-collapse: collapse;
  width: auto;
}

.jsoneditor td, .jsoneditor th, .jsoneditor-modal td, .jsoneditor-modal th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family: consolas, menlo, monaco, "Ubuntu Mono", source-code-pro, monospace;
  font-size: 14px;
}

.jsoneditor .autocomplete.dropdown .item {
  color: #1a1a1a;
}

.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ebebeb;
}

.jsoneditor .autocomplete.hint {
  color: #a1a1a1;
  top: 4px;
  left: 4px;
}

.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 2;
}

.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: 0 0;
  font-size: 14px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  transition: all 0.3s ease-out;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url('jsoneditor-icons.svg');
  background-position: 0 -72px;
}

.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url('jsoneditor-icons.svg');
}

.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}

.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}

.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}

.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}

.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}

.jsoneditor-contextmenu li, .jsoneditor-contextmenu ul {
  box-sizing: content-box;
  position: relative;
}

.jsoneditor-contextmenu .jsoneditor-menu button:focus, .jsoneditor-contextmenu .jsoneditor-menu button:hover {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected, .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus, .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover {
  color: #fff;
  background-color: #ee422e;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus, .jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover {
  background-color: #f5f5f5;
}

.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  color: #4d4d4d;
  line-height: 1.3em;
}

.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #fff;
}

.jsoneditor-modal table {
  width: 100%;
}

.jsoneditor-modal table td {
  padding: 3px 0;
}

.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

.jsoneditor-modal table th {
  vertical-align: middle;
}

.jsoneditor-modal p:first-child {
  margin-top: 0;
}

.jsoneditor-modal a {
  color: #3883fa;
}

.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}

.jsoneditor-modal .pico-close {
  background: 0 0 !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #fff;
}

.jsoneditor-modal input {
  padding: 4px;
}

.jsoneditor-modal input[type=text] {
  cursor: inherit;
}

.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: grey;
}

.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 14px;
  line-height: 1.5em;
}

.jsoneditor-modal select::-ms-expand {
  display: none;
}

.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}

.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: 700;
  color: #1e90ff;
  margin-top: 20px;
  margin-bottom: 5px;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
  border-collapse: collapse;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

.jsoneditor-modal table td, .jsoneditor-modal table th {
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
}

.jsoneditor-modal #query, .jsoneditor-modal input, .jsoneditor-modal input[type=text], .jsoneditor-modal input[type=text]:focus, .jsoneditor-modal select, .jsoneditor-modal textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

.jsoneditor-modal #query, .jsoneditor-modal textarea {
  border-radius: unset;
}

.jsoneditor-modal, .jsoneditor-modal #query, .jsoneditor-modal input, .jsoneditor-modal input[type=text], .jsoneditor-modal option, .jsoneditor-modal select, .jsoneditor-modal table td, .jsoneditor-modal table th, .jsoneditor-modal textarea {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

.jsoneditor-modal #query, .jsoneditor-modal .jsoneditor-transform-preview {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", source-code-pro, monospace;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.jsoneditor-modal input[type=button], .jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}

.jsoneditor-modal input, .jsoneditor-modal select {
  cursor: pointer;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc, .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #fff;
}

.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

a.jsoneditor-value, div.jsoneditor-default, div.jsoneditor-field, div.jsoneditor-readonly, div.jsoneditor-value {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  line-height: 16px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  float: left;
}

div.jsoneditor-field p, div.jsoneditor-value p {
  margin: 0;
}

div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}

div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}

div.jsoneditor-value.jsoneditor-color-value {
  color: #1a1a1a;
}

div.jsoneditor-value.jsoneditor-invalid {
  color: #1a1a1a;
}

div.jsoneditor-readonly {
  min-width: 16px;
  color: grey;
}

div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

div.jsoneditor td {
  vertical-align: top;
}

div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: grey;
}

div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: grey;
}

div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}

div.jsoneditor code.jsoneditor-preview {
  background: 0 0;
}

div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

div.jsoneditor-default {
  color: grey;
  padding-left: 10px;
}

div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #fff;
}

div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url('jsoneditor-icons.svg');
}

div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button {
  background-position: -48px -72px;
}

div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: 0 0;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
  background-image: url('jsoneditor-icons.svg');
  background-position: -72px -72px;
  cursor: move;
}

div.jsoneditor-tree :focus {
  outline: 0;
}

div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: grey;
  font-family: arial, sans-serif;
  font-size: 14px;
}

div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: grey;
}

div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid grey;
  cursor: pointer;
}

div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly {
  cursor: inherit;
}

div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #fff;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

div.jsoneditor-tree .jsoneditor-button {
  display: block;
}

div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url('jsoneditor-icons.svg');
  background-position: -168px -48px;
  background-color: transparent;
}

div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}

div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

div.jsoneditor-field.jsoneditor-empty::after, div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

a.jsoneditor-value.jsoneditor-url, div.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}

a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

a.jsoneditor-value.jsoneditor-url:focus, a.jsoneditor-value.jsoneditor-url:hover {
  color: #ee422e;
}

div.jsoneditor-field.jsoneditor-highlight, div.jsoneditor-field[contenteditable=true]:focus, div.jsoneditor-field[contenteditable=true]:hover, div.jsoneditor-value.jsoneditor-highlight, div.jsoneditor-value[contenteditable=true]:focus, div.jsoneditor-value[contenteditable=true]:hover {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-highlight-active, div.jsoneditor-field.jsoneditor-highlight-active:focus, div.jsoneditor-field.jsoneditor-highlight-active:hover, div.jsoneditor-value.jsoneditor-highlight-active, div.jsoneditor-value.jsoneditor-highlight-active:focus, div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

div.jsoneditor-value.jsoneditor-array, div.jsoneditor-value.jsoneditor-object {
  min-width: 16px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected, div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus, div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover, tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  background-position: -48px -48px;
}

div.jsoneditor-tree div.jsoneditor-show-more a:focus, div.jsoneditor-tree div.jsoneditor-show-more a:hover {
  color: #ee422e;
}

.ace-jsoneditor, textarea.jsoneditor-text {
  min-height: 150px;
}

.ace-jsoneditor.ace_editor, textarea.jsoneditor-text.ace_editor {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", source-code-pro, monospace;
}

textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #fff;
  resize: none;
}

tr.jsoneditor-highlight, tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

tr.jsoneditor-selected button.jsoneditor-contextmenu-button, tr.jsoneditor-selected button.jsoneditor-dragarea {
  visibility: hidden;
}

tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button, tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  visibility: visible;
}

div.jsoneditor-tree button.jsoneditor-dragarea:focus, div.jsoneditor-tree button.jsoneditor-dragarea:hover, tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

div.jsoneditor td, div.jsoneditor th, div.jsoneditor tr {
  padding: 0;
  margin: 0;
}

.jsoneditor-popover, .jsoneditor-schema-error, div.jsoneditor td, div.jsoneditor textarea, div.jsoneditor th, div.jsoneditor-field, div.jsoneditor-value, pre.jsoneditor-preview {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", source-code-pro, monospace;
  font-size: 14px;
  color: #1a1a1a;
}

.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

.jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
}

.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

.jsoneditor-schema-error:focus .jsoneditor-popover, .jsoneditor-schema-error:hover .jsoneditor-popover {
  display: block;
  animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}

.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: grey;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}

.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: pre-wrap;
}

.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}

.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, 0.4392156863);
}

.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background-image: url('jsoneditor-icons.svg');
  background-position: -168px -48px;
  background-color: transparent;
}

.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background-image: url('jsoneditor-icons.svg');
  background-position: -25px 0;
  background-color: transparent;
}

.jsoneditor-anchor {
  cursor: pointer;
}

.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

.fadein {
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsoneditor-modal input[type=search].selectr-input {
  border: 1px solid #d3d3d3;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 4px;
  box-sizing: border-box;
}

.jsoneditor-modal button.selectr-input-clear {
  right: 8px;
}

.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

.jsoneditor-menu > .jsoneditor-modes > button, .jsoneditor-menu > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url('jsoneditor-icons.svg');
  color: #fff;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 14px;
  float: left;
}

.jsoneditor-menu > .jsoneditor-modes > button:hover, .jsoneditor-menu > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.jsoneditor-menu > .jsoneditor-modes > button:active, .jsoneditor-menu > .jsoneditor-modes > button:focus, .jsoneditor-menu > button:active, .jsoneditor-menu > button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.jsoneditor-menu > .jsoneditor-modes > button:disabled, .jsoneditor-menu > button:disabled {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}

.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort, .jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform, .jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort, .jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}

.jsoneditor-menu > .jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator, .jsoneditor-menu > button.jsoneditor-separator {
  margin-left: 10px;
}

.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  vertical-align: middle;
}

.jsoneditor-menu a:hover {
  opacity: 1;
}

.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  color: grey;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-search {
  font-family: arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}

.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: 0;
  margin: 1px;
  line-height: 20px;
  font-family: arial, sans-serif;
}

.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url('jsoneditor-icons.svg');
  vertical-align: top;
}

.jsoneditor-search button:hover {
  background-color: transparent;
}

.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

.jsoneditor-results {
  font-family: arial, sans-serif;
  color: #fff;
  padding-right: 5px;
  line-height: 26px;
}

.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 0 2px;
  margin: 0;
}

.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: grey;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  box-sizing: border-box;
  font-size: 14px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background-image: url('jsoneditor-icons.svg');
  background-position: -168px -48px;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background-image: url('jsoneditor-icons.svg');
  background-position: -25px 0;
}

.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-label, div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}

.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: 0;
}

.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 1;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
}

.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}

.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}

.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

.jsoneditor-treepath span.jsoneditor-treepath-element:hover, .jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
} /*!
* Selectr 2.4.13
* http://mobius.ovh/docs/selectr
*
* Released under the MIT license
*/
.selectr-container {
  position: relative;
}

.selectr-container li {
  list-style: none;
}

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
  display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
}

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  transform: rotate(0) translate3d(0, -50%, 0);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

.selectr-container.native-open .selectr-selected::before, .selectr-container.open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectr-placeholder {
  color: #6c7a86;
}

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.selectr-container.open .selectr-options-container {
  display: block;
}

.selectr-input-container {
  position: relative;
  display: none;
}

.selectr-clear, .selectr-input-clear, .selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

.selectr-clear, .selectr-input-clear {
  display: none;
}

.selectr-container.has-selected .selectr-clear, .selectr-input-container.active .selectr-input-clear {
  display: block;
}

.selectr-selected .selectr-tag-remove {
  right: 2px;
}

.selectr-clear::after, .selectr-clear::before, .selectr-input-clear::after, .selectr-input-clear::before, .selectr-tag-remove::after, .selectr-tag-remove::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}

.selectr-tag-remove::after, .selectr-tag-remove::before {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
}

.selectr-clear:before, .selectr-input-clear::before, .selectr-tag-remove::before {
  transform: rotate(45deg);
}

.selectr-clear:after, .selectr-input-clear::after, .selectr-tag-remove::after {
  transform: rotate(-45deg);
}

.selectr-input-container.active, .selectr-input-container.active .selectr-clear {
  display: block;
}

.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px;
}

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.selectr-container.notice .selectr-notice {
  display: block;
}

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

.selectr-container.notice .selectr-options-container, .selectr-container.open .selectr-input-container, .selectr-container.open .selectr-options {
  display: block;
}

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: 400;
}

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

.selectr-optgroup {
  font-weight: 700;
  padding: 0;
}

.selectr-optgroup--label {
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 15px;
}

.selectr-match {
  text-decoration: underline;
}

.selectr-option.selected {
  background-color: #ddd;
}

.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}

.selectr-option.disabled {
  opacity: 0.4;
}

.selectr-option.excluded {
  display: none;
}

.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
  transform: rotate(180deg) translate3d(0, 50%, 0);
}

.selectr-disabled {
  opacity: 0.6;
}

.has-selected .selectr-placeholder, .selectr-empty {
  display: none;
}

.has-selected .selectr-label {
  display: block;
}

.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

.taggable .selectr-label {
  width: auto;
}

.taggable .selectr-tags {
  float: left;
  display: block;
}

.taggable .selectr-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  transform: translate3d(0, -50%, 0);
  transform-origin: 50% 0 0;
  animation: 0.5s linear 0s normal forwards infinite running selectr-spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}
@keyframes selectr-spin {
  0% {
    transform: rotate(0) translate3d(0, -50%, 0);
  }
  100% {
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

.angus-theme {
  --angus-font-family: Roboto /*, Helvetica Neue*/, sans-serif;
  --angus-font-size: 14px;
  --angus-font: var(--angus-font-size) var(--angus-font-family);
  --angus-header-big-font-size: calc(var(--angus-font-size) * 2.3);
  --angus-header-component-header-size: calc(var(--angus-font-size) * 2);
  --angus-header-medium-font-size: calc(var(--angus-font-size) * 1.75);
  --angus-header-font: 500 var(--angus-header-big-font-size)
    var(--angus-font-family);
  --angus-header-font-size: var(--angus-header-big-font-size);
  --mat-expansion-header-text-font: var(--angus-font-family);
  --mat-option-label-text-size: var(--angus-font-size);
  --mat-form-field-container-text-size: var(--angus-font-size);
  --mdc-filled-text-field-label-text-size: var(--angus-font-size);
  --mdc-outlined-text-field-label-text-size: var(--angus-font-size);
  --mat-form-field-outlined-label-text-populated-size: calc(
    var(--angus-font-size) * 1.2
  );
  --mat-form-field-container-text-size: var(
    --angus-font-size
  );
  --mat-select-trigger-text-size: calc(var(--angus-font-size) * 0.9);
  --mat-menu-item-label-text-size: 14px;
  --angus-checkbox-layer-size: 16px;
  --angus-menu-tree-font-size: 15px;
  --angus-menu-child-tree-font-size: 13px;
  --mat-form-field-container-text-line-height: 20px;
  --mat-expansion-header-text-tracking: 0;
  --mdc-protected-button-label-text-tracking: 0;
  --mat-menu-item-label-text-tracking: normal;
  --mdc-filled-button-label-text-tracking: 0;
  --mat-option-label-text-tracking: 0;
  --mat-tab-header-label-text-tracking: 0;
  --mdc-filled-text-field-label-text-tracking: 0;
  --angus-font-weight-bold: bold;
  --angus-font-weight-600: 600;
  --angus-font-weight-500: 500;
  --angus-font-weight-400: 400;
  --angus-icon-size: 24px;
  --mdc-icon-button-icon-size: var(--angus-icon-size);
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-weight: 500;
  --mdc-list-list-item-label-text-line-height: 20px;
  --angus-header-medium-font-size: 24px;
  --angus-font-style: normal;
  --angus-line-height: 28px;
  --angus-ratecode-font-size: 16px;
  --angus-ratecode-font-weight: 600;
  --angus-ratecode-line-height: 24px;
  --table-thname-font-size: 18px;
  --table-thname-font-weight: var(--angus-font-weight-600);
}

.light-theme {
  --angus-font-family: "Inter", sans-serif;
  --angus-header-font: 700 var(--angus-header-medium-font-size)
    var(--angus-font-family);
  --table-thname-font-size: 14px;
  --table-thname-font-weight: var(--angus-font-weight-500);
}

.angus-theme {
  --angus-primary-color: #40598e;
  --angus-primary-color-light: rgba(64, 89, 142, 0.1);
  --angus-secondary-color: #b52e31;
  --angus-secondary-color-light: #b52e3180;
  --angus-icon-active-color: var(--angus-secondary-color);
  --angus-menu-scrool: 4px solid var(--angus-secondary-color);
  --angus-text-color: #49454f;
  --angus-secondary-text-color: var(--angus-text-color);
  --angus-header-color: var(--angus-primary-color);
  --mdc-list-list-item-label-text-color: #667085;
  --angus-topbar-bg-color: var(--angus-primary-color);
  --angus-navbar-bg-color: #393f4f;
  --angus-navbar-text-color: rgba(255, 255, 255, 0.9);
  --angus-navbar-text-color-hover: rgba(255, 255, 255, 1);
  --angus-navbar-bg-color-hover: #38404d;
  --mdc-outlined-text-field-outline-color: #e5e8ec;
  --mdc-outlined-text-field-hover-outline-color: var(--angus-primary-color);
  --angus-bg-color-white: #fff;
  --navbar-background-color: var(--angus-primary-color);
  --menu-outlined-field-outline-color: #989898;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.54);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-state-layer-color: transparent;
  --angus-input-bg-color: transparent;
  --black-87-opacity: rgba(black, 0.87);
  --mat-mdc-tab-label-container-color: #f1f1f1;
  --status-bar-background-color: rgba(45, 50, 62, 0.87);
  --status-bar-text-color: rgba(255, 255, 255, 0.8);
  --menu-input-text-color: rgba(255, 255, 255, 0.8);
  --angus-filter-panel-border: 1px solid #dcd9d9;
  --topBar-navigation-button-bg: #3f588c;
  --topBar-navigation-button-icon-color: white;
  --topBar-notification-button-background-color: #fff;
  --topBar-notification-button-icon-color: #000000de;
  --topBar-lock-button-background-color: var(--angus-primary-color);
  --topBar-logout-button-background-color: var(--angus-secondary-color);
  --topBar-logout-button-icon-color: var(--topBar-navigation-button-icon-color);
  --topBar-config-btn-backgroun-color: var(--angus-secondary-color);
  --topBar-config-btn-icon-color: #fff;
  --topBar-menu-button-icon-color: var(--topBar-config-btn-icon-color);
  --update-version-button-background-color: var(--angus-secondary-color);
  --update-version-button-text-color: #fff;
  --update-version-button-border: none;
  --update-version-button-hover-bg-color: var(--angus-secondary-color);
  --spa-action-buttons-bg-color: var(--angus-primary-color);
  --spa-action-grid-button-bg-color: var(--angus-secondary-color);
  --menu-button-active-background: var(--angus-secondary-color);
  --menu-breadcrumb-text-color: rgba(255, 255, 255, 0.4);
  --menu-breadcrumb-text-hover-color: rgba(255, 255, 255, 0.64);
  --favorite-button-drag-hover: none;
  --table-weekend-background-color: #c5c5c5;
  --table-weekend-text-color: #303030;
  --table-dateDay-background-color: #878787;
  --table-dateDay-text-color: #ffffff;
  --table-header-background-color: var(--table-weekend-background-color);
  --table-header-text-color: #49454f;
  --table-thname-background-color: #ccc;
  --table-tbody-tr-text-color: #000000de;
  --row-action-button-background-color: var(--angus-primary-color);
  --row-action-button-icon-color: #fff;
  --scroll-bar-background-color: var(--angus-primary-color);
  --scroll-bar-hover-background-color: var(--angus-secondary-color);
  --menu-scroll-bar-background-color: var(--angus-secondary-color-light);
  --menu-scroll-bar-hover-background-color: var(--angus-secondary-color);
  --mdc-switch-selected-focus-state-layer-color: var(--angus-primary-color);
  --mdc-switch-selected-handle-color: var(--angus-primary-color);
  --mdc-switch-selected-hover-state-layer-color: var(--angus-primary-color);
  --mdc-switch-selected-pressed-state-layer-color: var(--angus-primary-color);
  --mdc-switch-selected-focus-track-color: var(--angus-primary-color-light);
  --mdc-switch-selected-hover-track-color: var(--angus-primary-color-light);
  --mdc-switch-selected-pressed-track-color: var(--angus-primary-color-light);
  --mdc-switch-selected-track-color: var(--angus-primary-color-light);
}

.light-theme {
  --angus-primary-color: #7f56d9;
  --angus-primary-color-light: rgb(238 230 255 / 69%);
  --angus-secondary-color: #ff8b49;
  --angus-secondary-color-light: rgb(255, 171, 126);
  --angus-secondary-text-color: #475467;
  --angus-navbar-bg-color: rgb(249, 248, 253);
  --angus-navbar-text-color: #344054;
  --navbar-background-color: #ffffff;
  --angus-header-color: #49454f;
  --angus-icon-active-color: var(--angus-primary-color);
  --angus-menu-scrool: 2px solid #eadefc;
  --status-bar-background-color: #fff;
  --status-bar-text-color: #667085;
  --menu-input-text-color: #49454f;
  --mat-mdc-tab-label-container-color: #fff;
  --topBar-navigation-button-bg: #fff;
  --topBar-navigation-button-icon-color: black;
  --topBar-action-button-background-color: #fff;
  --topBar-notification-button-background-color: #fff;
  --topBar-notification-button-icon-color: rgb(102, 112, 133);
  --topBar-lock-button-background-color: var(
    --topBar-action-button-background-color
  );
  --topBar-logout-button-background-color: #ffe8ec;
  --topBar-logout-button-icon-color: rgb(198, 65, 65);
  --topBar-config-btn-backgroun-color: var(
    --topBar-action-button-background-color
  );
  --topBar-config-btn-icon-color: var(--angus-primary-color);
  --topBar-menu-button-icon-color: rgb(102, 112, 133);
  --update-version-button-background-color: #f9f5ff;
  --update-version-button-text-color: var(--angus-primary-color);
  --update-version-button-border: 1px solid #e9d7fe;
  --update-version-button-hover-bg-color: #e9e4f7;
  --favorite-button-drag-hover: #f4ebff;
  --spa-action-buttons-bg-color: #fff;
  --spa-action-grid-button-bg-color: var(--angus-primary-color);
  --menu-button-active-background: #e9e4f7;
  --menu-breadcrumb-text-color: var(--angus-text-color);
  --menu-breadcrumb-text-hover-color: var(--angus-text-color);
  --angus-navbar-bg-color-hover: #f4f7fb;
  --table-weekend-background-color: #f9fafb;
  --table-weekend-text-color: #aab2c1;
  --table-dateDay-background-color: #eff4f8;
  --table-dateDay-text-color: #667085;
  --table-header-background-color: var(--table-weekend-background-color);
  --table-header-text-color: #49454f;
  --table-thname-background-color: #fafafa;
  --table-tbody-tr-text-color: #101828;
  --row-action-button-background-color: #fff;
  --row-action-button-icon-color: var(--topBar-notification-button-icon-color);
  --menu-outlined-field-outline-color: var(
    --mdc-outlined-text-field-outline-color
  );
  --menu-scroll-bar-background-color: var(--scroll-bar-background-color);
  --menu-scroll-bar-hover-background-color: var(
    --scroll-bar-hover-background-color
  );
}

.angus-theme {
  --mat-form-field-container-text-line-height: 20px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-secondary-navigation-tab-container-height: 32px;
  --mat-select-arrow-transform: scale(0.8);
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-container-height: 40px;
  --angus-border-radius: 8px;
  --angus-input-border-radius: var(--angus-border-radius);
  --angus-button-border-radius: calc(var(--angus-border-radius) / 2);
  --angus-component-shadow: 0px 0px 6px 2px rgb(161 161 161 / 22%);
  --angus-component-border: 1px solid #eaecf0;
  --angus-dialog-border-radius: 4px;
  --mdc-dialog-container-shape: var(--angus-dialog-border-radius);
  --angus-router-top-margin: 15px;
  --angus-router-bottom-margin: 0px;
  --angus-router-left-margin: 15px;
  --angus-router-right-margin: 15px;
  --angus-router-margin: 15px;
  --angus-padding: 12px;
  --angus-gap: 8px;
  --mat-toolbar-standard-height: var(--angus-topbar-height);
  --angus-navbar-search-tree-height: 45px;
  --mdc-icon-button-state-layer-size: 24px;
  --mdc-checkbox-state-layer-size: 16px;
  --angus-content-margin-t: 15px;
  --angus-content-margin-l-r: 15px;
  --angus-content-small-margin-t: 5px;
  --angus-content-small-margin-l-r: 5px;
  --angus-navbar-width: 293px;
  --angus-topbar-height: 64px;
  /* Menu */
  --angus-menu-tree-height: 30px;
  --angus-menu-button-height: 30px;
  --angus-menu-child-tree-height: 30px;
  --angus-menu-parent-tree-height: 30px;
  --angus-menu-children-shadow: inset 0px -5px 5px -5px rgba(0, 0, 0, 0.2),
    inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
  --angus-menu-tree-text-indent: 4px;
  /* Menu */
  --mat-protected-button-icon-spacing: 0px;
  --mdc-filled-text-field-container-color: transparent;
  --mdc-outlined-card-container-shape: 8px;
  --layout-sidenav-animation-delay: 0.3s;
  --menu-favorite-icon-width: 18px;
  --menu-favorite-icon-height: 24px;
  --angus-grid-row-action-min-width-size: 36px;
  --topBar-navigation-button-border: none;
  --topBar-navigation-button-max-height: 50px;
  --topBar-navigation-button-min-width: 30px;
  --topBar-navigation-button-height: 50px;
  --topBar-notification-button-border: 1px solid #d0d5dd;
  --topBar-box-shadow: 0 8px 12px #0000000f;
  --topBar-border-bottom: none;
  --topBar-action-button-min-width: 50px;
  --topBar-action-button-border: 1px solid #d0d5dd;
  --topBar-icon-font-size: 30px;
  --topBar-menu-button-border: 1px solid white;
  --spa-action-buttons-border: none;
  --favorite-button-drag-border: 1px solid var(--angus-secondary-color);
  --table-thname-padding: 0;
  --table-tbody-tr-height: 30px;
  --table-tbody-tr-text-align: right;
  --mdc-outlined-text-field-container-shape: var(--angus-border-radius);
  --mdc-protected-button-container-shape: var(--angus-button-border-radius);
  --mdc-filled-button-container-shape: var(--angus-button-border-radius);
  --mdc-outlined-button-container-shape: var(--angus-button-border-radius);
}

.light-theme {
  --angus-dialog-border-radius: 12px;
  --angus-menu-button-height: 40px;
  --angus-menu-children-shadow: none;
  --angus-menu-tree-text-indent: 7px;
  --angus-component-border: 1px solid #d0d5dd;
  --topBar-navigation-button-border: 1px solid #d0d5dd;
  --topBar-navigation-button-max-height: 50px;
  --topBar-navigation-button-min-width: 30px;
  --topBar-navigation-button-height: 50px;
  --topBar-notification-button-border: 1px solid #d0d5dd;
  --topBar-box-shadow: 0 8px 12px #0000000f;
  --topBar-border-bottom: 1px solid #c8cdd6;
  --topBar-action-button-min-width: 50px;
  --topBar-action-button-border: var(--topBar-navigation-button-border);
  --topBar-icon-font-size: 20px;
  --topBar-menu-button-border: var(--topBar-navigation-button-border);
  --spa-action-buttons-border: 1px solid #d0d5dd;
  --favorite-button-drag-border: 1px solid #e9d7fe;
  --table-thname-padding: 10px 0;
  --table-tbody-tr-height: 50px;
  --table-tbody-tr-text-align: left;
}

.angus-theme {
  font-family: var(--angus-font-family);
  /* Temel Ana Renkler */
  /* Açık Tonlar */
  /* Koyu Tonlar */
  /* Nötr ve Ekstra Renkler */
}
.angus-theme.body .mat-mdc-progress-bar {
  --mdc-linear-progress-track-color: #e0e2ec;
}
.angus-theme.body mat-icon.mat-icon {
  font-size: var(--angus-icon-font-size, var(--angus-icon-size));
  height: var(--angus-icon-height-size, var(--angus-icon-size));
  width: var(--angus-icon-width-size, var(--angus-icon-size));
}
.angus-theme.body mat-icon.mat-icon > svg {
  height: var(--angus-icon-height-size, var(--angus-icon-size));
  width: var(--angus-icon-width-size, var(--angus-icon-size));
}
.angus-theme.body mat-icon.mat-icon ~ .mat-mdc-button-touch-target {
  height: var(--angus-icon-height-size, var(--angus-icon-size));
  width: var(--angus-icon-width-size, var(--angus-icon-size));
}
.angus-theme.body .mat-mdc-select-trigger {
  padding-right: 13px;
}
.angus-theme.body .angus-header {
  color: var(--angus-header-color);
  font: var(--angus-header-font);
  font-weight: 700;
}
.angus-theme.body .angus-header.isDialog {
  margin: 0 0 0.67em 0 !important;
}
.angus-theme.body .angus-header.angus-icon-header mat-icon {
  --angus-icon-size: var(--angus-header-font-size);
}
.angus-theme.body .angus-header.angus-flex-header {
  display: flex;
  align-items: center;
}
.angus-theme.body .angus-header.angus-sub-header {
  font-size: var(--angus-header-medium-font-size);
}
.angus-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 24px;
  padding: 0;
}
.angus-theme .mdc-text-field {
  padding: 0;
}
.angus-theme .mat-menu-panel {
  background: #fff;
}
.angus-theme .mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.angus-theme .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  --mat-mdc-form-field-label-offset-x: 0px;
}
.angus-theme .mat-icon {
  --angus-icon-size: 20px;
}
.angus-theme .mat-mdc-dialog-container .mdc-dialog__content {
  overflow: inherit;
}
.angus-theme .mat-mdc-select {
  letter-spacing: 0px;
  font-weight: bold; /* Jira : ANG-116 */
}
.angus-theme .mat-mdc-option {
  min-height: 26px;
  font-size: 14px;
  line-height: 35px;
}
.angus-theme .mat-mdc-option .mdc-list-item__primary-text {
  width: 100%;
  white-space: nowrap;
}
.angus-theme .mat-mdc-option .mdc-list-item__primary-text div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.angus-theme .mat-mdc-option .mdc-list-item__primary-text span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.angus-theme .mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: initial;
  min-width: 166px;
}
.angus-theme .mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: unset;
}
.angus-theme .ag-theme-balham .ag-menu.ag-popup-child {
  z-index: 99998;
}
.angus-theme .ag-theme-balham .ag-list.ag-select-list.ag-popup-child {
  z-index: 99999;
}
.angus-theme .ag-theme-material .ag-menu.ag-popup-child {
  z-index: 99999;
}
.angus-theme .mat-dialog-with-overflow-inherit .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: inherit;
}
.angus-theme .mat-mdc-paginator-page-size-select {
  text-align: center;
  align-items: center;
  margin: 6px 4px 0 4px;
  width: 56px;
}
.angus-theme .mat-mdc-form-field-required-marker::after {
  display: none;
}
.angus-theme .mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden {
  /** input'ların altında çıkan auto complete'in pozisyonu başka input'un üstüne denk geliyor ve ona tıklanmasını zorlaştırıyor/engelliyor.
   *  autocomplete="off" denmesine rağmen bu panel oluşturuluyor ve padding yüzünden içi boş olsa bile width height'i başka input'a tıklanmasını zorlaştırıyor/engelliyor.
   *  visibility=hidden olduğu için neyin zorlaştırdığını göremiyorlar ve hata sanıyorlar.
   */
  padding: 0;
}
.angus-theme .mat-mdc-form-field-icon-suffix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.angus-theme .mat-mdc-select-arrow svg {
  transform: translate(-50%, -40%);
}
.angus-theme .mat-red {
  --angus-theme-color: #ff0000;
  --angus-theme-foreground-color: #ffffff; /* Beyaz yazı rengi */
}
.angus-theme .mat-green {
  --angus-theme-color: #00ff00;
  --angus-theme-foreground-color: #000000; /* Siyah yazı rengi */
}
.angus-theme .mat-blue {
  --angus-theme-color: #0000ff;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-yellow {
  --angus-theme-color: #ffff00;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-orange {
  --angus-theme-color: #ff8000;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-purple {
  --angus-theme-color: #8000ff;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-pink {
  --angus-theme-color: #ff00ff;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-cyan {
  --angus-theme-color: #00ffff;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-teal {
  --angus-theme-color: #008080;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-light-red {
  --angus-theme-color: #ff6666;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-green {
  --angus-theme-color: #66ff66;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-blue {
  --angus-theme-color: #6699ff;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-light-yellow {
  --angus-theme-color: #ffff99;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-orange {
  --angus-theme-color: #ffcc66;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-purple {
  --angus-theme-color: #b266ff;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-light-pink {
  --angus-theme-color: #ff99cc;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-cyan {
  --angus-theme-color: #99ffff;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-light-teal {
  --angus-theme-color: #66cccc;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-dark-red {
  --angus-theme-color: #800000;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-green {
  --angus-theme-color: #006600;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-blue {
  --angus-theme-color: #000066;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-yellow {
  --angus-theme-color: #999900;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-dark-orange {
  --angus-theme-color: #cc6600;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-purple {
  --angus-theme-color: #4b0082;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-pink {
  --angus-theme-color: #99004d;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-cyan {
  --angus-theme-color: #008b8b;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-dark-teal {
  --angus-theme-color: #004d4d;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-white {
  --angus-theme-color: #ffffff;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-black {
  --angus-theme-color: #000000;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-gray {
  --angus-theme-color: #808080;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-light-gray {
  --angus-theme-color: #d3d3d3;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-dark-gray {
  --angus-theme-color: #404040;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-brown {
  --angus-theme-color: #8b4513;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-gold {
  --angus-theme-color: #ffd700;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-silver {
  --angus-theme-color: #c0c0c0;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-navy {
  --angus-theme-color: #000080;
  --angus-theme-foreground-color: #ffffff;
}
.angus-theme .mat-olive {
  --angus-theme-color: #808000;
  --angus-theme-foreground-color: #000000;
}
.angus-theme .mat-red-50 {
  --angus-theme-color: #ffebee;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-red-100 {
  --angus-theme-color: #ffcdd2;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-red-200 {
  --angus-theme-color: #ef9a9a;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-red-300 {
  --angus-theme-color: #e57373;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-red-400 {
  --angus-theme-color: #ef5350;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-500 {
  --angus-theme-color: #f44336;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-600 {
  --angus-theme-color: #e53935;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-700 {
  --angus-theme-color: #d32f2f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-800 {
  --angus-theme-color: #c62828;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-900 {
  --angus-theme-color: #b71c1c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-A100 {
  --angus-theme-color: #ff8a80;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-red-A200 {
  --angus-theme-color: #ff5252;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-A400 {
  --angus-theme-color: #ff1744;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-red-A700 {
  --angus-theme-color: #d50000;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-50 {
  --angus-theme-color: #fce4ec;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-pink-100 {
  --angus-theme-color: #f8bbd0;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-pink-200 {
  --angus-theme-color: #f48fb1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-pink-300 {
  --angus-theme-color: #f06292;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-pink-400 {
  --angus-theme-color: #ec407a;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-500 {
  --angus-theme-color: #e91e63;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-600 {
  --angus-theme-color: #d81b60;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-700 {
  --angus-theme-color: #c2185b;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-800 {
  --angus-theme-color: #ad1457;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-900 {
  --angus-theme-color: #880e4f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-A100 {
  --angus-theme-color: #ff80ab;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-pink-A200 {
  --angus-theme-color: #ff4081;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-A400 {
  --angus-theme-color: #f50057;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-pink-A700 {
  --angus-theme-color: #c51162;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-50 {
  --angus-theme-color: #f3e5f5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-purple-100 {
  --angus-theme-color: #e1bee7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-purple-200 {
  --angus-theme-color: #ce93d8;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-purple-300 {
  --angus-theme-color: #ba68c8;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-400 {
  --angus-theme-color: #ab47bc;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-500 {
  --angus-theme-color: #9c27b0;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-600 {
  --angus-theme-color: #8e24aa;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-700 {
  --angus-theme-color: #7b1fa2;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-800 {
  --angus-theme-color: #6a1b9a;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-900 {
  --angus-theme-color: #4a148c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-A100 {
  --angus-theme-color: #ea80fc;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-purple-A200 {
  --angus-theme-color: #e040fb;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-A400 {
  --angus-theme-color: #d500f9;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-purple-A700 {
  --angus-theme-color: #aa00ff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-50 {
  --angus-theme-color: #ede7f6;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-purple-100 {
  --angus-theme-color: #d1c4e9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-purple-200 {
  --angus-theme-color: #b39ddb;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-purple-300 {
  --angus-theme-color: #9575cd;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-400 {
  --angus-theme-color: #7e57c2;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-500 {
  --angus-theme-color: #673ab7;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-600 {
  --angus-theme-color: #5e35b1;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-700 {
  --angus-theme-color: #512da8;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-800 {
  --angus-theme-color: #4527a0;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-900 {
  --angus-theme-color: #311b92;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-A100 {
  --angus-theme-color: #b388ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-purple-A200 {
  --angus-theme-color: #7c4dff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-A400 {
  --angus-theme-color: #651fff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-purple-A700 {
  --angus-theme-color: #6200ea;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-50 {
  --angus-theme-color: #e8eaf6;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-indigo-100 {
  --angus-theme-color: #c5cae9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-indigo-200 {
  --angus-theme-color: #9fa8da;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-indigo-300 {
  --angus-theme-color: #7986cb;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-400 {
  --angus-theme-color: #5c6bc0;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-500 {
  --angus-theme-color: #3f51b5;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-600 {
  --angus-theme-color: #3949ab;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-700 {
  --angus-theme-color: #303f9f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-800 {
  --angus-theme-color: #283593;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-900 {
  --angus-theme-color: #1a237e;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-A100 {
  --angus-theme-color: #8c9eff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-indigo-A200 {
  --angus-theme-color: #536dfe;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-A400 {
  --angus-theme-color: #3d5afe;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-indigo-A700 {
  --angus-theme-color: #304ffe;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-50 {
  --angus-theme-color: #e3f2fd;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-100 {
  --angus-theme-color: #bbdefb;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-200 {
  --angus-theme-color: #90caf9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-300 {
  --angus-theme-color: #64b5f6;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-400 {
  --angus-theme-color: #42a5f5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-500 {
  --angus-theme-color: #2196f3;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-600 {
  --angus-theme-color: #1e88e5;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-700 {
  --angus-theme-color: #1976d2;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-800 {
  --angus-theme-color: #1565c0;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-900 {
  --angus-theme-color: #0d47a1;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-A100 {
  --angus-theme-color: #82b1ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-A200 {
  --angus-theme-color: #448aff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-A400 {
  --angus-theme-color: #2979ff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-A700 {
  --angus-theme-color: #2962ff;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-blue-50 {
  --angus-theme-color: #e1f5fe;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-100 {
  --angus-theme-color: #b3e5fc;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-200 {
  --angus-theme-color: #81d4fa;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-300 {
  --angus-theme-color: #4fc3f7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-400 {
  --angus-theme-color: #29b6f6;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-500 {
  --angus-theme-color: #03a9f4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-600 {
  --angus-theme-color: #039be5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-700 {
  --angus-theme-color: #0288d1;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-blue-800 {
  --angus-theme-color: #0277bd;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-blue-900 {
  --angus-theme-color: #01579b;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-blue-A100 {
  --angus-theme-color: #80d8ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-A200 {
  --angus-theme-color: #40c4ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-A400 {
  --angus-theme-color: #00b0ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-blue-A700 {
  --angus-theme-color: #0091ea;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-cyan-50 {
  --angus-theme-color: #e0f7fa;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-100 {
  --angus-theme-color: #b2ebf2;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-200 {
  --angus-theme-color: #80deea;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-300 {
  --angus-theme-color: #4dd0e1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-400 {
  --angus-theme-color: #26c6da;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-500 {
  --angus-theme-color: #00bcd4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-600 {
  --angus-theme-color: #00acc1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-700 {
  --angus-theme-color: #0097a7;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-cyan-800 {
  --angus-theme-color: #00838f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-cyan-900 {
  --angus-theme-color: #006064;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-cyan-A100 {
  --angus-theme-color: #84ffff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-A200 {
  --angus-theme-color: #18ffff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-A400 {
  --angus-theme-color: #00e5ff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-cyan-A700 {
  --angus-theme-color: #00b8d4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-50 {
  --angus-theme-color: #e0f2f1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-100 {
  --angus-theme-color: #b2dfdb;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-200 {
  --angus-theme-color: #80cbc4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-300 {
  --angus-theme-color: #4db6ac;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-400 {
  --angus-theme-color: #26a69a;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-500 {
  --angus-theme-color: #009688;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-teal-600 {
  --angus-theme-color: #00897b;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-teal-700 {
  --angus-theme-color: #00796b;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-teal-800 {
  --angus-theme-color: #00695c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-teal-900 {
  --angus-theme-color: #004d40;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-teal-A100 {
  --angus-theme-color: #a7ffeb;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-A200 {
  --angus-theme-color: #64ffda;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-A400 {
  --angus-theme-color: #1de9b6;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-teal-A700 {
  --angus-theme-color: #00bfa5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-50 {
  --angus-theme-color: #e8f5e9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-100 {
  --angus-theme-color: #c8e6c9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-200 {
  --angus-theme-color: #a5d6a7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-300 {
  --angus-theme-color: #81c784;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-400 {
  --angus-theme-color: #66bb6a;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-500 {
  --angus-theme-color: #4caf50;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-600 {
  --angus-theme-color: #43a047;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-green-700 {
  --angus-theme-color: #388e3c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-green-800 {
  --angus-theme-color: #2e7d32;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-green-900 {
  --angus-theme-color: #1b5e20;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-green-A100 {
  --angus-theme-color: #b9f6ca;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-A200 {
  --angus-theme-color: #69f0ae;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-A400 {
  --angus-theme-color: #00e676;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-green-A700 {
  --angus-theme-color: #00c853;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-50 {
  --angus-theme-color: #f1f8e9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-100 {
  --angus-theme-color: #dcedc8;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-200 {
  --angus-theme-color: #c5e1a5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-300 {
  --angus-theme-color: #aed581;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-400 {
  --angus-theme-color: #9ccc65;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-500 {
  --angus-theme-color: #8bc34a;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-600 {
  --angus-theme-color: #7cb342;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-700 {
  --angus-theme-color: #689f38;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-800 {
  --angus-theme-color: #558b2f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-green-900 {
  --angus-theme-color: #33691e;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-light-green-A100 {
  --angus-theme-color: #ccff90;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-A200 {
  --angus-theme-color: #b2ff59;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-A400 {
  --angus-theme-color: #76ff03;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-light-green-A700 {
  --angus-theme-color: #64dd17;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-50 {
  --angus-theme-color: #f9fbe7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-100 {
  --angus-theme-color: #f0f4c3;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-200 {
  --angus-theme-color: #e6ee9c;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-300 {
  --angus-theme-color: #dce775;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-400 {
  --angus-theme-color: #d4e157;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-500 {
  --angus-theme-color: #cddc39;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-600 {
  --angus-theme-color: #c0ca33;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-700 {
  --angus-theme-color: #afb42b;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-800 {
  --angus-theme-color: #9e9d24;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-900 {
  --angus-theme-color: #827717;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-lime-A100 {
  --angus-theme-color: #f4ff81;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-A200 {
  --angus-theme-color: #eeff41;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-A400 {
  --angus-theme-color: #c6ff00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-lime-A700 {
  --angus-theme-color: #aeea00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-50 {
  --angus-theme-color: #fffde7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-100 {
  --angus-theme-color: #fff9c4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-200 {
  --angus-theme-color: #fff59d;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-300 {
  --angus-theme-color: #fff176;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-400 {
  --angus-theme-color: #ffee58;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-500 {
  --angus-theme-color: #ffeb3b;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-600 {
  --angus-theme-color: #fdd835;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-700 {
  --angus-theme-color: #fbc02d;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-800 {
  --angus-theme-color: #f9a825;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-900 {
  --angus-theme-color: #f57f17;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-A100 {
  --angus-theme-color: #ffff8d;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-A200 {
  --angus-theme-color: #ffff00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-A400 {
  --angus-theme-color: #ffea00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-yellow-A700 {
  --angus-theme-color: #ffd600;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-50 {
  --angus-theme-color: #fff8e1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-100 {
  --angus-theme-color: #ffecb3;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-200 {
  --angus-theme-color: #ffe082;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-300 {
  --angus-theme-color: #ffd54f;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-400 {
  --angus-theme-color: #ffca28;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-500 {
  --angus-theme-color: #ffc107;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-600 {
  --angus-theme-color: #ffb300;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-700 {
  --angus-theme-color: #ffa000;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-800 {
  --angus-theme-color: #ff8f00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-900 {
  --angus-theme-color: #ff6f00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-A100 {
  --angus-theme-color: #ffe57f;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-A200 {
  --angus-theme-color: #ffd740;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-A400 {
  --angus-theme-color: #ffc400;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-amber-A700 {
  --angus-theme-color: #ffab00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-50 {
  --angus-theme-color: #fff3e0;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-100 {
  --angus-theme-color: #ffe0b2;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-200 {
  --angus-theme-color: #ffcc80;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-300 {
  --angus-theme-color: #ffb74d;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-400 {
  --angus-theme-color: #ffa726;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-500 {
  --angus-theme-color: #ff9800;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-600 {
  --angus-theme-color: #fb8c00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-700 {
  --angus-theme-color: #f57c00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-800 {
  --angus-theme-color: #ef6c00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-900 {
  --angus-theme-color: #e65100;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-orange-A100 {
  --angus-theme-color: #ffd180;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-A200 {
  --angus-theme-color: #ffab40;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-A400 {
  --angus-theme-color: #ff9100;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-orange-A700 {
  --angus-theme-color: #ff6d00;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-50 {
  --angus-theme-color: #fbe9e7;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-100 {
  --angus-theme-color: #ffccbc;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-200 {
  --angus-theme-color: #ffab91;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-300 {
  --angus-theme-color: #ff8a65;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-400 {
  --angus-theme-color: #ff7043;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-500 {
  --angus-theme-color: #ff5722;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-600 {
  --angus-theme-color: #f4511e;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-orange-700 {
  --angus-theme-color: #e64a19;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-orange-800 {
  --angus-theme-color: #d84315;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-orange-900 {
  --angus-theme-color: #bf360c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-orange-A100 {
  --angus-theme-color: #ff9e80;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-A200 {
  --angus-theme-color: #ff6e40;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-deep-orange-A400 {
  --angus-theme-color: #ff3d00;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-deep-orange-A700 {
  --angus-theme-color: #dd2c00;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-50 {
  --angus-theme-color: #efebe9;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-brown-100 {
  --angus-theme-color: #d7ccc8;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-brown-200 {
  --angus-theme-color: #bcaaa4;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-brown-300 {
  --angus-theme-color: #a1887f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-400 {
  --angus-theme-color: #8d6e63;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-500 {
  --angus-theme-color: #795548;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-600 {
  --angus-theme-color: #6d4c41;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-700 {
  --angus-theme-color: #5d4037;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-800 {
  --angus-theme-color: #4e342e;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-brown-900 {
  --angus-theme-color: #3e2723;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-gray-50 {
  --angus-theme-color: #fafafa;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-100 {
  --angus-theme-color: #f5f5f5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-200 {
  --angus-theme-color: #eeeeee;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-300 {
  --angus-theme-color: #e0e0e0;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-400 {
  --angus-theme-color: #bdbdbd;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-500 {
  --angus-theme-color: #9e9e9e;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-gray-600 {
  --angus-theme-color: #757575;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-gray-700 {
  --angus-theme-color: #616161;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-gray-800 {
  --angus-theme-color: #424242;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-gray-900 {
  --angus-theme-color: #212121;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-50 {
  --angus-theme-color: #eceff1;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-gray-100 {
  --angus-theme-color: #cfd8dc;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-gray-200 {
  --angus-theme-color: #b0bec5;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-gray-300 {
  --angus-theme-color: #90a4ae;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme .mat-blue-gray-400 {
  --angus-theme-color: #78909c;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-500 {
  --angus-theme-color: #607d8b;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-600 {
  --angus-theme-color: #546e7a;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-700 {
  --angus-theme-color: #455a64;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-800 {
  --angus-theme-color: #37474f;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-blue-gray-900 {
  --angus-theme-color: #263238;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-black {
  --angus-theme-color: #000000;
  --angus-theme-foreground-color: rgba(255, 255, 255, 0.87);
}
.angus-theme .mat-white {
  --angus-theme-color: #ffffff;
  --angus-theme-foreground-color: rgba(0, 0, 0, 0.87);
}
.angus-theme button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-unthemed):not(.mat-basic):not(.mat-secondary):not(.mat-tertiary):not(.mat-error).mdc-button {
  --mdc-text-button-label-text-color: var(--angus-theme-color, black);
  --mat-text-button-state-layer-color: var(--angus-theme-color, black);
  --mdc-protected-button-container-color: var(--angus-theme-color, white);
  --mdc-protected-button-label-text-color: var(
    --angus-theme-foreground-color,
    black
  );
  --mdc-outlined-button-label-text-color: var(--angus-theme-color, black);
  --mdc-filled-button-container-color: var(--angus-theme-color, white);
  --mdc-filled-button-label-text-color: var(
    --angus-theme-foreground-color,
    black
  );
}
.angus-theme button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-unthemed):not(.mat-basic):not(.mat-secondary):not(.mat-tertiary):not(.mat-error).mat-mdc-icon-button {
  color: var(--angus-theme-color, inherit);
}
.angus-theme button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-unthemed):not(.mat-basic):not(.mat-secondary):not(.mat-tertiary):not(.mat-error).mat-mdc-mini-fab {
  --mdc-fab-small-container-color: var(--angus-theme-color, white);
  --mat-fab-small-foreground-color: var(
    --angus-theme-foreground-colo,
    black
  );
}
.angus-theme button:not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-unthemed):not(.mat-basic):not(.mat-secondary):not(.mat-tertiary):not(.mat-error).mat-mdc-fab {
  --mdc-fab-container-color: var(--angus-theme-color, white);
  --mat-fab-foreground-color: var(--angus-theme-foreground-color, black);
}

.light-theme.body mat-icon.mat-icon {
  --angus-icon-size: 20px;
}
.light-theme.body .image-logo-light-theme {
  display: flex;
  align-items: center;
  height: 37px;
}
.light-theme .mat-tree-node .menu-button mat-icon {
  display: none;
}
.light-theme .mat-tree-node .menu-button .folder-button-container > mat-icon {
  display: none;
}
.light-theme .mat-tree-node.level-0 .menu-button > mat-icon {
  display: flex;
}
.light-theme .mat-tree-node.level-0 .menu-button .folder-button-container > mat-icon {
  display: flex;
}
.light-theme .mat-tree-node.level-0 .menu-button .folder-button-container > .node-folder-right > mat-icon {
  display: flex;
}
.light-theme .mat-tree-node.level-1 .menu-button .folder-button-container > .node-folder-right > mat-icon {
  display: flex;
}
.light-theme .mat-tree-node.level-2 .menu-button .folder-button-container > .node-folder-right > mat-icon {
  display: flex;
}
.light-theme .mdc-button.menu-button {
  font-family: var(--angus-font-family);
  color: #344054;
  font-weight: var(--angus-font-weight-500);
  font-size: 13px;
}
.light-theme .mdc-button.menu-button:hover {
  color: #7749fb !important;
}
.light-theme .mdc-button.menu-button.open-folder {
  background-color: #f1f1f1;
}
.light-theme .mdc-button.menu-button.open-folder .node-screen-name {
  color: #7749fb;
}
.light-theme mat-tree .mat-tree-node.level-0 .menu-button .mdc-button__label {
  font-size: var(--angus-font-size);
}
.light-theme #left.menu-row {
  justify-content: flex-start;
}
.light-theme #tawkto-chat {
  display: none;
}

.icon-gray-mode {
  --gray-color: rgb(102, 112, 133);
  --mat-icon-color: var(--gray-color);
}
.icon-gray-mode mat-icon.mat-icon {
  margin-left: 0;
  margin-right: 0;
}
.icon-gray-mode mat-icon.mat-icon.mat-icon-no-color {
  color: var(--mat-icon-color);
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button.mat-warn {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button.mat-primary {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button.mat-accent {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button mat-icon.mat-icon.mat-icon-no-color {
  --mat-icon-color: var(--mat-button-icon-color, --gray-color);
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-label-text-color: var(--gray-color);
  --mat-icon-color: var(--gray-color);
}
.icon-gray-mode .mdc-button.mat-mdc-raised-button.mat-unthemed mat-icon.mat-icon.mat-icon-no-color {
  color: var(--mat-icon-color);
}
.icon-gray-mode .mat-mdc-mini-fab.mat-warn {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mat-mdc-mini-fab.mat-primary {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mat-mdc-mini-fab.mat-accent {
  --mat-button-icon-color: #fff;
}
.icon-gray-mode .mat-mdc-mini-fab mat-icon.mat-icon.mat-icon-no-color {
  --mat-icon-color: var(--mat-button-icon-color, --gray-color);
}
.icon-gray-mode .mat-mdc-mini-fab.mat-unthemed {
  --mdc-protected-button-label-text-color: var(--gray-color);
  --mat-icon-color: var(--gray-color);
}
.icon-gray-mode .mat-mdc-mini-fab.mat-unthemed mat-icon.mat-icon.mat-icon-no-color {
  color: var(--mat-icon-color);
}

.ng-mat-dark-theme {
  --angus-input-bg-color: transparent;
  padding: 0px;
  --mat-form-field-container-height: 40px;
  --mat-form-field-container-vertical-padding: 10px;
  --mdc-outlined-text-field-container-shape: 8px;
  --mdc-outlined-text-field-focus-outline-color: var(
    --angus-primary-color-light
  );
  --mdc-outlined-text-field-focus-label-text-color: var(
    --angus-primary-color-light
  );
}

.mdc-text-field {
  background-color: var(--angus-input-bg-color);
}

.toast-container {
  z-index: 5;
}

.ag-theme-balham .ag-stub-cell .ag-loading-icon,
.ag-theme-material .ag-stub-cell .ag-loading-icon {
  transform-origin: 50% 0;
  top: 13px;
  position: relative;
}

.mat-dialog-with-no-padding .mat-dialog-container {
  padding: 0;
  overflow: unset;
}

.help-mode-dialog .mat-mdc-dialog-component-host {
  padding: 5px;
}

.multi-line-tooltip {
  white-space: pre-line;
}

.mat-tab-list {
  width: 0;
}

.backdropClass2FA {
  background-color: rgba(0, 0, 0, 0.95);
}

.display-none {
  display: none;
}

mat-form-field.mat-form-field .mat-input-element[type=time]::after {
  content: unset;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-tracking: 0;
}

.mdc-text-field--filled .mdc-floating-label {
  width: 100%;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacing: 0px;
}

.mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper {
  padding: 0px;
}

.mat-mdc-form-field {
  --mat-form-field-filled-with-label-container-padding-top: 19px;
  height: var(--mat-form-field-container-height);
  padding: 0px;
  font-size: 14px;
  margin: 0px;
  letter-spacing: 0px;
  line-height: 0px;
}

.mdc-form-field {
  background-color: transparent !important;
}

.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {
  background-color: transparent;
  border-radius: 5px;
}

.mdc-text-field-filled {
  background-color: transparent;
}

.mat-mdc-form-field-flex {
  background: transparent;
}

mat-form-field.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field {
  padding-left: 10px;
}

.mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.mat-mdc-button .mdc-button__label {
  width: 100%;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mat-mdc-button.mdc-button {
  min-width: 52px;
}

.mat-mdc-button > .mat-icon {
  --angus-icon-size: 20px;
  overflow: visible;
}

.toast-container {
  z-index: 5;
}

.ag-theme-balham .ag-stub-cell .ag-loading-icon,
.ag-theme-material .ag-stub-cell .ag-loading-icon {
  transform-origin: 50% 0;
  top: 13px;
  position: relative;
}

/* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version.*/
.mat-mdc-dialog-with-no-padding .mat-mdc-dialog-container {
  padding: 0;
  overflow: unset;
}

.multi-line-tooltip {
  white-space: pre-line;
}

.mat-mdc-tab-list {
  width: 0;
}

.backdropClass2FA {
  background-color: rgba(0, 0, 0, 0.95);
}

.display-none {
  display: none;
}

.mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}

.mdc-tab--active {
  background-color: #fff !important;
}

.mat-mdc-raised-button {
  letter-spacing: 0px;
  white-space: nowrap;
  margin: 3px;
}

.mat-mdc-flat-button {
  letter-spacing: 0px;
  white-space: nowrap;
}

.mat-mdc-stroked-button {
  letter-spacing: 0px;
  white-space: nowrap;
}

.mat-mdc-menu-content {
  letter-spacing: 0px;
  font-size: 14px;
}

.mat-mdc-tab {
  letter-spacing: 0px;
}

.mdc-tab__text-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
}

.mat-mdc-menu-item-text {
  letter-spacing: 0px;
  font-size: 14px;
}

.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.8705882353);
}

.mat-mdc-form-field-icon-suffix {
  white-space: nowrap;
  margin-right: 10px;
}

.mdc-icon-button {
  height: 24px;
  width: 24px;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  padding: 0px;
}

.mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0px;
}

.element-container .element-wrapper .mat-mdc-input-element {
  letter-spacing: 0px;
}

mat-icon.mat-icon.material-icons:not(.icon-with-padding) {
  padding: 0px;
  margin: 0px;
}

.mat-mdc-button > .mat-icon {
  padding: 0px;
  margin: 0px;
}

mat-icon.mat-icon {
  margin-left: 0;
  margin-right: 0;
}
mat-icon.mat-icon.mat-gray {
  --mat-icon-color: rgb(102, 112, 133);
}

.mat-mdc-menu-content .mat-mdc-menu-item-text .mdc-checkbox .mdc-checkbox__native-control {
  width: var(--angus-checkbox-layer-size);
  height: var(--angus-checkbox-layer-size);
  top: 0;
  right: 0;
  left: 0;
}

.mdc-checkbox__background {
  width: var(--angus-checkbox-layer-size);
  height: var(--angus-checkbox-layer-size);
}

.mdc-checkbox .mat-mdc-checkbox-touch-target {
  height: calc(var(--angus-checkbox-layer-size) + var(--angus-checkbox-layer-size) / 5);
  width: calc(var(--angus-checkbox-layer-size) + var(--angus-checkbox-layer-size) / 5);
  z-index: 2;
}

.mat-mdc-checkbox.readonly-checkbox {
  --mdc-checkbox-state-layer-size: 0;
  z-index: -1;
}

::ng-deep .cdk-overlay-pane .mat-mdc-autocomplete-panel {
  padding: 0;
}
::ng-deep .cdk-overlay-pane .mat-mdc-option .mdc-list-item__primary-text {
  width: 100%;
  white-space: nowrap;
}
::ng-deep .cdk-overlay-pane .mat-mdc-option .mdc-list-item__primary-text div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
}

mat-form-field .mdc-text-field {
  padding-left: 0px;
}

span.mat-mdc-list-item-unscoped-content.mdc-list-item__primary-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 40px;
  white-space: normal;
}

/*Dropdown check icon hide */
mat-pseudo-checkbox.mat-pseudo-checkbox.mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal.ng-star-inserted {
  display: none;
}

mat-slide-toggle.mat-mdc-slide-toggle .mdc-switch__icons > svg.mdc-switch__icon.mdc-switch__icon--on {
  visibility: hidden;
}
mat-slide-toggle.mat-mdc-slide-toggle .mdc-switch__icons > svg.mdc-switch__icon.mdc-switch__icon--off {
  visibility: hidden;
}
mat-slide-toggle.mat-mdc-slide-toggle .mdc-label {
  word-wrap: nowrap;
}

.mat-mdc-menu-panel > .mat-mdc-menu-content button.mat-mdc-button {
  gap: 5px;
  padding: 0 16px;
}

.mat-mdc-menu-item.mat-mdc-menu-item-submenu-trigger {
  gap: 10px;
}

.mat-mdc-menu-content .mat-mdc-button > .mat-icon {
  --angus-icon-size: 20px;
}

.mat-mdc-form-field-textarea-control {
  text-indent: 10px;
}

.mat-mdc-select-arrow {
  bottom: 5px;
  margin: 0 4px;
}

.mat-mdc-form-field {
  min-height: 0;
}

.cdk-overlay-pane div.mat-mdc-select-panel {
  padding: 0;
}

.mat-mdc-radio-button {
  display: inline-block;
}
.mat-mdc-radio-button .mdc-form-field .mdc-radio {
  padding: 0;
}
.mat-mdc-radio-button .mdc-form-field label {
  padding-left: 8px;
  padding-right: 16px;
  letter-spacing: normal;
}

.mat-mdc-raised-button:not(:disabled):not(.mdc-button) {
  border-radius: --angus-input-border-radius;
  border: 1px solid #d0d5dd;
}

ang-jdate-picker mat-form-field .ang-record-datetime-picker-suffix {
  height: inherit;
  display: inline-block;
}

mat-form-field.radio-group,
mat-form-field.mat-mdc-form-field-type-mat-select {
  height: var(--mat-form-field-container-height);
}
mat-form-field.radio-group .mat-mdc-text-field-wrapper.mdc-text-field,
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper.mdc-text-field {
  height: var(--mat-form-field-container-height);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  top: 1.33em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-width: 30px;
  min-height: var(--mat-form-field-container-height);
  height: auto;
}

.ang-record-textarea .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-width: 30px;
  height: inherit;
}

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

.mat-mdc-raised-button:not(:disabled):not(.mdc-button) {
  border-radius: --angus-input-border-radius;
  border: 1px solid #d0d5dd;
}

ang-jdate-picker mat-form-field .ang-record-datetime-picker-suffix {
  height: inherit;
  display: inline-block;
}

mat-form-field.radio-group,
mat-form-field.mat-mdc-form-field-type-mat-select {
  height: var(--mat-form-field-container-height);
}
mat-form-field.radio-group .mat-mdc-text-field-wrapper.mdc-text-field,
mat-form-field.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper.mdc-text-field {
  height: var(--mat-form-field-container-height);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  top: 1.33em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-width: 30px;
  min-height: var(--mat-form-field-container-height);
  height: auto;
}

.ang-record-textarea .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-width: 30px;
  height: inherit;
}

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

::ng-deep.mat-mdc-tooltip-panel mat-tooltip-component {
  margin-top: 5px;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-bar-background-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-bar-hover-background-color);
}

.cursor-pointer {
  cursor: pointer;
}

.mat-mdc-form-field.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: 0px solid rgba(0, 0, 0, 0) !important;
}

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