/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.94.0_esbuild@0.18.17_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.3.3_postcss@8.4.31_typescript@4.9.5_webpack@5.94.0_esbuild@0.18.17_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.3.2_sass@1.64.1_webpack@5.94.0_esbuild@0.18.17_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mat-mdc-mini-fab {
  padding: 0 !important;
}

.mat-mdc-button-base {
  border-radius: 4px;
  margin: 4px;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  max-width: var(--max-width);
}
.mat-mdc-button-base.small {
  width: 142px;
  height: 36px;
}
.mat-mdc-button-base.medium {
  width: 180px;
  height: 40px;
}
.mat-mdc-button-base.large {
  width: 277px;
  height: 42px;
}
.mat-mdc-button-base.mat-mdc-button:disabled {
  opacity: 0.3;
}
.mat-mdc-button-base.icon-large mat-icon svg {
  width: 24px;
}
.mat-mdc-button-base.justify-start {
  justify-content: flex-start;
}
.mat-mdc-button-base:hover {
  opacity: 0.9;
  cursor: pointer;
}
.mat-mdc-button-base:hover.mat-mdc-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.mat-mdc-outlined-button.mat-mdc-button:disabled {
  border-color: rgba(0, 0, 0, 0.12);
}

form.idable {
  --error-color: #c10000;
  display: grid;
  gap: 0 47px;
  grid-template-columns: 400px;
  text-align: left;
}
form.idable.hide-errors {
  --error-color: var(--line-color);
}
form.idable fieldset {
  border: none;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 0;
  padding: 0 0 24px;
  /* Change the white to any color */
}
form.idable fieldset label {
  color: #515151;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold;
}
form.idable fieldset mat-icon {
  color: #d7d7d7;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
form.idable fieldset mat-icon:hover {
  color: var(--main-color) !important;
}
form.idable fieldset mat-icon.in-error {
  left: 0px;
  right: 0px;
  height: 14px;
  width: 14px;
  margin-right: 5px;
}
form.idable fieldset input {
  border: 1px solid #515151;
  box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  height: 47px;
  letter-spacing: 0em;
  padding: 0 12px;
  text-overflow: ellipsis;
}
form.idable fieldset input:hover {
  border-color: var(--secondary-color);
}
form.idable fieldset input[readonly][disabled] {
  background-color: transparent;
  border: none;
  padding: 0;
}
form.idable fieldset input:invalid {
  border-color: var(--error-color);
}
form.idable fieldset input:invalid + span {
  display: block;
}
form.idable fieldset input:-webkit-autofill,
form.idable fieldset input:-webkit-autofill:hover,
form.idable fieldset input:-webkit-autofill:focus,
form.idable fieldset input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
form.idable fieldset span {
  bottom: 5px;
  position: absolute;
  display: none;
  color: var(--error-color);
  font-size: 14px;
  max-width: 100%;
  line-height: 18px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
form.idable fieldset span.with-icon {
  padding-left: 17px;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

/* toast styles */
.toast-title {
  font-weight: bold;
}

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

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

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

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

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

/*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

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

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

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

.toast-container .ngx-toastr:hover {
  opacity: 1;
  cursor: pointer;
}

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

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

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
  border-radius: 5px;
}

.toast-success {
  background-color: #4b8238;
  padding-left: 20px !important;
}
.toast-success .toast-message {
  font-family: "Trade Gothic LT", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0;
  color: #6d6d6d;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 6px;
}
.toast-success .toast-message::before {
  content: url("/assets/icons/add_task.svg");
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.toast-success button.toast-close-button {
  padding-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-left: 1px solid #ffffff;
  padding-left: 16px;
  margin-top: 11px;
  font-weight: 300;
}

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

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

.toast-warning {
  background-color: #f89406;
  padding-left: 20px !important;
}
.toast-warning .toast-message {
  font-family: "Trade Gothic LT", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0;
  color: #6d6d6d;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 6px;
}
.toast-warning .toast-message::before {
  content: url("/assets/icons/error_white.svg");
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.toast-warning button.toast-close-button {
  height: 40px;
  padding-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-left: 1px solid #ffffff;
  padding-left: 16px;
  margin-top: 11px;
  font-weight: 300;
}

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

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #00568c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ffb612;
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #00568c;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #00568c;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: white;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffb612;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffb612;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: white;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffb612;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffb612;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: white;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: white;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mat-option-label-text-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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;
}

.mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-card {
  --mat-card-title-text-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #00568c;
  --mdc-linear-progress-track-color: rgba(0, 86, 140, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(0, 86, 140, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(0, 86, 140, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 86, 140, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 86, 140, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(0, 86, 140, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffb612;
  --mdc-linear-progress-track-color: rgba(255, 182, 18, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(255, 182, 18, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 182, 18, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 182, 18, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 182, 18, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 182, 18, 0.25));
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Trade Gothic LT;
  --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-caret-color: #00568c;
  --mdc-filled-text-field-focus-active-indicator-color: #00568c;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 86, 140, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #00568c;
  --mdc-outlined-text-field-focus-outline-color: #00568c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 86, 140, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(0, 86, 140, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 182, 18, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ffb612;
  --mdc-filled-text-field-focus-active-indicator-color: #ffb612;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 182, 18, 0.87);
  --mdc-outlined-text-field-caret-color: #ffb612;
  --mdc-outlined-text-field-focus-outline-color: #ffb612;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 182, 18, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}

.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: 1px solid transparent;
}

[dir=rtl] .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: none;
  border-right: 1px solid transparent;
}

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

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

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

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

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

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

html {
  --mdc-filled-text-field-label-text-font: Trade Gothic LT;
  --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;
  --mdc-outlined-text-field-label-text-font: Trade Gothic LT;
  --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;
  --mat-form-field-container-text-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 86, 140, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 182, 18, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-select-trigger-text-font: Trade Gothic LT;
  --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 {
  --mat-autocomplete-background-color: white;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #00568c;
  --mdc-chip-elevated-disabled-container-color: #00568c;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #ffb612;
  --mdc-chip-elevated-disabled-container-color: #ffb612;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}

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

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Trade Gothic LT;
  --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;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #004f84;
  --mdc-switch-selected-handle-color: #004f84;
  --mdc-switch-selected-hover-state-layer-color: #004f84;
  --mdc-switch-selected-pressed-state-layer-color: #004f84;
  --mdc-switch-selected-focus-handle-color: #002b5c;
  --mdc-switch-selected-hover-handle-color: #002b5c;
  --mdc-switch-selected-pressed-handle-color: #002b5c;
  --mdc-switch-selected-focus-track-color: #4d89af;
  --mdc-switch-selected-hover-track-color: #4d89af;
  --mdc-switch-selected-pressed-track-color: #4d89af;
  --mdc-switch-selected-track-color: #4d89af;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-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-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-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-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffaf10;
  --mdc-switch-selected-handle-color: #ffaf10;
  --mdc-switch-selected-hover-state-layer-color: #ffaf10;
  --mdc-switch-selected-pressed-state-layer-color: #ffaf10;
  --mdc-switch-selected-focus-handle-color: #ff8e05;
  --mdc-switch-selected-hover-handle-color: #ff8e05;
  --mdc-switch-selected-pressed-handle-color: #ff8e05;
  --mdc-switch-selected-focus-track-color: #ffcc59;
  --mdc-switch-selected-hover-track-color: #ffcc59;
  --mdc-switch-selected-pressed-track-color: #ffcc59;
  --mdc-switch-selected-track-color: #ffcc59;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

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

.mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Trade Gothic LT;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00568c;
  --mdc-radio-selected-hover-icon-color: #00568c;
  --mdc-radio-selected-icon-color: #00568c;
  --mdc-radio-selected-pressed-icon-color: #00568c;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #00568c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffb612;
  --mdc-radio-selected-hover-icon-color: #ffb612;
  --mdc-radio-selected-icon-color: #ffb612;
  --mdc-radio-selected-pressed-icon-color: #ffb612;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ffb612;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Trade Gothic LT));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #00568c;
  --mdc-slider-focus-handle-color: #00568c;
  --mdc-slider-hover-handle-color: #00568c;
  --mdc-slider-active-track-color: #00568c;
  --mdc-slider-inactive-track-color: #00568c;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #00568c;
  --mat-mdc-slider-ripple-color: #00568c;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 86, 140, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 86, 140, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffb612;
  --mdc-slider-focus-handle-color: #ffb612;
  --mdc-slider-hover-handle-color: #ffb612;
  --mdc-slider-active-track-color: #ffb612;
  --mdc-slider-inactive-track-color: #ffb612;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffb612;
  --mat-mdc-slider-ripple-color: #ffb612;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 182, 18, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 182, 18, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: Trade Gothic LT;
  --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-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
}

html {
  --mat-menu-item-label-text-font: Trade Gothic LT;
  --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;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00568c;
  --mdc-radio-selected-hover-icon-color: #00568c;
  --mdc-radio-selected-icon-color: #00568c;
  --mdc-radio-selected-pressed-icon-color: #00568c;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffb612;
  --mdc-radio-selected-hover-icon-color: #ffb612;
  --mdc-radio-selected-icon-color: #ffb612;
  --mdc-radio-selected-pressed-icon-color: #ffb612;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #00568c;
  --mdc-checkbox-selected-hover-icon-color: #00568c;
  --mdc-checkbox-selected-icon-color: #00568c;
  --mdc-checkbox-selected-pressed-icon-color: #00568c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00568c;
  --mdc-checkbox-selected-hover-state-layer-color: #00568c;
  --mdc-checkbox-selected-pressed-state-layer-color: #00568c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffb612;
  --mdc-checkbox-selected-hover-icon-color: #ffb612;
  --mdc-checkbox-selected-icon-color: #ffb612;
  --mdc-checkbox-selected-pressed-icon-color: #ffb612;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffb612;
  --mdc-checkbox-selected-hover-state-layer-color: #ffb612;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffb612;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #00568c;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #00568c;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Trade Gothic LT;
  letter-spacing: 0.009375em;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
}

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

html {
  --mat-paginator-container-text-font: Trade Gothic LT;
  --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-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #00568c;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #00568c;
  --mat-tab-header-active-ripple-color: #00568c;
  --mat-tab-header-inactive-ripple-color: #00568c;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #00568c;
  --mat-tab-header-active-hover-label-text-color: #00568c;
  --mat-tab-header-active-focus-indicator-color: #00568c;
  --mat-tab-header-active-hover-indicator-color: #00568c;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffb612;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ffb612;
  --mat-tab-header-active-ripple-color: #ffb612;
  --mat-tab-header-inactive-ripple-color: #ffb612;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffb612;
  --mat-tab-header-active-hover-label-text-color: #ffb612;
  --mat-tab-header-active-focus-indicator-color: #ffb612;
  --mat-tab-header-active-hover-indicator-color: #ffb612;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #00568c;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ffb612;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

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

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Trade Gothic LT;
  --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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffb612;
  --mdc-checkbox-selected-hover-icon-color: #ffb612;
  --mdc-checkbox-selected-icon-color: #ffb612;
  --mdc-checkbox-selected-pressed-icon-color: #ffb612;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffb612;
  --mdc-checkbox-selected-hover-state-layer-color: #ffb612;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffb612;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #00568c;
  --mdc-checkbox-selected-hover-icon-color: #00568c;
  --mdc-checkbox-selected-icon-color: #00568c;
  --mdc-checkbox-selected-pressed-icon-color: #00568c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00568c;
  --mdc-checkbox-selected-hover-state-layer-color: #00568c;
  --mdc-checkbox-selected-pressed-state-layer-color: #00568c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Trade Gothic LT));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #00568c;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffb612;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #00568c;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffb612;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #00568c;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffb612;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #00568c;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffb612;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #00568c;
  --mat-mdc-button-ripple-color: rgba(0, 86, 140, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffb612;
  --mat-mdc-button-ripple-color: rgba(255, 182, 18, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Trade Gothic LT));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #00568c;
  --mat-mdc-button-persistent-ripple-color: #00568c;
  --mat-mdc-button-ripple-color: rgba(0, 86, 140, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffb612;
  --mat-mdc-button-persistent-ripple-color: #ffb612;
  --mat-mdc-button-ripple-color: rgba(255, 182, 18, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #00568c;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffb612;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Trade Gothic LT));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: Trade Gothic LT;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ffb612;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Trade Gothic LT;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mat-table-header-headline-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #00568c;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffb612;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #00568c;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #bdbdbd;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #ffb612;
  --mat-badge-text-color: black;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-badge-text-font: Trade Gothic LT;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-bottom-sheet-container-text-font: Trade Gothic LT;
  --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-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-legacy-button-toggle-text-font: Trade Gothic LT;
  --mat-standard-button-toggle-text-font: Trade Gothic LT;
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #00568c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 86, 140, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 86, 140, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 86, 140, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #00568c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 86, 140, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ffb612;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 182, 18, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 182, 18, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 182, 18, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 182, 18, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffb612;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-datepicker-calendar-text-font: Trade Gothic LT;
  --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-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-expansion-header-text-font: Trade Gothic LT;
  --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: Trade Gothic LT;
  --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-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #00568c;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffb612;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: white;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #00568c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #00568c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #00568c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ffb612;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ffb612;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ffb612;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-stepper-container-text-font: Trade Gothic LT;
  --mat-stepper-header-label-text-font: Trade Gothic LT;
  --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;
}

.mat-sort-header-arrow {
  color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #00568c;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffb612;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-toolbar-title-text-font: Trade Gothic LT;
  --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;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-tree {
  font-family: Trade Gothic LT;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

/* ============================================================
   MRF Mind Control Center — ported verbatim from MRFAPP/styles.css
   Wrapped under .cc-shell to avoid collisions with the rest of the app.
   ============================================================ */
/* Host element styling so pages and major components fill their parent. */
app-cc-operations-page,
app-cc-dashboard-page,
app-cc-revenue-page,
app-cc-trends-page {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
}

app-cc-flow-canvas {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  position: relative;
}

app-cc-trend-chart,
app-cc-purity-chart,
app-cc-rev-trend-chart,
app-cc-sankey,
app-cc-donut,
app-cc-flow-node,
app-cc-detail-panel,
app-cc-page-toolbar,
app-cc-timeline,
app-cc-kpi-strip,
app-cc-icon {
  display: block;
}

app-cc-flow-node {
  /* Node uses absolute positioning inside flow-world */
  display: contents;
}

app-cc-detail-panel {
  /* Detail panel is absolutely positioned inside ops-canvas */
  display: contents;
}

app-cc-icon {
  display: inline-flex;
  line-height: 0;
}

.cc-shell {
  /* Machinex brand */
  --mx-blue-900: #0d3d6e;
  --mx-blue-800: #154e89;
  --mx-blue-700: #1d5fa3;
  --mx-blue-600: #2675c0;
  --mx-blue-500: #3a8fd6;
  --mx-blue-200: #bcd9f1;
  --mx-blue-100: #e7f1fb;
  --mx-blue-50: #f3f8fd;
  --mx-orange: #f5a623;
  --mx-orange-600: #e0921a;
  /* Neutrals */
  --ink-900: #0f172a;
  --ink-800: #1e293b;
  --ink-700: #334155;
  --ink-600: #475569;
  --ink-500: #64748b;
  --ink-400: #94a3b8;
  --ink-300: #cbd5e1;
  --ink-200: #e2e8f0;
  --ink-100: #f1f5f9;
  --ink-50: #f8fafc;
  --paper: #ffffff;
  --canvas-bg: #f6f8fb;
  /* Semantic */
  --good: #16a34a;
  --good-bg: #dcfce7;
  --warn: #f59e0b;
  --warn-bg: #fef3c7;
  --bad: #dc2626;
  --bad-bg: #fee2e2;
  --info: #2675c0;
  /* Machine type accents */
  --t-optic: #7c3aed;
  --t-robot: #0891b2;
  --t-ai: #db2777;
  --t-bunker: #ca8a04;
  --t-conveyor: #475569;
  --t-ballistic: #059669;
  --t-trommel: #ea580c;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 8px 24px rgba(15, 23, 42, 0.12);
  --cc-font: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cc-font-cond: "Barlow Condensed", "Barlow", sans-serif;
  --cc-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
  background: var(--canvas-bg);
  font-family: var(--cc-font);
  font-size: 14px;
  color: var(--ink-800);
  -webkit-font-smoothing: antialiased;
  /* ============================================================
     PAGE HEADER (toolbar)
     ============================================================ */
  /* ---- form controls (toolbar) ---- */
  /* ============================================================
     OPERATIONS PAGE
     ============================================================ */
  /* ---- nodes ---- */
  /* ---- timeline scrubber ---- */
  /* ---- machine detail panel ---- */
  /* ---- node tooltip ---- */
  /* ---- KPI strip ---- */
  /* output breakdown */
  /* ============================================================
     MERGED OPS LAYOUT
     ============================================================ */
  /* ops toolbar */
  /* ============================================================
     DASHBOARD
     ============================================================ */
  /* dash v2 chrome */
  /* ============================================================
     REVENUE
     ============================================================ */
  /* ============================================================
     TRENDS
     ============================================================ */
}
.cc-shell * {
  box-sizing: border-box;
}
.cc-shell button {
  font-family: inherit;
  cursor: pointer;
}
.cc-shell input,
.cc-shell select,
.cc-shell textarea {
  font-family: inherit;
}
.cc-shell .main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  min-height: 0;
}
.cc-shell .page-toolbar {
  background: var(--paper);
  border-bottom: 1px solid var(--ink-200);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.cc-shell .period-toolbar {
  flex-wrap: wrap;
}
.cc-shell .page-title {
  font-family: var(--cc-font-cond);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-900);
  margin: 0;
  flex-shrink: 0;
}
.cc-shell .page-title .sep {
  color: var(--ink-300);
  margin: 0 8px;
  font-weight: 400;
}
.cc-shell .page-title .sub {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-500);
  font-family: var(--cc-font);
}
.cc-shell .field {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}
.cc-shell .field-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.cc-shell .select,
.cc-shell .input,
.cc-shell .date-input {
  appearance: none;
  background: var(--paper);
  border: 1px solid var(--ink-300);
  border-radius: 6px;
  padding: 7px 28px 7px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-800);
  outline: none;
  min-height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23475569' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.cc-shell .input {
  padding-right: 12px;
  background-image: none;
}
.cc-shell .date-input {
  padding-right: 12px;
  background-image: none;
}
.cc-shell .select:focus,
.cc-shell .input:focus {
  border-color: var(--mx-blue-600);
  box-shadow: 0 0 0 3px rgba(38, 117, 192, 0.15);
}
.cc-shell .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper);
  border: 1px solid var(--ink-300);
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-700);
  min-height: 32px;
}
.cc-shell .btn:hover {
  background: var(--ink-50);
  border-color: var(--ink-400);
}
.cc-shell .btn-primary {
  background: var(--mx-blue-700);
  border-color: var(--mx-blue-700);
  color: white;
}
.cc-shell .btn-primary:hover {
  background: var(--mx-blue-800);
  border-color: var(--mx-blue-800);
}
.cc-shell .btn-ghost {
  background: none;
  border-color: transparent;
  color: var(--ink-600);
}
.cc-shell .btn-ghost:hover {
  background: var(--ink-100);
}
.cc-shell .btn-danger {
  background: var(--bad);
  border-color: var(--bad);
  color: white;
}
.cc-shell .btn-danger:hover {
  background: #b91c1c;
}
.cc-shell .btn-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
}
.cc-shell .segmented {
  display: inline-flex;
  border: 1px solid var(--ink-300);
  border-radius: 6px;
  padding: 2px;
  background: var(--ink-50);
  height: 32px;
}
.cc-shell .segmented button {
  border: 0;
  background: none;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-600);
  border-radius: 4px;
  letter-spacing: 0.02em;
}
.cc-shell .segmented button.active {
  background: var(--paper);
  color: var(--mx-blue-800);
  box-shadow: var(--shadow-sm);
}
.cc-shell .ops-layout {
  flex: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
}
.cc-shell .ops-canvas {
  position: relative;
  flex: 1;
  min-height: 0;
  background: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.06) 1px, transparent 0) 0 0/24px 24px, var(--canvas-bg);
  overflow: hidden;
  cursor: grab;
}
.cc-shell .ops-canvas.panning {
  cursor: grabbing;
}
.cc-shell .flow-world {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  will-change: transform;
}
.cc-shell .flow-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: visible;
}
.cc-shell .node {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 10px 12px;
  width: 180px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: box-shadow 120ms ease, transform 120ms ease, border-color 120ms ease;
}
.cc-shell .node:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--ink-300);
  z-index: 5;
}
.cc-shell .node.selected {
  border-color: var(--mx-blue-600);
  box-shadow: 0 0 0 3px rgba(38, 117, 192, 0.18), var(--shadow-lg);
  z-index: 6;
}
.cc-shell .node.alert {
  border-color: var(--bad);
}
.cc-shell .node-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.cc-shell .node-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--cc-font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  color: white;
  flex-shrink: 0;
}
.cc-shell .node-type-tag.t-optic {
  background: var(--t-optic);
}
.cc-shell .node-type-tag.t-robot {
  background: var(--t-robot);
}
.cc-shell .node-type-tag.t-ai {
  background: var(--t-ai);
}
.cc-shell .node-type-tag.t-bunker {
  background: var(--t-bunker);
}
.cc-shell .node-type-tag.t-conveyor {
  background: var(--t-conveyor);
}
.cc-shell .node-type-tag.t-ballistic {
  background: var(--t-ballistic);
}
.cc-shell .node-type-tag.t-trommel {
  background: var(--t-trommel);
}
.cc-shell .node-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-900);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-shell .node-bell {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--bad);
  color: white;
  border-radius: 50%;
  flex-shrink: 0;
  animation: cc-pulse 1.4s ease-in-out infinite;
}
@keyframes cc-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.5);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
  }
}
.cc-shell .node-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-500);
}
.cc-shell .node-meta .width-tag {
  font-family: var(--cc-font-mono);
  font-size: 11px;
  color: var(--ink-700);
  background: var(--ink-100);
  padding: 1px 6px;
  border-radius: 3px;
}
.cc-shell .node-stat {
  margin-top: 6px;
  display: flex;
  gap: 12px;
  font-size: 11px;
}
.cc-shell .node-stat b {
  display: block;
  font-family: var(--cc-font-mono);
  font-size: 14px;
  color: var(--ink-900);
  font-weight: 600;
}
.cc-shell .node-stat span {
  color: var(--ink-500);
}
.cc-shell .node.oee-dim {
  opacity: 0.45;
}
.cc-shell .node.oee-bad {
  background: linear-gradient(180deg, #fee2e2 0%, var(--paper) 50%);
  border-color: #fca5a5;
}
.cc-shell .node.oee-warn {
  background: linear-gradient(180deg, #fef3c7 0%, var(--paper) 50%);
  border-color: #fcd34d;
}
.cc-shell .node.oee-mid {
  background: linear-gradient(180deg, #ecfccb 0%, var(--paper) 50%);
  border-color: #bef264;
}
.cc-shell .node.oee-good {
  background: linear-gradient(180deg, #dcfce7 0%, var(--paper) 50%);
  border-color: #86efac;
}
.cc-shell .node-oee {
  font-family: var(--cc-font-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
}
.cc-shell .oee-bad .node-oee {
  background: var(--bad);
  color: white;
}
.cc-shell .oee-warn .node-oee {
  background: var(--warn);
  color: white;
}
.cc-shell .oee-mid .node-oee {
  background: #65a30d;
  color: white;
}
.cc-shell .oee-good .node-oee {
  background: var(--good);
  color: white;
}
.cc-shell .conveyor-label {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--ink-300);
  border-radius: 4px;
  padding: 2px 6px;
  font-family: var(--cc-font-mono);
  font-size: 11px;
  color: var(--ink-700);
  font-weight: 500;
  pointer-events: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: var(--shadow-sm);
}
.cc-shell .canvas-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 4;
}
.cc-shell .canvas-controls button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 0;
  border-bottom: 1px solid var(--ink-100);
  color: var(--ink-700);
}
.cc-shell .canvas-controls button:last-child {
  border-bottom: 0;
}
.cc-shell .canvas-controls button:hover {
  background: var(--ink-50);
  color: var(--mx-blue-700);
}
.cc-shell .zoom-readout {
  font-family: var(--cc-font-mono);
  font-size: 11px;
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid var(--ink-100);
  background: var(--ink-50);
  color: var(--ink-700);
}
.cc-shell .canvas-legend {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 10px 12px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 220px;
}
.cc-shell .canvas-legend .head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 2px;
}
.cc-shell .legend-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-700);
}
.cc-shell .legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}
.cc-shell .legend-divider {
  height: 1px;
  background: var(--ink-200);
  margin: 8px 0 6px;
}
.cc-shell .canvas-status {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.cc-shell .status-pill {
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 999px;
  padding: 4px 10px 4px 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}
.cc-shell .status-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 6px;
}
.cc-shell .status-pill.live .dot {
  background: var(--good);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2);
  animation: cc-livepulse 2s ease-in-out infinite;
}
.cc-shell .status-pill.past .dot {
  background: var(--ink-400);
}
@keyframes cc-livepulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.cc-shell .timeline {
  background: var(--paper);
  border-top: 1px solid var(--ink-200);
  padding: 14px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cc-shell .timeline-time {
  font-family: var(--cc-font-mono);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-900);
}
.cc-shell .timeline-time .label {
  font-family: var(--cc-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mx-blue-700);
  margin-right: 10px;
  background: var(--mx-blue-100);
  padding: 2px 8px;
  border-radius: 3px;
}
.cc-shell .scrubber {
  position: relative;
  height: 52px;
  background: var(--ink-50);
  border-radius: 6px;
  border: 1px solid var(--ink-200);
  overflow: visible;
  cursor: pointer;
}
.cc-shell .scrubber-bars {
  position: absolute;
  inset: 8px 8px 8px 8px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
}
.cc-shell .scrubber-bar {
  flex: 1;
  background: var(--mx-blue-500);
  opacity: 0.5;
  border-radius: 1px 1px 0 0;
  min-height: 2px;
}
.cc-shell .scrubber-bar.future {
  background: var(--ink-300);
  opacity: 0.5;
}
.cc-shell .scrubber-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--mx-blue-800);
  pointer-events: none;
}
.cc-shell .scrubber-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mx-blue-800);
  border: 3px solid white;
  box-shadow: var(--shadow);
}
.cc-shell .scrubber-ticks {
  display: flex;
  justify-content: space-between;
  font-family: var(--cc-font-mono);
  font-size: 10px;
  color: var(--ink-500);
  padding: 0 2px;
}
.cc-shell .timeline-top {
  border-top: 0;
  border-bottom: 1px solid var(--mx-blue-100);
  padding-top: 12px;
  padding-bottom: 12px;
}
.cc-shell .timeline-top .scrubber {
  height: 48px;
}
.cc-shell .scrubber-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.cc-shell .scrubber-row .scrubber {
  flex: 1;
  margin: 0;
}
.cc-shell .scrubber-nav-btn {
  width: 32px;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 6px;
  color: var(--ink-600);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 100ms, color 100ms, border-color 100ms;
}
.cc-shell .scrubber-nav-btn:hover {
  background: var(--mx-blue-50);
  color: var(--mx-blue-700);
  border-color: #93c5fd;
}
.cc-shell .scrubber-rangemode {
  cursor: crosshair;
}
.cc-shell .scrubber-alert {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 3;
  overflow: visible;
}
.cc-shell .scrubber-alert .scrubber-alert-line {
  position: absolute;
  inset: 0;
  background: rgba(220, 38, 38, 0.18);
  border-left: 2px solid var(--bad);
  border-right: 2px solid var(--bad);
  pointer-events: none;
}
.cc-shell .scrubber-alert.warning .scrubber-alert-line {
  background: rgba(245, 158, 11, 0.18);
  border-color: var(--warn);
}
.cc-shell .scrubber-alert .scrubber-alert-tip {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bad);
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border: 2px solid var(--paper);
  pointer-events: auto;
  cursor: help;
  z-index: 6;
}
.cc-shell .scrubber-alert.warning .scrubber-alert-tip {
  background: var(--warn);
}
.cc-shell .scrubber-alert.critical .scrubber-alert-line {
  background: rgba(220, 38, 38, 0.24);
  animation: cc-alertpulse 2s ease-in-out infinite;
}
@keyframes cc-alertpulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
}
.cc-shell .range-region {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(38, 117, 192, 0.14);
  border-top: 2px solid var(--mx-blue-700);
  border-bottom: 2px solid var(--mx-blue-700);
  z-index: 4;
  cursor: grab;
}
.cc-shell .range-region:active {
  cursor: grabbing;
}
.cc-shell .range-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background: var(--mx-blue-700);
  cursor: ew-resize;
  z-index: 5;
}
.cc-shell .range-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: white;
  border-radius: 1px;
  box-shadow: 3px 0 0 white, -3px 0 0 white;
  opacity: 0.7;
}
.cc-shell .range-handle-start {
  left: -4px;
  border-radius: 3px 0 0 3px;
}
.cc-shell .range-handle-end {
  right: -4px;
  border-radius: 0 3px 3px 0;
}
.cc-shell .range-region:hover .range-handle {
  background: var(--mx-blue-800);
}
.cc-shell .range-label {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mx-blue-700);
  color: white;
  font-family: var(--cc-font-mono);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
}
.cc-shell .range-info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: var(--mx-blue-50);
  border: 1px solid var(--mx-blue-100);
  border-radius: 6px;
  font-size: 12px;
  color: var(--ink-700);
}
.cc-shell .range-info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mx-blue-700);
}
.cc-shell .range-info-time {
  font-family: var(--cc-font-mono);
  color: var(--ink-700);
}
.cc-shell .range-info-time b {
  color: var(--ink-900);
  font-weight: 700;
}
.cc-shell .range-info-meta {
  background: var(--paper);
  border: 1px solid var(--mx-blue-100);
  border-radius: 999px;
  padding: 2px 10px;
  font-family: var(--cc-font-mono);
  font-size: 11px;
  color: var(--mx-blue-800);
  font-weight: 600;
}
.cc-shell .range-info .btn {
  padding: 4px 10px;
  min-height: 26px;
  font-size: 12px;
}
.cc-shell .scrubber-with-ticks {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cc-shell .scrubber-with-ticks .scrubber {
  margin: 0;
  height: 48px;
  flex: 0 0 auto;
}
.cc-shell .scrubber-with-ticks .scrubber-ticks {
  margin-top: 6px;
  padding: 0 2px;
}
.cc-shell .timeline-status-row {
  display: flex;
  align-items: center;
  padding: 0 4px 8px;
}
.cc-shell .timeline-status-row .timeline-time {
  font-family: var(--cc-font-mono);
  font-size: 12px;
  color: var(--ink-700);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cc-shell .timeline-status-row .label {
  font-family: var(--cc-font-cond);
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
}
.cc-shell .detail-panel {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 360px;
  max-height: calc(100% - 32px);
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 8;
  animation: cc-panelIn 200ms ease;
}
@keyframes cc-panelIn {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cc-shell .detail-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ink-200);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cc-shell .detail-head .close {
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: var(--ink-500);
  display: grid;
  place-items: center;
}
.cc-shell .detail-head .close:hover {
  background: var(--ink-100);
  color: var(--ink-800);
}
.cc-shell .detail-action-row {
  padding: 12px 16px;
  border-bottom: 1px solid var(--ink-200);
  background: var(--paper);
}
.cc-shell .detail-action-row .detail-cta {
  width: 100%;
  justify-content: center;
  background: #ffffff;
  color: var(--mx-blue-700);
  border: 1.5px solid var(--mx-blue-700);
  font-weight: 600;
}
.cc-shell .detail-action-row .detail-cta:hover {
  background: var(--mx-blue-50);
  border-color: var(--mx-blue-800);
  color: var(--mx-blue-800);
}
.cc-shell .detail-title {
  font-family: var(--cc-font-cond);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink-900);
  text-transform: uppercase;
}
.cc-shell .detail-sub {
  font-size: 12px;
  color: var(--ink-500);
  margin-top: 2px;
}
.cc-shell .detail-body {
  padding: 16px;
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cc-shell .detail-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 6px;
}
.cc-shell .kv-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  font-size: 13px;
}
.cc-shell .kv-grid dt {
  color: var(--ink-500);
}
.cc-shell .kv-grid dd {
  margin: 0;
  font-weight: 600;
  color: var(--ink-900);
  font-family: var(--cc-font-mono);
  font-size: 12px;
}
.cc-shell .threshold-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cc-shell .threshold-track {
  position: relative;
  height: 36px;
  background: var(--ink-100);
  border-radius: 6px;
  overflow: hidden;
}
.cc-shell .threshold-zone {
  position: absolute;
  top: 0;
  bottom: 0;
}
.cc-shell .threshold-zone.ok {
  background: var(--good-bg);
}
.cc-shell .threshold-zone.bad {
  background: var(--bad-bg);
}
.cc-shell .threshold-current {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ink-900);
}
.cc-shell .threshold-current::after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--cc-font-mono);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--ink-900);
  background: white;
  padding: 1px 4px;
  border-radius: 3px;
  border: 1px solid var(--ink-300);
}
.cc-shell .threshold-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cc-shell .threshold-input {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cc-shell .threshold-input .num {
  display: flex;
  align-items: center;
  border: 1px solid var(--ink-300);
  border-radius: 6px;
  overflow: hidden;
}
.cc-shell .threshold-input .num input {
  border: 0;
  outline: none;
  font-family: var(--cc-font-mono);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 8px;
  width: 100%;
  background: white;
  color: var(--ink-900);
}
.cc-shell .threshold-input .unit {
  padding: 0 8px;
  font-size: 11px;
  color: var(--ink-500);
  background: var(--ink-50);
  height: 100%;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--ink-200);
}
.cc-shell .alert-callout {
  background: var(--bad-bg);
  border: 1px solid #fca5a5;
  border-left: 4px solid var(--bad);
  border-radius: 6px;
  padding: 10px 12px;
}
.cc-shell .alert-callout .head {
  font-size: 12px;
  font-weight: 700;
  color: var(--bad);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.cc-shell .alert-callout .body {
  font-size: 13px;
  color: var(--ink-800);
  margin-bottom: 8px;
}
.cc-shell .alert-callout .actions {
  display: flex;
  gap: 6px;
}
.cc-shell .node-tooltip {
  position: fixed;
  background: var(--ink-900);
  color: white;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
  pointer-events: none;
  z-index: 50;
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  max-width: 260px;
  animation: cc-tipIn 100ms ease;
}
@keyframes cc-tipIn {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cc-shell .node-tooltip .tip-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cc-shell .node-tooltip .tip-name {
  font-weight: 700;
}
.cc-shell .node-tooltip .tip-type {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.cc-shell .node-tooltip dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  font-size: 11px;
}
.cc-shell .node-tooltip dt {
  color: rgba(255, 255, 255, 0.6);
}
.cc-shell .node-tooltip dd {
  margin: 0;
  font-family: var(--cc-font-mono);
  font-weight: 500;
  text-align: right;
}
.cc-shell .node-tooltip .tip-foot {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
.cc-shell .kpi-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--ink-200);
}
.cc-shell .kpi {
  padding: 14px 18px;
  border-right: 1px solid var(--ink-100);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cc-shell .kpi:last-child {
  border-right: 0;
}
.cc-shell .kpi-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.cc-shell .kpi-value {
  font-family: var(--cc-font-cond);
  font-size: 26px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.cc-shell .kpi-value .unit {
  font-size: 13px;
  color: var(--ink-500);
  font-weight: 500;
  margin-left: 4px;
  font-family: var(--cc-font);
}
.cc-shell .kpi-trend {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  color: var(--ink-500);
}
.cc-shell .kpi-trend.up {
  color: var(--good);
}
.cc-shell .kpi-trend.down {
  color: var(--bad);
}
.cc-shell .kpi-strip-merged {
  border-bottom: 1px solid var(--ink-200);
}
.cc-shell .side-section {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ink-100);
}
.cc-shell .side-section h4 {
  margin: 0 0 10px;
  font-family: var(--cc-font-cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-800);
}
.cc-shell .output-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--ink-100);
  font-size: 13px;
}
.cc-shell .output-row:last-child {
  border-bottom: 0;
}
.cc-shell .output-row .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-700);
  font-weight: 500;
}
.cc-shell .output-row .name .swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.cc-shell .output-row .vals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
.cc-shell .output-row .tons {
  font-family: var(--cc-font-mono);
  font-weight: 700;
  color: var(--ink-900);
}
.cc-shell .output-row .purity {
  font-size: 11px;
  color: var(--ink-500);
}
.cc-shell .ops-layout-merged {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.cc-shell .merged-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 320px;
  min-height: 0;
}
.cc-shell .merged-canvas-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.cc-shell .merged-canvas-wrap > .ops-canvas {
  flex: 1;
  min-height: 0;
}
.cc-shell .merged-side {
  border-left: 1px solid var(--ink-200);
  background: var(--paper);
  overflow-y: auto;
}
.cc-shell .canvas-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 5;
}
.cc-shell .canvas-actions .btn {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cc-shell .ops-toolbar {
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cc-shell .ops-toolbar .field-label {
  font-size: 10px;
}
.cc-shell .ops-toolbar .toolbar-divider {
  width: 1px;
  height: 28px;
  background: var(--ink-200);
  margin: 0 4px;
  align-self: flex-end;
  margin-bottom: 4px;
}
.cc-shell .ops-toolbar .segmented {
  align-self: flex-end;
}
.cc-shell .ops-toolbar .segmented button {
  padding: 5px 10px;
  font-size: 12px;
}
.cc-shell .ops-toolbar > .btn,
.cc-shell .ops-toolbar .btn-live,
.cc-shell .ops-toolbar .btn-live-active {
  align-self: flex-end;
  height: 32px;
}
.cc-shell .ops-toolbar .spacer {
  align-self: stretch;
  flex: 1;
}
.cc-shell .btn-live,
.cc-shell .btn-live-active {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.cc-shell .btn-live .live-dot,
.cc-shell .btn-live-active .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
}
.cc-shell .btn-live-active {
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.35);
  color: var(--good);
  cursor: default;
}
.cc-shell .btn-live-active .live-dot {
  animation: cc-livedotpulse 1.6s ease-in-out infinite;
}
.cc-shell .btn-live .live-dot {
  background: var(--ink-400);
  box-shadow: none;
}
.cc-shell .btn-live:hover {
  background: var(--mx-blue-50);
  border-color: #93c5fd;
}
@keyframes cc-livedotpulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.05);
  }
}
.cc-shell .dash-toolbar {
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cc-shell .dash-toolbar .field {
  min-width: 120px;
}
.cc-shell .dash-toolbar .dash-mass-toggle {
  align-self: flex-end;
}
.cc-shell .dash-toolbar .dash-mass-toggle button {
  padding: 5px 12px;
  font-size: 12px;
}
.cc-shell .dash-toolbar > .btn {
  align-self: flex-end;
  height: 32px;
}
.cc-shell .dash-toolbar-v2 {
  background: linear-gradient(180deg, var(--paper) 0%, var(--mx-blue-50) 140%);
  border-bottom: 1px solid var(--mx-blue-100);
}
.cc-shell .dash-filter-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cc-shell .dash-filter-label {
  font-family: var(--cc-font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mx-blue-700);
}
.cc-shell .dash-toolbar-divider {
  width: 1px;
  height: 22px;
  background: var(--mx-blue-200);
  margin: 0 4px;
}
.cc-shell .dash-toolbar-v2 .dash-mass-toggle button {
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cc-shell .dash-toolbar-v2 .dash-mass-toggle button.active {
  background: var(--mx-blue-700);
  color: white;
}
.cc-shell .dash-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-template-rows: 1fr auto;
  gap: 16px;
  padding: 20px 24px;
  background: var(--canvas-bg);
  min-height: 0;
}
.cc-shell .dash-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.cc-shell .dash-card-tag {
  position: absolute;
  top: -14px;
  left: -8px;
  padding: 7px 14px 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  border-radius: 6px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
  z-index: 2;
  font-family: var(--cc-font-cond);
  white-space: nowrap;
  max-width: none;
}
.cc-shell .dash-tag-prod {
  background: #c43e57;
}
.cc-shell .dash-tag-flow {
  background: #2c7fb8;
}
.cc-shell .dash-tag-qc {
  background: #6c4f8a;
}
.cc-shell .dash-tag-loss {
  background: #2f4858;
}
.cc-shell .dash-tag-corner {
  top: auto;
  bottom: -14px;
  left: -8px;
}
.cc-shell .dash-prod {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid #c43e57;
  border-radius: 10px;
  background: #fffafb;
}
.cc-shell .dash-card-body {
  padding: 22px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
.cc-shell .dash-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-900);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.cc-shell .dash-section-title .caret {
  color: var(--ink-500);
  font-size: 10px;
}
.cc-shell .dash-kpi-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: baseline;
  font-size: 12px;
  padding: 4px 0;
}
.cc-shell .dash-kpi-row .dash-kpi-name {
  color: var(--ink-700);
}
.cc-shell .dash-kpi-row .dash-kpi-val {
  font-family: var(--cc-font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-900);
}
.cc-shell .dash-kpi-row .dash-kpi-delta {
  font-size: 10px;
  color: var(--ink-500);
}
.cc-shell .dash-kpi-row .dash-kpi-delta.good {
  color: var(--good);
}
.cc-shell .dash-kpi-row .dash-kpi-delta.bad {
  color: var(--bad);
}
.cc-shell .dash-divider {
  height: 1px;
  background: var(--ink-200);
  margin: 6px 0;
}
.cc-shell .dash-stat-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-700);
  padding: 3px 0;
}
.cc-shell .dash-stat-row span:last-child {
  font-family: var(--cc-font-mono);
  font-weight: 600;
  color: var(--ink-900);
}
.cc-shell .dash-runtime {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cc-shell .dash-runtime-legend {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cc-shell .dash-legend-row {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.cc-shell .dash-legend-row .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cc-shell .dash-legend-row .lbl {
  color: var(--ink-700);
}
.cc-shell .dash-legend-row .val {
  font-family: var(--cc-font-mono);
  font-size: 10px;
  color: var(--ink-700);
}
.cc-shell .dash-legend-row .val .muted {
  color: var(--ink-500);
}
.cc-shell .dash-flow {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 820px;
}
.cc-shell .dash-flow-body {
  padding: 22px 18px 16px;
  display: grid;
  grid-template-columns: 110px 1fr 220px;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
.cc-shell .dash-flow-inputs {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cc-shell .dash-flow-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  min-height: 0;
}
.cc-shell .dash-flow-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-800);
  line-height: 1.2;
}
.cc-shell .dash-flow-label .swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.cc-shell .dash-flow-mass {
  font-family: var(--cc-font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  line-height: 1.2;
}
.cc-shell .dash-flow-pct {
  font-size: 11px;
  color: var(--ink-500);
  font-family: var(--cc-font-mono);
  line-height: 1.2;
}
.cc-shell .dash-flow-mass-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.2;
}
.cc-shell .dash-sankey {
  display: flex;
  align-items: stretch;
  min-width: 0;
}
.cc-shell .dash-flow-outputs {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  border-left: 0;
}
.cc-shell .dash-output-block {
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  min-height: 0;
}
.cc-shell .dash-output-stats {
  display: flex;
  flex-direction: column;
}
.cc-shell .dash-output-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-800);
  margin-bottom: 2px;
}
.cc-shell .dash-output-head .swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.cc-shell .dash-output-head .lbl {
  flex: 1;
}
.cc-shell .dash-output-head .caret {
  color: var(--mx-blue-700);
}
.cc-shell .dash-output-stat {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--ink-600);
  padding: 1px 0;
}
.cc-shell .dash-output-stat span:last-child {
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  font-weight: 600;
}
.cc-shell .dash-quality-row {
  grid-column: 1/-1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cc-shell .dash-qc {
  position: relative;
  padding: 16px 12px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 2px solid #6c4f8a;
  background: #fbfafd;
}
.cc-shell .dash-qc.is-loss {
  border-color: #2f4858;
  background: #f7f9fb;
}
.cc-shell .dash-qc-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 0 4px;
}
.cc-shell .dash-qc-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-800);
  align-self: flex-start;
  padding-left: 4px;
}
.cc-shell .dash-qc-total {
  font-family: var(--cc-font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-700);
}
.cc-shell .dash-qc-donut {
  display: grid;
  place-items: center;
  flex: 1;
}
.cc-shell .dash-qc-legend {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 4px;
  margin-top: 4px;
}
.cc-shell .dash-qc-legend-row {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
}
.cc-shell .dash-qc-legend-row .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cc-shell .dash-qc-legend-row .lbl {
  color: var(--ink-700);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-shell .dash-qc-legend-row .val {
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  font-weight: 600;
}
.cc-shell .dash-tooltip {
  position: fixed;
  z-index: 1000;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18), 0 2px 6px rgba(15, 23, 42, 0.08);
  padding: 10px 12px;
  font-size: 12px;
  min-width: 180px;
  max-width: 240px;
  pointer-events: none;
  animation: cc-dashTipIn 100ms ease;
}
@keyframes cc-dashTipIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cc-shell .dash-tooltip-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ink-900);
  font-size: 12.5px;
  margin-bottom: 2px;
}
.cc-shell .dash-tooltip-head .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cc-shell .dash-tooltip-sub {
  font-size: 10px;
  color: var(--ink-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.cc-shell .dash-tooltip-lines {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--ink-100);
  padding-top: 6px;
}
.cc-shell .dash-tooltip-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11.5px;
  color: var(--ink-700);
}
.cc-shell .dash-tooltip-line span:last-child {
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  font-weight: 600;
}
.cc-shell .dash-grid-v2 .dash-card {
  border: 1px solid var(--mx-blue-100);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02), 0 8px 20px -16px rgba(15, 73, 138, 0.18);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 250, 253) 100%);
}
.cc-shell .dash-grid-v2 .dash-card-tag {
  background: var(--mx-blue-700);
  color: white;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 10.5px;
  padding: 4px 12px;
  width: max-content;
}
.cc-shell .dash-grid-v2 .dash-tag-flow {
  background: var(--mx-blue-800);
}
.cc-shell .dash-grid-v2 .dash-tag-qc {
  background: var(--mx-orange);
}
.cc-shell .dash-grid-v2 .dash-tag-loss {
  background: #b8421f;
}
.cc-shell .dash-grid-v2 .dash-tag-prod {
  background: var(--mx-blue-700);
}
.cc-shell .dash-grid-v2 .dash-section-title {
  color: var(--mx-blue-800);
  font-family: var(--cc-font-cond);
  letter-spacing: 0.08em;
}
.cc-shell .dash-grid-v2 .dash-kpi-val {
  color: var(--mx-blue-800);
}
.cc-shell .dash-grid-v2 .dash-stat-row {
  border-bottom: 1px dashed var(--mx-blue-100);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: 12px;
}
.cc-shell .dash-grid-v2 .dash-stat-row span:last-child {
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
.cc-shell .dash-grid-v2 .dash-stat-row span:first-child {
  white-space: normal;
  line-height: 1.25;
}
.cc-shell .dash-grid-v2 .dash-divider {
  background: linear-gradient(90deg, transparent, var(--mx-blue-200), transparent);
  height: 1px;
  border: 0;
}
.cc-shell .dash-grid-v2 .dash-qc {
  border-top: 3px solid var(--mx-blue-500);
}
.cc-shell .dash-grid-v2 .dash-qc.is-loss {
  border-top-color: #b8421f;
}
.cc-shell .dash-grid-v2 .dash-qc-title {
  color: var(--mx-blue-800);
}
.cc-shell .dash-grid-v2 .dash-qc-total {
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  background: var(--mx-blue-50);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
}
.cc-shell .dash-grid-v2[data-filter=item] .dash-tag-flow {
  background: var(--mx-orange);
}
.cc-shell .dash-grid-v2[data-filter=value] .dash-tag-flow {
  background: #2f8f5e;
}
.cc-shell .dash-grid-v2 .dash-flow-body {
  grid-template-columns: 220px minmax(220px, 1fr) 300px;
  gap: 14px;
}
.cc-shell .dash-grid-v2 .dash-flow-input {
  padding: 2px 6px;
  gap: 1px;
  justify-content: flex-start;
  overflow: hidden;
}
.cc-shell .dash-grid-v2 .dash-flow-label {
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
}
.cc-shell .dash-grid-v2 .dash-flow-label .name {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.cc-shell .dash-grid-v2 .dash-flow-mass-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  line-height: 1.1;
}
.cc-shell .dash-grid-v2 .dash-flow-mass {
  font-family: var(--cc-font-mono);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-900);
}
.cc-shell .dash-grid-v2 .dash-flow-pct {
  font-family: var(--cc-font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-500);
}
.cc-shell .dash-grid-v2 .dash-output-stat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: 8px;
  padding: 1px 0;
  line-height: 1.2;
  font-size: 10.5px;
}
.cc-shell .dash-grid-v2 .dash-output-stat span:first-child {
  white-space: normal;
  overflow-wrap: anywhere;
  color: var(--ink-600);
}
.cc-shell .dash-grid-v2 .dash-output-stat span:last-child {
  white-space: nowrap;
  text-align: right;
  color: var(--ink-900);
  font-family: var(--cc-font-mono);
  font-weight: 600;
}
.cc-shell .dash-grid-v2 .dash-output-block {
  padding: 4px 10px;
  overflow: hidden;
  background: rgba(247, 250, 253, 0.7);
  border-radius: 4px;
  border: 1px solid var(--mx-blue-100);
}
.cc-shell .dash-grid-v2 .dash-output-head {
  font-size: 11px;
  margin-bottom: 3px;
  flex-wrap: nowrap;
}
.cc-shell .dash-grid-v2 .dash-output-head .lbl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.cc-shell .rev-kpi-strip {
  margin-bottom: 0;
}
.cc-shell .rev-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-auto-rows: auto;
  gap: 22px 22px;
  padding: 22px 24px 28px;
  background: var(--canvas-bg);
  align-items: start;
}
.cc-shell .rev-card-trend {
  grid-column: 1/-1;
}
.cc-shell .rev-card-buyers {
  grid-column: 1;
}
.cc-shell .rev-card-market {
  grid-column: 2;
}
.cc-shell .rev-card {
  background: var(--paper);
  border: 1px solid var(--mx-blue-100);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 250, 253) 100%);
}
.cc-shell .rev-card .dash-card-tag {
  position: absolute;
  top: -12px;
  left: 14px;
  font-size: 10.5px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  z-index: 2;
}
.cc-shell .rev-card.is-dim {
  opacity: 0.45;
  filter: saturate(0.6);
}
.cc-shell .rev-card.is-dim:hover {
  opacity: 1;
  filter: none;
}
.cc-shell .rev-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.cc-shell .rev-card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--mx-blue-800);
  font-family: var(--cc-font-cond);
  line-height: 1.25;
}
.cc-shell .rev-card-sub {
  font-size: 11.5px;
  color: var(--ink-500);
  margin-top: 2px;
}
.cc-shell .rev-card-ctx {
  font-size: 11.5px;
  color: var(--ink-700);
  text-align: right;
  white-space: normal;
  padding-top: 2px;
  flex-shrink: 0;
  max-width: 50%;
}
.cc-shell .rev-card-ctx .muted {
  color: var(--ink-500);
}
.cc-shell .rev-card-ctx b {
  color: var(--mx-blue-800);
  font-weight: 700;
}
@media (max-width: 1480px) {
  .cc-shell .rev-grid > .rev-card:not(.rev-card-trend) .rev-card-head {
    flex-direction: column;
  }
  .cc-shell .rev-grid > .rev-card:not(.rev-card-trend) .rev-card-ctx {
    text-align: left;
    max-width: 100%;
  }
}
.cc-shell .rev-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cc-shell .rev-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
}
.cc-shell .rev-bar-label {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--ink-800);
  font-weight: 600;
}
.cc-shell .rev-bar-label .dot {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  flex-shrink: 0;
}
.cc-shell .rev-bar-label .lbl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-shell .rev-bar-track {
  flex: 1;
  min-width: 0;
  height: 22px;
  background: rgba(15, 23, 42, 0.04);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.cc-shell .rev-bar-fill {
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  min-width: 4px;
  transition: width 220ms ease;
  position: relative;
}
.cc-shell .rev-bar-fill-loss {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0.16) 5px, rgba(255, 255, 255, 0.16) 9px);
  background-blend-mode: lighten;
}
.cc-shell .rev-bar-tons {
  font-family: var(--cc-font-mono);
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-shell .rev-bar-value {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
  font-family: var(--cc-font-mono);
}
.cc-shell .rev-bar-value b {
  font-size: 13px;
  color: var(--ink-900);
  font-weight: 700;
}
.cc-shell .rev-bar-value b.loss {
  color: #b8421f;
}
.cc-shell .rev-bar-value .share {
  font-size: 10.5px;
  color: var(--ink-500);
}
.cc-shell .rev-trend-wrap {
  position: relative;
}
.cc-shell .rev-trend-svg {
  display: block;
  width: 100%;
  cursor: crosshair;
}
.cc-shell .rev-axis-lbl {
  font-family: var(--cc-font-mono);
  font-size: 10px;
  fill: var(--ink-500);
}
.cc-shell .rev-axis-loss {
  fill: #b8421f;
}
.cc-shell .rev-trend-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
  font-size: 11.5px;
  color: var(--ink-700);
  flex-wrap: wrap;
}
.cc-shell .rev-trend-legend i.swatch {
  display: inline-block;
  width: 14px;
  height: 3px;
  background: var(--mx-blue-700);
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}
.cc-shell .rev-trend-legend i.swatch-dashed {
  background: transparent;
  border-bottom: 2.5px dashed #b8421f;
  height: 0;
}
.cc-shell .rev-trend-legend .trend-axis-hint {
  margin-left: auto;
  color: var(--ink-500);
  font-size: 10.5px;
  font-style: italic;
}
.cc-shell .rev-trend-tip {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  padding: 8px 10px;
  font-size: 11.5px;
  color: var(--ink-800);
  min-width: 156px;
  pointer-events: none;
  z-index: 4;
}
.cc-shell .rev-trend-tip-head {
  font-family: var(--cc-font-mono);
  font-weight: 700;
  font-size: 11px;
  color: var(--mx-blue-800);
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink-200);
}
.cc-shell .rev-trend-tip-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
}
.cc-shell .rev-trend-tip-row .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cc-shell .rev-trend-tip-row b {
  margin-left: auto;
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
}
.cc-shell .rev-trend-tip-row b.loss {
  color: #b8421f;
}
.cc-shell .rev-trend-tip-row.net {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px dashed var(--ink-200);
  font-weight: 700;
  color: var(--mx-blue-800);
}
.cc-shell .rev-trend-tip-row.net b {
  color: var(--mx-blue-800);
  font-weight: 700;
}
.cc-shell .rev-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.cc-shell .rev-table th {
  text-align: left;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-500);
  padding: 6px 10px 8px;
  border-bottom: 1px solid var(--ink-200);
}
.cc-shell .rev-table th.num,
.cc-shell .rev-table td.num {
  text-align: right;
  font-family: var(--cc-font-mono);
}
.cc-shell .rev-table td {
  padding: 8px 10px;
  border-bottom: 1px dashed var(--mx-blue-100);
  color: var(--ink-800);
}
.cc-shell .rev-table tbody tr:hover td {
  background: var(--mx-blue-50);
}
.cc-shell .rev-table tbody tr:last-child td {
  border-bottom: 0;
}
.cc-shell .rev-table .muted {
  color: var(--ink-500);
}
.cc-shell .rev-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cc-shell .rev-status-ok {
  background: var(--good-bg);
  color: #166534;
}
.cc-shell .rev-status-watch {
  background: var(--warn-bg);
  color: #92400e;
}
.cc-shell .rev-market-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cc-shell .rev-market-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: baseline;
  padding: 10px 6px;
  border-bottom: 1px dashed var(--mx-blue-100);
}
.cc-shell .rev-market-row:last-child {
  border-bottom: 0;
}
.cc-shell .rev-market-name {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-800);
}
.cc-shell .rev-market-price {
  font-family: var(--cc-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--mx-blue-800);
}
.cc-shell .rev-market-price .unit {
  font-size: 10.5px;
  color: var(--ink-500);
  margin-left: 1px;
  font-weight: 500;
}
.cc-shell .rev-market-delta {
  font-family: var(--cc-font-mono);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-500);
  min-width: 56px;
  text-align: right;
}
.cc-shell .rev-market-delta.up {
  color: var(--good);
}
.cc-shell .rev-market-delta.down {
  color: var(--bad);
}
@media (max-width: 1180px) {
  .cc-shell .rev-grid {
    grid-template-columns: 1fr;
    padding: 18px 18px 24px;
  }
  .cc-shell .rev-card-trend,
  .cc-shell .rev-card-buyers,
  .cc-shell .rev-card-market {
    grid-column: 1;
  }
}
.cc-shell .trd-kpi-strip {
  margin-bottom: 0;
}
.cc-shell .trd-grid-pad {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 24px 28px;
  background: var(--canvas-bg);
}
.cc-shell .trd-insights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.cc-shell .trd-insight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-left: 3px solid var(--ink-300);
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: var(--shadow-sm);
}
.cc-shell .trd-insight-good {
  border-left-color: var(--good);
}
.cc-shell .trd-insight-warn {
  border-left-color: #d97455;
}
.cc-shell .trd-insight-bad {
  border-left-color: var(--bad);
}
.cc-shell .trd-insight-kind {
  font-size: 16px;
  line-height: 1;
  padding-top: 1px;
}
.cc-shell .trd-insight-good .trd-insight-kind {
  color: var(--good);
}
.cc-shell .trd-insight-warn .trd-insight-kind {
  color: #d97455;
}
.cc-shell .trd-insight-bad .trd-insight-kind {
  color: var(--bad);
}
.cc-shell .trd-insight-title {
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-900);
  font-family: var(--cc-font-cond);
}
.cc-shell .trd-insight-body {
  font-size: 11.5px;
  color: var(--ink-600);
  margin-top: 2px;
}
.cc-shell .trd-grid {
  display: grid;
  gap: 18px;
}
.cc-shell .trd-grid-headline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cc-shell .trd-grid-purity {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}
.cc-shell .trd-grid-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1400px) {
  .cc-shell .trd-grid-headline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cc-shell .trd-grid-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .cc-shell .trd-grid-headline,
  .cc-shell .trd-grid-small,
  .cc-shell .trd-grid-purity {
    grid-template-columns: 1fr;
  }
}
.cc-shell .trd-card-wrap {
  position: relative;
}
.cc-shell .trd-card-menu {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
}
.cc-shell .trd-card-menu-btn {
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 5px;
  font-size: 11px;
  padding: 3px 8px;
  cursor: pointer;
  color: var(--ink-700);
  font-family: var(--cc-font-mono);
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
.cc-shell .trd-card-menu-btn:hover {
  background: var(--mx-blue-50);
  border-color: var(--mx-blue-200);
}
.cc-shell .trd-card-menu-btn .caret {
  font-size: 9px;
  opacity: 0.6;
}
.cc-shell .trd-card-menu-pop {
  position: absolute;
  right: 0;
  top: 24px;
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  min-width: 90px;
  padding: 4px;
  display: flex;
  flex-direction: column;
}
.cc-shell .trd-card-menu-opt {
  background: transparent;
  border: 0;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  color: var(--ink-800);
}
.cc-shell .trd-card-menu-opt:hover {
  background: var(--mx-blue-50);
}
.cc-shell .trd-card-menu-opt.active {
  background: var(--mx-blue-100);
  font-weight: 700;
}
.cc-shell .trd-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--mx-blue-100);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  padding: 14px 16px 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 250, 253) 100%);
}
.cc-shell .trd-card .dash-card-tag {
  position: absolute;
  top: -10px;
  left: 14px;
  font-size: 10px;
  padding: 3px 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  z-index: 2;
  color: white;
}
.cc-shell .trd-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  padding-right: 36px;
}
.cc-shell .trd-card-titles {
  min-width: 0;
}
.cc-shell .trd-card-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--mx-blue-800);
  font-family: var(--cc-font-cond);
  line-height: 1.2;
}
.cc-shell .trd-card-sub {
  font-size: 11px;
  color: var(--ink-500);
  margin-top: 2px;
}
.cc-shell .trd-card-stat {
  text-align: right;
  flex-shrink: 0;
}
.cc-shell .trd-card-current {
  font-family: var(--cc-font-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  line-height: 1.1;
}
.cc-shell .trd-card-delta {
  font-size: 11px;
  font-family: var(--cc-font-mono);
  margin-top: 2px;
}
.cc-shell .trd-card-delta.good {
  color: var(--good);
}
.cc-shell .trd-card-delta.bad {
  color: var(--bad);
}
.cc-shell .trd-card-delta .muted {
  color: var(--ink-500);
  margin-left: 3px;
}
.cc-shell .trd-card-wrap.is-big .trd-card-current {
  font-size: 22px;
}
.cc-shell .trd-card-wrap.is-big .trd-card-title {
  font-size: 14.5px;
}
.cc-shell .trd-svg {
  display: block;
  width: 100%;
  cursor: crosshair;
}
.cc-shell .trd-axis-lbl {
  font-family: var(--cc-font-mono);
  font-size: 9.5px;
  fill: var(--ink-500);
}
.cc-shell .trd-readout {
  font-family: var(--cc-font-mono);
  font-size: 10.5px;
  color: var(--ink-700);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 4px;
  border-top: 1px dashed var(--mx-blue-100);
  margin-top: 4px;
}
.cc-shell .trd-readout .d {
  color: var(--mx-blue-800);
  font-weight: 700;
}
.cc-shell .trd-readout .v {
  color: var(--ink-900);
  font-weight: 700;
}
.cc-shell .trd-readout .p {
  color: var(--ink-500);
}
.cc-shell .trd-readout .anom {
  color: #b8421f;
  font-weight: 700;
}
.cc-shell .trd-readout-purity .v {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.cc-shell .trd-readout-purity .v .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.cc-shell .trd-readout-purity .v b {
  color: inherit;
  font-family: var(--cc-font-mono);
}
.cc-shell .trd-card-purity .trd-card-head {
  padding-right: 0;
}
.cc-shell .trd-purity-legend {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cc-shell .trd-leg {
  background: var(--paper);
  border: 1px solid var(--ink-200);
  border-radius: 14px;
  padding: 3px 9px 3px 7px;
  font-size: 11px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink-800);
  transition: opacity 120ms;
}
.cc-shell .trd-leg:hover {
  background: var(--mx-blue-50);
}
.cc-shell .trd-leg.off {
  opacity: 0.4;
  text-decoration: line-through;
}
.cc-shell .trd-leg .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.cc-shell .trd-rail .dash-card-tag {
  background: #2f4858;
}
.cc-shell .trd-rail-count {
  background: var(--bad-bg);
  color: var(--bad);
  border-radius: 12px;
  font-family: var(--cc-font-mono);
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
}
.cc-shell .trd-rail-list {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  max-height: 360px;
  overflow-y: auto;
}
.cc-shell .trd-rail-empty {
  font-size: 12px;
  color: var(--ink-500);
  padding: 16px 4px;
  text-align: center;
}
.cc-shell .trd-rail-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  padding: 8px 6px;
  border-bottom: 1px dashed var(--mx-blue-100);
  font-size: 11.5px;
  align-items: baseline;
}
.cc-shell .trd-rail-row:last-child {
  border-bottom: 0;
}
.cc-shell .trd-rail-when {
  font-family: var(--cc-font-mono);
  color: var(--ink-500);
  font-size: 10.5px;
}
.cc-shell .trd-rail-metric {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--ink-800);
}
.cc-shell .trd-rail-metric .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cc-shell .trd-rail-value {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 2px;
  font-family: var(--cc-font-mono);
  color: var(--ink-900);
  font-weight: 700;
}
.cc-shell .trd-rail-z {
  color: var(--ink-500);
  font-weight: 500;
  font-size: 10.5px;
}
.cc-shell .trd-rail-row.bad .trd-rail-value {
  color: var(--bad);
}
.cc-shell .trd-grid.is-compact .trd-card-head {
  margin-bottom: 4px;
}
.cc-shell .trd-grid.is-compact .trd-card-current {
  font-size: 16px;
}
.cc-shell .trd-grid.is-compact .trd-card-sub {
  display: none;
}
.cc-shell .muted {
  color: var(--ink-500);
}
.cc-shell .mono {
  font-family: var(--cc-font-mono);
}
.cc-shell .spacer {
  flex: 1;
}

/* Alerts popover (rendered as overlay above shell) */
.cc-alerts-popover {
  position: fixed;
  right: 80px;
  top: 72px;
  width: 360px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  z-index: 1400;
  overflow: hidden;
  font-family: "Barlow", system-ui, sans-serif;
}
.cc-alerts-popover .head {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc-alerts-popover .head h4 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cc-alerts-popover .alerts-list {
  max-height: 360px;
  overflow: auto;
}
.cc-alerts-popover .alert-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
}
.cc-alerts-popover .alert-item:hover {
  background: #f3f8fd;
}
.cc-alerts-popover .alert-item:last-child {
  border-bottom: 0;
}
.cc-alerts-popover .alert-item .icon {
  width: 30px;
  height: 30px;
  background: #fee2e2;
  color: #dc2626;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cc-alerts-popover .alert-item .body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cc-alerts-popover .alert-item .title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.cc-alerts-popover .alert-item .sub {
  font-size: 11px;
  color: #64748b;
}
.cc-alerts-popover .alert-item .when {
  font-size: 11px;
  color: #64748b;
  font-family: "JetBrains Mono", monospace;
}
.cc-alerts-popover .btn-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  color: #64748b;
  cursor: pointer;
  border-radius: 4px;
}
.cc-alerts-popover .btn-icon:hover {
  background: #f1f5f9;
}

@font-face {
  font-family: "Trade Gothic LT";
  src: url('TradeGothic LT Regular.3200d7ae6d4529a4.ttf') format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Bold";
  src: url('Trade Gothic LT Bold.20d4ef95a94898e8.ttf') format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Light";
  src: url('Trade Gothic LT Light.611878a4c781d6d8.ttf') format("opentype");
  font-weight: 300;
  font-style: normal;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Trade Gothic LT", Roboto, "Helvetica Neue", sans-serif;
}

:root {
  --primary-color: #00568c;
  --accent-color: #ffb612;
  --warn-color: #f44336;
  --text-color: #1C1B1F;
  --hover-color: #E5F7FD;
}

h1 {
  font-family: "Trade Gothic LT Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}

/* Alternatively, styles for Angular Material mat-headline elements */
.mat-headline {
  font-family: "Trade Gothic LT Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}

pdf-text-editor {
  display: none;
}

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