/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/web-portal/src/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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;
}

body {
  --mdc-typography-button-letter-spacing: normal;
  --mdc-shape-medium: var(--border-radius);
  --mdc-dialog-container-elevation: var(--cl-popup-shadow);
  --mdc-text-button-label-text-color: var(--cl-text-enable-sec);
}
body .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-mdc-option:hover:not(.mdc-list-item--disabled), body .mat-mdc-option:focus:not(.mdc-list-item--disabled), body .mat-mdc-option.mat-mdc-option-active, body .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
body .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #7a7ad6);
}
body .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
body .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #7a7ad6;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #7a7ad6;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #7a7ad6;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #7a7ad6;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #7a7ad6;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #7a7ad6;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5f3c;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5f3c;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
body .mat-app-background, body.mat-app-background {
  background-color: #303030;
  color: white;
}
body .mat-elevation-z0, body .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);
}
body .mat-elevation-z1, body .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);
}
body .mat-elevation-z2, body .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);
}
body .mat-elevation-z3, body .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);
}
body .mat-elevation-z4, body .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);
}
body .mat-elevation-z5, body .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);
}
body .mat-elevation-z6, body .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);
}
body .mat-elevation-z7, body .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);
}
body .mat-elevation-z8, body .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);
}
body .mat-elevation-z9, body .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);
}
body .mat-elevation-z10, body .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);
}
body .mat-elevation-z11, body .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);
}
body .mat-elevation-z12, body .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);
}
body .mat-elevation-z13, body .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);
}
body .mat-elevation-z14, body .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);
}
body .mat-elevation-z15, body .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);
}
body .mat-elevation-z16, body .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);
}
body .mat-elevation-z17, body .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);
}
body .mat-elevation-z18, body .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);
}
body .mat-elevation-z19, body .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);
}
body .mat-elevation-z20, body .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);
}
body .mat-elevation-z21, body .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);
}
body .mat-elevation-z22, body .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);
}
body .mat-elevation-z23, body .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);
}
body .mat-elevation-z24, body .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;
}

body .mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}
body .mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #424242;
}
body .mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #595959;
}
body .mat-mdc-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body .mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}
body .mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
body .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #7a7ad6;
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(122, 122, 214, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(122, 122, 214, 0.25);
}
body .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #7a7ad6;
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(122, 122, 214, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(122, 122, 214, 0.25);
}
body .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff5f3c;
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 95, 60, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 95, 60, 0.25);
}
body .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
body .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media all {
  body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
body .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
body .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field--filled .mdc-text-field__ripple::before,
body .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
body .mdc-text-field--filled:hover .mdc-text-field__ripple::before, body .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
body .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, body .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #4a4a4a;
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
body .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #7a7ad6);
}
[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-leading-icon, body .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

[dir=rtl] body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
body .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
body .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
body .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
body select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
body select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(122, 122, 214, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(122, 122, 214, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 95, 60, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #7a7ad6);
}
body .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #7a7ad6);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(122, 122, 214, 0.87);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #7a7ad6);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 95, 60, 0.87);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5f3c);
}
body .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;
}
body [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body .mat-mdc-form-field-infix {
  min-height: 56px;
}
body .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
body .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);
}
body .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
body .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;
}
body .mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
body .mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-leading-icon, body .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

body .mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
body .mat-mdc-form-field-subscript-wrapper,
body .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
body .mat-mdc-form-field,
body .mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
body .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}
body .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
body .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
body .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
body .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(122, 122, 214, 0.87);
}
body .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(122, 122, 214, 0.87);
}
body .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 95, 60, 0.87);
}
body .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 95, 60, 0.87);
}
body .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
body .mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
body .mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
body .mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
body .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
body .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #7a7ad6;
  --mdc-chip-elevated-disabled-container-color: #7a7ad6;
  --mdc-chip-label-text-color: black;
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
}
body .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #7a7ad6;
  --mdc-chip-elevated-disabled-container-color: #7a7ad6;
  --mdc-chip-label-text-color: black;
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
}
body .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5f3c;
  --mdc-chip-elevated-disabled-container-color: #ff5f3c;
  --mdc-chip-label-text-color: black;
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
}
body .mat-mdc-chip-focus-overlay {
  background: white;
}
body .mat-mdc-chip {
  height: 32px;
}
body .mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  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);
}
body .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
body .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #a2a2e2;
  --mdc-switch-selected-handle-color: #a2a2e2;
  --mdc-switch-selected-hover-state-layer-color: #a2a2e2;
  --mdc-switch-selected-pressed-state-layer-color: #a2a2e2;
  --mdc-switch-selected-focus-handle-color: #bdbdeb;
  --mdc-switch-selected-hover-handle-color: #bdbdeb;
  --mdc-switch-selected-pressed-handle-color: #bdbdeb;
  --mdc-switch-selected-focus-track-color: #7272d1;
  --mdc-switch-selected-hover-track-color: #7272d1;
  --mdc-switch-selected-pressed-track-color: #7272d1;
  --mdc-switch-selected-track-color: #7272d1;
}
body .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #a2a2e2;
  --mdc-switch-selected-handle-color: #a2a2e2;
  --mdc-switch-selected-hover-state-layer-color: #a2a2e2;
  --mdc-switch-selected-pressed-state-layer-color: #a2a2e2;
  --mdc-switch-selected-focus-handle-color: #bdbdeb;
  --mdc-switch-selected-hover-handle-color: #bdbdeb;
  --mdc-switch-selected-pressed-handle-color: #bdbdeb;
  --mdc-switch-selected-focus-track-color: #7272d1;
  --mdc-switch-selected-hover-track-color: #7272d1;
  --mdc-switch-selected-pressed-track-color: #7272d1;
  --mdc-switch-selected-track-color: #7272d1;
}
body .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ff8f77;
  --mdc-switch-selected-handle-color: #ff8f77;
  --mdc-switch-selected-hover-state-layer-color: #ff8f77;
  --mdc-switch-selected-pressed-state-layer-color: #ff8f77;
  --mdc-switch-selected-focus-handle-color: #ffaf9e;
  --mdc-switch-selected-hover-handle-color: #ffaf9e;
  --mdc-switch-selected-pressed-handle-color: #ffaf9e;
  --mdc-switch-selected-focus-track-color: #ff5736;
  --mdc-switch-selected-hover-track-color: #ff5736;
  --mdc-switch-selected-pressed-track-color: #ff5736;
  --mdc-switch-selected-track-color: #ff5736;
}
body .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
body .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, Roboto, sans-serif));
  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);
}
body .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #7a7ad6;
  --mdc-radio-selected-hover-icon-color: #7a7ad6;
  --mdc-radio-selected-icon-color: #7a7ad6;
  --mdc-radio-selected-pressed-icon-color: #7a7ad6;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #7a7ad6;
}
body .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #7a7ad6;
  --mdc-radio-selected-hover-icon-color: #7a7ad6;
  --mdc-radio-selected-icon-color: #7a7ad6;
  --mdc-radio-selected-pressed-icon-color: #7a7ad6;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #7a7ad6;
}
body .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5f3c;
  --mdc-radio-selected-hover-icon-color: #ff5f3c;
  --mdc-radio-selected-icon-color: #ff5f3c;
  --mdc-radio-selected-pressed-icon-color: #ff5f3c;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5f3c;
}
body .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
body .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, Roboto, sans-serif));
  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);
}
body .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
body .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #7a7ad6;
  --mdc-slider-focus-handle-color: #7a7ad6;
  --mdc-slider-hover-handle-color: #7a7ad6;
  --mdc-slider-active-track-color: #7a7ad6;
  --mdc-slider-inactive-track-color: #7a7ad6;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #7a7ad6;
  --mat-mdc-slider-ripple-color: #7a7ad6;
  --mat-mdc-slider-hover-ripple-color: rgba(122, 122, 214, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(122, 122, 214, 0.2);
}
body .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #7a7ad6;
  --mdc-slider-focus-handle-color: #7a7ad6;
  --mdc-slider-hover-handle-color: #7a7ad6;
  --mdc-slider-active-track-color: #7a7ad6;
  --mdc-slider-inactive-track-color: #7a7ad6;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #7a7ad6;
  --mat-mdc-slider-ripple-color: #7a7ad6;
  --mat-mdc-slider-hover-ripple-color: rgba(122, 122, 214, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(122, 122, 214, 0.2);
}
body .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff5f3c;
  --mdc-slider-focus-handle-color: #ff5f3c;
  --mdc-slider-hover-handle-color: #ff5f3c;
  --mdc-slider-active-track-color: #ff5f3c;
  --mdc-slider-inactive-track-color: #ff5f3c;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5f3c;
  --mat-mdc-slider-ripple-color: #ff5f3c;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 95, 60, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 95, 60, 0.2);
}
body .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
body .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #7a7ad6);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
body .mat-mdc-menu-item[disabled],
body .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
body .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
body .mat-mdc-menu-item .mat-icon-no-color,
body .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-mdc-menu-item:hover:not([disabled]),
body .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
body .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
body .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
body .mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-menu-content,
body .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
body .mat-mdc-list-option .mdc-list-item__start, body .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #7a7ad6;
  --mdc-checkbox-selected-hover-icon-color: #7a7ad6;
  --mdc-checkbox-selected-icon-color: #7a7ad6;
  --mdc-checkbox-selected-pressed-icon-color: #7a7ad6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-list-option .mdc-list-item__start, body .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #7a7ad6;
  --mdc-radio-selected-hover-icon-color: #7a7ad6;
  --mdc-radio-selected-icon-color: #7a7ad6;
  --mdc-radio-selected-pressed-icon-color: #7a7ad6;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #7a7ad6;
}
body .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start, body .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #7a7ad6;
  --mdc-checkbox-selected-hover-icon-color: #7a7ad6;
  --mdc-checkbox-selected-icon-color: #7a7ad6;
  --mdc-checkbox-selected-pressed-icon-color: #7a7ad6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start, body .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #7a7ad6;
  --mdc-radio-selected-hover-icon-color: #7a7ad6;
  --mdc-radio-selected-icon-color: #7a7ad6;
  --mdc-radio-selected-pressed-icon-color: #7a7ad6;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #7a7ad6;
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start, body .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff5f3c;
  --mdc-checkbox-selected-hover-icon-color: #ff5f3c;
  --mdc-checkbox-selected-icon-color: #ff5f3c;
  --mdc-checkbox-selected-pressed-icon-color: #ff5f3c;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start, body .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5f3c;
  --mdc-radio-selected-hover-icon-color: #ff5f3c;
  --mdc-radio-selected-icon-color: #ff5f3c;
  --mdc-radio-selected-pressed-icon-color: #ff5f3c;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5f3c;
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #7a7ad6;
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #7a7ad6;
}
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body .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;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
body .mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
body .mat-mdc-paginator {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}
body .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-paginator-decrement,
body .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
body .mat-mdc-paginator-first,
body .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
body .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
body .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);
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .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;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
body .mat-mdc-paginator-container {
  min-height: 56px;
}
body .mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
body .mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}
body .mat-mdc-tab, body .mat-mdc-tab-link {
  background-color: transparent;
}
body .mat-mdc-tab .mdc-tab__text-label, body .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
body .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
body .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, body .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
body .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #7a7ad6;
}
body .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #7a7ad6);
}
body .mdc-tab__ripple::before,
body .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-link .mat-ripple-element {
  background-color: #7a7ad6;
}
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #7a7ad6;
}
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #7a7ad6);
}
body .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, body .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #7a7ad6;
}
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5f3c;
}
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5f3c);
}
body .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, body .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5f3c;
}
body .mat-mdc-tab-group.mat-background-primary, body .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #7a7ad6;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
body .mat-mdc-tab-group.mat-background-accent, body .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #7a7ad6;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
body .mat-mdc-tab-group.mat-background-warn, body .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff5f3c;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
body .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
body .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
body .mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  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);
}
body .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
body .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #7a7ad6;
  --mdc-checkbox-selected-hover-icon-color: #7a7ad6;
  --mdc-checkbox-selected-icon-color: #7a7ad6;
  --mdc-checkbox-selected-pressed-icon-color: #7a7ad6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #7a7ad6;
}
body .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #7a7ad6;
  --mdc-checkbox-selected-hover-icon-color: #7a7ad6;
  --mdc-checkbox-selected-icon-color: #7a7ad6;
  --mdc-checkbox-selected-pressed-icon-color: #7a7ad6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #7a7ad6;
}
body .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff5f3c;
  --mdc-checkbox-selected-hover-icon-color: #ff5f3c;
  --mdc-checkbox-selected-icon-color: #ff5f3c;
  --mdc-checkbox-selected-pressed-icon-color: #ff5f3c;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
body .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 95, 60, 0.1);
}
body .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5f3c;
}
body .mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
@media all and (-ms-high-contrast: none) {
  body .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
body .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, Roboto, sans-serif));
  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);
}
body .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
body .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #7a7ad6;
}
body .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #7a7ad6;
}
body .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff5f3c;
}
body .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #7a7ad6;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #7a7ad6;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff5f3c;
  --mdc-filled-button-label-text-color: #000;
}
body .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #7a7ad6;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #7a7ad6;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff5f3c;
  --mdc-protected-button-label-text-color: #000;
}
body .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
body .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
body .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #7a7ad6;
}
body .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #7a7ad6;
}
body .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff5f3c;
}
body .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
body .mat-mdc-button, body .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-button.mat-primary, body .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #7a7ad6;
  --mat-mdc-button-ripple-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-button.mat-accent, body .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #7a7ad6;
  --mat-mdc-button-ripple-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-button.mat-warn, body .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5f3c;
  --mat-mdc-button-ripple-color: rgba(255, 95, 60, 0.1);
}
body .mat-mdc-raised-button, body .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-raised-button.mat-primary, body .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-accent, body .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-warn, body .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-button.mat-mdc-button-base,
body .mat-mdc-raised-button.mat-mdc-button-base,
body .mat-mdc-unelevated-button.mat-mdc-button-base,
body .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
body .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  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);
}
body .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #7a7ad6;
  --mat-mdc-button-ripple-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #7a7ad6;
  --mat-mdc-button-ripple-color: rgba(122, 122, 214, 0.1);
}
body .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5f3c;
  --mat-mdc-button-ripple-color: rgba(255, 95, 60, 0.1);
}
body .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #7a7ad6;
}
body .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #7a7ad6;
}
body .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff5f3c;
}
body .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
body .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
body .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
body .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
body .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
body .mat-mdc-fab, body .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body .mat-mdc-fab.mat-primary, body .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-accent, body .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-warn, body .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-fab.mat-unthemed, body .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-primary, body .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #7a7ad6;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-accent, body .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #7a7ad6;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-warn, body .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff5f3c;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
body .mat-mdc-fab[disabled][disabled], body .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
body .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, Roboto, sans-serif));
  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);
}
body .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
}
body .mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
body .mdc-data-table {
  background-color: var(--mdc-theme-surface, #424242);
  border-color: rgba(255, 255, 255, 0.12);
}
body .mdc-data-table__row {
  background-color: inherit;
}
body .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #424242);
}
body .mdc-data-table__row--selected {
  background-color: rgba(122, 122, 214, 0.04);
}
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
body .mdc-data-table__cell,
body .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
body .mdc-data-table__pagination-total,
body .mdc-data-table__pagination-rows-per-page-label,
body .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] body .mdc-data-table__pagination-button .mdc-button__icon, body .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mat-mdc-table {
  background: #424242;
}
body .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
body .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
body .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
body .mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  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);
}
body .mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  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);
}
body .mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[dir=rtl] body .mdc-data-table__pagination-button .mdc-button__icon, body .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #7a7ad6;
}
body .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #7a7ad6;
}
body .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5f3c;
}
body .mat-badge {
  position: relative;
}
body .mat-badge.mat-badge {
  overflow: visible;
}
body .mat-badge-hidden .mat-badge-content {
  display: none;
}
body .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;
}
body .ng-animate-disabled .mat-badge-content,
body .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body .mat-badge-content.mat-badge-active {
  transform: none;
}
body .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body .mat-badge-content {
  color: black;
  background: #7a7ad6;
}
.cdk-high-contrast-active body .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body .mat-badge-accent .mat-badge-content {
  background: #7a7ad6;
  color: black;
}
body .mat-badge-warn .mat-badge-content {
  color: black;
  background: #ff5f3c;
}
body .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
body .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}
body .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
body .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
body .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
body .mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
body .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
body .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
body .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
body [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
body .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
body .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
body .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
body .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
body .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
body .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
body .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body .mat-button-toggle {
  font-family: Roboto, sans-serif;
}
body .mat-calendar-arrow {
  fill: white;
}
body .mat-datepicker-toggle,
body .mat-datepicker-content .mat-calendar-next-button,
body .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
body .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
body .mat-calendar-table-header,
body .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
body .mat-calendar-body-cell-content,
body .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
body .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
body .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
body .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
body .mat-calendar-body-in-range::before {
  background: rgba(122, 122, 214, 0.2);
}
body .mat-calendar-body-comparison-identical,
body .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-calendar-body-comparison-bridge-start::before,
body [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(122, 122, 214, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-calendar-body-comparison-bridge-end::before,
body [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(122, 122, 214, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-calendar-body-selected {
  background-color: #7a7ad6;
  color: black;
}
body .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(122, 122, 214, 0.4);
}
body .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(122, 122, 214, 0.3);
}
@media (hover: hover) {
  body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(122, 122, 214, 0.3);
  }
}
body .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(122, 122, 214, 0.2);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(122, 122, 214, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(122, 122, 214, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #7a7ad6;
  color: black;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(122, 122, 214, 0.4);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
body .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(122, 122, 214, 0.3);
}
@media (hover: hover) {
  body .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(122, 122, 214, 0.3);
  }
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 95, 60, 0.2);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 95, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 95, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5f3c;
  color: black;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 95, 60, 0.4);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
body .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 95, 60, 0.3);
}
@media (hover: hover) {
  body .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 95, 60, 0.3);
  }
}
body .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body .mat-datepicker-toggle-active {
  color: #7a7ad6;
}
body .mat-datepicker-toggle-active.mat-accent {
  color: #7a7ad6;
}
body .mat-datepicker-toggle-active.mat-warn {
  color: #ff5f3c;
}
body .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
body .mat-calendar {
  font-family: Roboto, sans-serif;
}
body .mat-calendar-body {
  font-size: 13px;
}
body .mat-calendar-body-label,
body .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
body .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
body .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
body .mat-expansion-panel {
  background: #424242;
  color: white;
}
body .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  body .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
body .mat-expansion-panel-header-title {
  color: white;
}
body .mat-expansion-panel-header-description,
body .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
body .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
body .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body .mat-expansion-panel-header {
  height: 48px;
}
body .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body .mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
body .mat-grid-tile-header,
body .mat-grid-tile-footer {
  font-size: 14px;
}
body .mat-grid-tile-header .mat-line,
body .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-grid-tile-header .mat-line:nth-child(n+2),
body .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body .mat-icon.mat-primary {
  color: #7a7ad6;
}
body .mat-icon.mat-accent {
  color: #7a7ad6;
}
body .mat-icon.mat-warn {
  color: #ff5f3c;
}
body .mat-drawer-container {
  background-color: #303030;
  color: white;
}
body .mat-drawer {
  background-color: #424242;
  color: white;
}
body .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
body .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
body .mat-step-header.cdk-keyboard-focused, body .mat-step-header.cdk-program-focused, body .mat-step-header:hover:not([aria-disabled]), body .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
body .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body .mat-step-header:hover {
    background: none;
  }
}
body .mat-step-header .mat-step-label,
body .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
body .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #7a7ad6;
  color: black;
}
body .mat-step-header.mat-accent .mat-step-icon {
  color: black;
}
body .mat-step-header.mat-accent .mat-step-icon-selected,
body .mat-step-header.mat-accent .mat-step-icon-state-done,
body .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #7a7ad6;
  color: black;
}
body .mat-step-header.mat-warn .mat-step-icon {
  color: black;
}
body .mat-step-header.mat-warn .mat-step-icon-selected,
body .mat-step-header.mat-warn .mat-step-icon-state-done,
body .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5f3c;
  color: black;
}
body .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5f3c;
}
body .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
body .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5f3c;
}
body .mat-stepper-horizontal, body .mat-stepper-vertical {
  background-color: #424242;
}
body .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
body .mat-horizontal-stepper-header::before,
body .mat-horizontal-stepper-header::after,
body .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body .mat-horizontal-stepper-header {
  height: 72px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
body .mat-vertical-stepper-header {
  padding: 24px 24px;
}
body .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
body .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body .mat-stepper-vertical, body .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}
body .mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
body .mat-step-sub-label-error {
  font-weight: normal;
}
body .mat-step-label-error {
  font-size: 16px;
}
body .mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}
body .mat-sort-header-arrow {
  color: #c6c6c6;
}
body .mat-toolbar {
  background: #212121;
  color: white;
}
body .mat-toolbar.mat-primary {
  background: #7a7ad6;
  color: black;
}
body .mat-toolbar.mat-accent {
  background: #7a7ad6;
  color: black;
}
body .mat-toolbar.mat-warn {
  background: #ff5f3c;
  color: black;
}
body .mat-toolbar .mat-form-field-underline,
body .mat-toolbar .mat-form-field-ripple,
body .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body .mat-toolbar .mat-form-field-label,
body .mat-toolbar .mat-focused .mat-form-field-label,
body .mat-toolbar .mat-select-value,
body .mat-toolbar .mat-select-arrow,
body .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body .mat-toolbar-multiple-rows {
  min-height: 64px;
}
body .mat-toolbar-row, body .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  body .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  body .mat-toolbar-row, body .mat-toolbar-single-row {
    height: 56px;
  }
}
body .mat-toolbar,
body .mat-toolbar h1,
body .mat-toolbar h2,
body .mat-toolbar h3,
body .mat-toolbar h4,
body .mat-toolbar h5,
body .mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}
body .mat-tree {
  background: #424242;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  color: white;
}
body .mat-tree-node {
  min-height: 48px;
}
body .mat-tree {
  font-family: Roboto, sans-serif;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
body.light .mat-ripple-element, body.theme-light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .mat-mdc-option, body.theme-light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body.light .mat-mdc-option:hover:not(.mdc-list-item--disabled), body.light .mat-mdc-option:focus:not(.mdc-list-item--disabled), body.light .mat-mdc-option.mat-mdc-option-active, body.light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled), body.theme-light .mat-mdc-option:hover:not(.mdc-list-item--disabled), body.theme-light .mat-mdc-option:focus:not(.mdc-list-item--disabled), body.theme-light .mat-mdc-option.mat-mdc-option-active, body.theme-light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text, body.theme-light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #245ff8);
}
body.light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text, body.theme-light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #245ff8);
}
body.light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text, body.theme-light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #fc7135);
}
body.light .mat-mdc-optgroup-label, body.theme-light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body.light .mat-pseudo-checkbox-full, body.theme-light .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled, body.theme-light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after, body.theme-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.theme-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #245ff8;
}
body.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full, body.theme-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.theme-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #245ff8;
}
body.light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after, body.theme-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.theme-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after, body.theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #245ff8;
}
body.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full, body.theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #245ff8;
}
body.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after, body.theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after, body.theme-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.theme-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #245ff8;
}
body.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full, body.theme-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.theme-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #245ff8;
}
body.light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after, body.theme-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.theme-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after, body.theme-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.theme-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #fc7135;
}
body.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full, body.theme-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.theme-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #fc7135;
}
body.light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after, body.theme-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.theme-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after, body.theme-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.theme-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
body.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full, body.theme-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.theme-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
body.light .mat-app-background, body.light.mat-app-background, body.theme-light .mat-app-background, body.theme-light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-elevation-z0, body.light .mat-mdc-elevation-specific.mat-elevation-z0, body.theme-light .mat-elevation-z0, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z1, body.light .mat-mdc-elevation-specific.mat-elevation-z1, body.theme-light .mat-elevation-z1, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z2, body.light .mat-mdc-elevation-specific.mat-elevation-z2, body.theme-light .mat-elevation-z2, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z3, body.light .mat-mdc-elevation-specific.mat-elevation-z3, body.theme-light .mat-elevation-z3, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z4, body.light .mat-mdc-elevation-specific.mat-elevation-z4, body.theme-light .mat-elevation-z4, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z5, body.light .mat-mdc-elevation-specific.mat-elevation-z5, body.theme-light .mat-elevation-z5, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z6, body.light .mat-mdc-elevation-specific.mat-elevation-z6, body.theme-light .mat-elevation-z6, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z7, body.light .mat-mdc-elevation-specific.mat-elevation-z7, body.theme-light .mat-elevation-z7, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z8, body.light .mat-mdc-elevation-specific.mat-elevation-z8, body.theme-light .mat-elevation-z8, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z9, body.light .mat-mdc-elevation-specific.mat-elevation-z9, body.theme-light .mat-elevation-z9, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z10, body.light .mat-mdc-elevation-specific.mat-elevation-z10, body.theme-light .mat-elevation-z10, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z11, body.light .mat-mdc-elevation-specific.mat-elevation-z11, body.theme-light .mat-elevation-z11, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z12, body.light .mat-mdc-elevation-specific.mat-elevation-z12, body.theme-light .mat-elevation-z12, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z13, body.light .mat-mdc-elevation-specific.mat-elevation-z13, body.theme-light .mat-elevation-z13, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z14, body.light .mat-mdc-elevation-specific.mat-elevation-z14, body.theme-light .mat-elevation-z14, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z15, body.light .mat-mdc-elevation-specific.mat-elevation-z15, body.theme-light .mat-elevation-z15, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z16, body.light .mat-mdc-elevation-specific.mat-elevation-z16, body.theme-light .mat-elevation-z16, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z17, body.light .mat-mdc-elevation-specific.mat-elevation-z17, body.theme-light .mat-elevation-z17, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z18, body.light .mat-mdc-elevation-specific.mat-elevation-z18, body.theme-light .mat-elevation-z18, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z19, body.light .mat-mdc-elevation-specific.mat-elevation-z19, body.theme-light .mat-elevation-z19, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z20, body.light .mat-mdc-elevation-specific.mat-elevation-z20, body.theme-light .mat-elevation-z20, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z21, body.light .mat-mdc-elevation-specific.mat-elevation-z21, body.theme-light .mat-elevation-z21, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z22, body.light .mat-mdc-elevation-specific.mat-elevation-z22, body.theme-light .mat-elevation-z22, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z23, body.light .mat-mdc-elevation-specific.mat-elevation-z23, body.theme-light .mat-elevation-z23, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z24, body.light .mat-mdc-elevation-specific.mat-elevation-z24, body.theme-light .mat-elevation-z24, body.theme-light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

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

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

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

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

body.light .mat-mdc-table, body.theme-light .mat-mdc-table {
  background: white;
}
body.light .mat-mdc-progress-spinner, body.theme-light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #245ff8;
}
body.light .mat-mdc-progress-spinner.mat-accent, body.theme-light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #245ff8;
}
body.light .mat-mdc-progress-spinner.mat-warn, body.theme-light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #fc7135;
}
body.light .mat-badge, body.theme-light .mat-badge {
  position: relative;
}
body.light .mat-badge.mat-badge, body.theme-light .mat-badge.mat-badge {
  overflow: visible;
}
body.light .mat-badge-hidden .mat-badge-content, body.theme-light .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.light .mat-badge-content, body.theme-light .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;
}
body.light .ng-animate-disabled .mat-badge-content,
body.light .mat-badge-content._mat-animation-noopable, body.theme-light .ng-animate-disabled .mat-badge-content,
body.theme-light .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.light .mat-badge-content.mat-badge-active, body.theme-light .mat-badge-content.mat-badge-active {
  transform: none;
}
body.light .mat-badge-small .mat-badge-content, body.theme-light .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.light .mat-badge-small.mat-badge-above .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.light .mat-badge-small.mat-badge-below .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.light .mat-badge-small.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.light .mat-badge-small.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.light .mat-badge-medium .mat-badge-content, body.theme-light .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.light .mat-badge-medium.mat-badge-above .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.light .mat-badge-medium.mat-badge-below .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.light .mat-badge-medium.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.light .mat-badge-medium.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.light .mat-badge-large .mat-badge-content, body.theme-light .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.light .mat-badge-large.mat-badge-above .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.light .mat-badge-large.mat-badge-below .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.light .mat-badge-large.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.light .mat-badge-large.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content, body.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content, [dir=rtl] body.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.light .mat-badge-content, body.theme-light .mat-badge-content {
  color: white;
  background: #245ff8;
}
.cdk-high-contrast-active body.light .mat-badge-content, .cdk-high-contrast-active body.theme-light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body.light .mat-badge-accent .mat-badge-content, body.theme-light .mat-badge-accent .mat-badge-content {
  background: #245ff8;
  color: white;
}
body.light .mat-badge-warn .mat-badge-content, body.theme-light .mat-badge-warn .mat-badge-content {
  color: black;
  background: #fc7135;
}
body.light .mat-badge-disabled .mat-badge-content, body.theme-light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-bottom-sheet-container, body.theme-light .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group:not([class*=mat-elevation-z]), body.theme-light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.theme-light .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]), body.theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.theme-light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.light .mat-button-toggle, body.theme-light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-button-toggle .mat-button-toggle-focus-overlay, body.theme-light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-appearance-standard, body.theme-light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay, body.theme-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, body.theme-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
body.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, body.theme-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
body.light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle, body.theme-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
body.light .mat-button-toggle-checked, body.theme-light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard, body.theme-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-button-toggle-disabled, body.theme-light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard, body.theme-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-checked, body.theme-light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.light .mat-button-toggle-group-appearance-standard, body.theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
body.light .mat-calendar-arrow, body.theme-light .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
body.light .mat-datepicker-toggle,
body.light .mat-datepicker-content .mat-calendar-next-button,
body.light .mat-datepicker-content .mat-calendar-previous-button, body.theme-light .mat-datepicker-toggle,
body.theme-light .mat-datepicker-content .mat-calendar-next-button,
body.theme-light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-calendar-table-header-divider::after, body.theme-light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.light .mat-calendar-table-header,
body.light .mat-calendar-body-label, body.theme-light .mat-calendar-table-header,
body.theme-light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-calendar-body-cell-content,
body.light .mat-date-range-input-separator, body.theme-light .mat-calendar-body-cell-content,
body.theme-light .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-form-field-disabled .mat-date-range-input-separator, body.theme-light .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-calendar-body-in-preview, body.theme-light .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.light .mat-calendar-body-in-range::before, body.theme-light .mat-calendar-body-in-range::before {
  background: rgba(36, 95, 248, 0.2);
}
body.light .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range::before, body.theme-light .mat-calendar-body-comparison-identical,
body.theme-light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-calendar-body-comparison-bridge-start::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before, body.theme-light .mat-calendar-body-comparison-bridge-start::before,
body.theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(36, 95, 248, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-comparison-bridge-end::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before, body.theme-light .mat-calendar-body-comparison-bridge-end::before,
body.theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(36, 95, 248, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after, body.theme-light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected, body.theme-light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-calendar-body-selected, body.theme-light .mat-calendar-body-selected {
  background-color: #245ff8;
  color: white;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-selected, body.theme-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(36, 95, 248, 0.4);
}
body.light .mat-calendar-body-today.mat-calendar-body-selected, body.theme-light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(36, 95, 248, 0.3);
}
@media (hover: hover) {
  body.light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(36, 95, 248, 0.3);
  }
}
body.light .mat-datepicker-content, body.theme-light .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(36, 95, 248, 0.2);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(36, 95, 248, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(36, 95, 248, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #245ff8;
  color: white;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(36, 95, 248, 0.4);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(36, 95, 248, 0.3);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(36, 95, 248, 0.3);
  }
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(252, 113, 53, 0.2);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(252, 113, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(252, 113, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #fc7135;
  color: black;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(252, 113, 53, 0.4);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected, body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
body.light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(252, 113, 53, 0.3);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), body.theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(252, 113, 53, 0.3);
  }
}
body.light .mat-datepicker-content-touch, body.theme-light .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-datepicker-toggle-active, body.theme-light .mat-datepicker-toggle-active {
  color: #245ff8;
}
body.light .mat-datepicker-toggle-active.mat-accent, body.theme-light .mat-datepicker-toggle-active.mat-accent {
  color: #245ff8;
}
body.light .mat-datepicker-toggle-active.mat-warn, body.theme-light .mat-datepicker-toggle-active.mat-warn {
  color: #fc7135;
}
body.light .mat-date-range-input-inner[disabled], body.theme-light .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-divider, body.theme-light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-divider-vertical, body.theme-light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-expansion-panel, body.theme-light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-expansion-panel:not([class*=mat-elevation-z]), body.theme-light .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-action-row, body.theme-light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]), body.theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover, body.theme-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.light .mat-expansion-panel-header-title, body.theme-light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-expansion-panel-header-description,
body.light .mat-expansion-indicator::after, body.theme-light .mat-expansion-panel-header-description,
body.theme-light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-expansion-panel-header[aria-disabled=true], body.theme-light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, body.theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.light .mat-icon.mat-primary, body.theme-light .mat-icon.mat-primary {
  color: #245ff8;
}
body.light .mat-icon.mat-accent, body.theme-light .mat-icon.mat-accent {
  color: #245ff8;
}
body.light .mat-icon.mat-warn, body.theme-light .mat-icon.mat-warn {
  color: #fc7135;
}
body.light .mat-drawer-container, body.theme-light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-drawer, body.theme-light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-drawer.mat-drawer-push, body.theme-light .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.light .mat-drawer:not(.mat-drawer-side), body.theme-light .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-side, body.theme-light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-side.mat-drawer-end, body.theme-light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side, body.theme-light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side.mat-drawer-end, body.theme-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-backdrop.mat-drawer-shown, body.theme-light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.light .mat-step-header.cdk-keyboard-focused, body.light .mat-step-header.cdk-program-focused, body.light .mat-step-header:hover:not([aria-disabled]), body.light .mat-step-header:hover[aria-disabled=false], body.theme-light .mat-step-header.cdk-keyboard-focused, body.theme-light .mat-step-header.cdk-program-focused, body.theme-light .mat-step-header:hover:not([aria-disabled]), body.theme-light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .mat-step-header:hover[aria-disabled=true], body.theme-light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.light .mat-step-header:hover, body.theme-light .mat-step-header:hover {
    background: none;
  }
}
body.light .mat-step-header .mat-step-label,
body.light .mat-step-header .mat-step-optional, body.theme-light .mat-step-header .mat-step-label,
body.theme-light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-step-header .mat-step-icon, body.theme-light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body.light .mat-step-header .mat-step-icon-selected,
body.light .mat-step-header .mat-step-icon-state-done,
body.light .mat-step-header .mat-step-icon-state-edit, body.theme-light .mat-step-header .mat-step-icon-selected,
body.theme-light .mat-step-header .mat-step-icon-state-done,
body.theme-light .mat-step-header .mat-step-icon-state-edit {
  background-color: #245ff8;
  color: white;
}
body.light .mat-step-header.mat-accent .mat-step-icon, body.theme-light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
body.light .mat-step-header.mat-accent .mat-step-icon-selected,
body.light .mat-step-header.mat-accent .mat-step-icon-state-done,
body.light .mat-step-header.mat-accent .mat-step-icon-state-edit, body.theme-light .mat-step-header.mat-accent .mat-step-icon-selected,
body.theme-light .mat-step-header.mat-accent .mat-step-icon-state-done,
body.theme-light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #245ff8;
  color: white;
}
body.light .mat-step-header.mat-warn .mat-step-icon, body.theme-light .mat-step-header.mat-warn .mat-step-icon {
  color: black;
}
body.light .mat-step-header.mat-warn .mat-step-icon-selected,
body.light .mat-step-header.mat-warn .mat-step-icon-state-done,
body.light .mat-step-header.mat-warn .mat-step-icon-state-edit, body.theme-light .mat-step-header.mat-warn .mat-step-icon-selected,
body.theme-light .mat-step-header.mat-warn .mat-step-icon-state-done,
body.theme-light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #fc7135;
  color: black;
}
body.light .mat-step-header .mat-step-icon-state-error, body.theme-light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #fc7135;
}
body.light .mat-step-header .mat-step-label.mat-step-label-active, body.theme-light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-step-header .mat-step-label.mat-step-label-error, body.theme-light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #fc7135;
}
body.light .mat-stepper-horizontal, body.light .mat-stepper-vertical, body.theme-light .mat-stepper-horizontal, body.theme-light .mat-stepper-vertical {
  background-color: white;
}
body.light .mat-stepper-vertical-line::before, body.theme-light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-horizontal-stepper-header::before,
body.light .mat-horizontal-stepper-header::after,
body.light .mat-stepper-horizontal-line, body.theme-light .mat-horizontal-stepper-header::before,
body.theme-light .mat-horizontal-stepper-header::after,
body.theme-light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-sort-header-arrow, body.theme-light .mat-sort-header-arrow {
  color: #757575;
}
body.light .mat-toolbar, body.theme-light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-toolbar.mat-primary, body.theme-light .mat-toolbar.mat-primary {
  background: #245ff8;
  color: white;
}
body.light .mat-toolbar.mat-accent, body.theme-light .mat-toolbar.mat-accent {
  background: #245ff8;
  color: white;
}
body.light .mat-toolbar.mat-warn, body.theme-light .mat-toolbar.mat-warn {
  background: #fc7135;
  color: black;
}
body.light .mat-toolbar .mat-form-field-underline,
body.light .mat-toolbar .mat-form-field-ripple,
body.light .mat-toolbar .mat-focused .mat-form-field-ripple, body.theme-light .mat-toolbar .mat-form-field-underline,
body.theme-light .mat-toolbar .mat-form-field-ripple,
body.theme-light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.light .mat-toolbar .mat-form-field-label,
body.light .mat-toolbar .mat-focused .mat-form-field-label,
body.light .mat-toolbar .mat-select-value,
body.light .mat-toolbar .mat-select-arrow,
body.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, body.theme-light .mat-toolbar .mat-form-field-label,
body.theme-light .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-light .mat-toolbar .mat-select-value,
body.theme-light .mat-toolbar .mat-select-arrow,
body.theme-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.light .mat-toolbar .mat-input-element, body.theme-light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.light .mat-tree, body.theme-light .mat-tree {
  background: white;
}
body.light .mat-tree-node,
body.light .mat-nested-tree-node, body.theme-light .mat-tree-node,
body.theme-light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-mdc-table {
  background: var(--cl-bg-panel-fourth);
}
body .mat-mdc-table .mat-mdc-header-cell,
body .mat-mdc-table .mat-mdc-footer-cell,
body .mat-mdc-table .mat-mdc-cell {
  color: var(--cl-text-enable-prim);
}
body .mat-mdc-table .mat-mdc-header-row,
body .mat-mdc-table .mat-mdc-footer-row {
  height: 2.25rem;
  background: var(--cl-bg-panel-sec);
}
body .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell,
body .mat-mdc-table .mat-mdc-header-row .mat-mdc-footer-cell,
body .mat-mdc-table .mat-mdc-footer-row .mat-mdc-header-cell,
body .mat-mdc-table .mat-mdc-footer-row .mat-mdc-footer-cell {
  padding: 0 var(--gap2);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.188rem;
  font-variant: all-small-caps;
  border-bottom: none;
}
body .mat-mdc-table .mat-mdc-row {
  height: 3rem;
}
body .mat-mdc-table .mat-mdc-row .mat-mdc-cell {
  padding: 0 var(--gap2);
  border-bottom-color: var(--cl-divider);
}
body .mat-mdc-icon-button {
  overflow: hidden;
  border-radius: var(--border-radius);
}
body .mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: var(--border-radius) !important;
}
body .mat-mdc-select-placeholder {
  color: var(--cl-text-disable);
}
body .mat-mdc-select-panel.file-uploaded-panel {
  --mdc-shape-medium: var(--border-radius);
  background-color: var(--cl-bg-panel-sec);
}
body .mat-mdc-select-panel.file-uploaded-panel .mdc-list-item {
  flex-direction: column;
  min-height: auto;
  height: 2.375rem;
}
body .mat-mdc-select-panel.file-uploaded-panel .mdc-list-item__primary-text {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.938rem;
  color: var(--cl-text-enable-sec);
}
body .mat-mdc-select-panel.file-uploaded-panel .mdc-list-item::after {
  content: "";
  width: 100%;
  height: 0.063rem;
  opacity: 0.25;
  background-color: var(--cl-text-disable);
}
body .mat-mdc-select-panel.file-uploaded-panel .mdc-list-item .mat-pseudo-checkbox {
  display: none;
}
body .cdk-overlay-pane {
  justify-content: center;
}
body .cdk-overlay-pane:has(.cl-select-overlay) {
  width: initial !important;
}
body .cdk-overlay-container .mat-mdc-menu-panel {
  margin-top: -2.25rem;
  margin-right: 0.063rem;
  background: var(--cl-bg-panel-sec);
  box-shadow: var(--cl-popup-shadow) !important;
  border-radius: var(--border-radius);
}
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-content > icon[name=dots__vertical] {
  width: 0.188rem;
  height: 0.938rem;
  position: absolute;
  top: 0.469rem;
  right: 0.625rem;
  pointer-events: none;
  color: var(--cl-text-enable-prim);
}
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-content,
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: lowercase;
  font-variant: all-small-caps;
  color: var(--cl-text-enable-sec);
}
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-item {
  min-height: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 1.875rem;
}
body .cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-item icon {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: bottom;
  margin-bottom: 0.313rem;
  margin-right: 0.25rem;
}
body .mat-mdc-select-panel {
  background-color: var(--cl-bg-panel-sec);
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field,
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field {
  padding: 0 0.938rem;
  border-radius: var(--border-radius);
  cursor: pointer;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix,
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  width: auto;
  min-height: 2.5rem;
  padding: 0.5rem 0;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-floating-label,
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 50%;
  color: var(--cl-text-disable);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field .mdc-line-ripple,
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field .mdc-line-ripple {
  display: none;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled),
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: var(--cl-bg-main);
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-text-field.mdc-text-field--filled .mdc-floating-label--float-above,
body .mat-mdc-form-field-type-mat-input.mat-form-field-appearance-fill .mdc-text-field.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: none;
  opacity: 0;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  display: none;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-form-field-icon-suffix {
  width: 0.875rem;
}
body .mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-form-field-icon-suffix icon {
  width: 100%;
}
body .mdc-form-field .mdc-switch {
  width: 1.875rem !important;
}
body .mdc-form-field .mdc-switch .mdc-switch__track {
  border-radius: 1.25rem !important;
  height: 1.125rem !important;
}
body .mdc-form-field .mdc-switch .mdc-switch__handle {
  width: 0.875rem !important;
  height: 0.875rem !important;
  left: 0.188rem;
}
body .mdc-form-field .mdc-switch .mdc-switch__icons {
  display: none;
}
body .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
}
body .mat-button-toggle-group {
  border-radius: var(--border-radius);
  border: none;
}
body .mat-button-toggle-group .mat-button-toggle {
  margin-inline: 0;
  width: 50%;
  display: flex;
  color: var(--cl-text-enable-sec);
  background-color: var(--cl-bg-panel-sec);
  transition: background-color var(--animation-duration) linear, color var(--animation-duration) linear;
}
body .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  color: var(--cl-text-button-active);
  background-color: var(--cl-text-active);
  font-weight: 600;
}
body .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: 1.026rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
body .mat-mdc-select-panel {
  background: var(--cl-bg-main);
}
body .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .mat-mdc-select-panel .mat-mdc-option:not(.selected) .mdc-list-item__primary-text {
  color: var(--cl-text-enable-sec);
}
body .mat-mdc-select-panel .mat-mdc-option:hover:not(.mat-option-disabled), body .mat-mdc-select-panel .mat-mdc-option:focus:not(.mat-option-disabled) {
  background-color: var(--cl-bg-panel-prim);
}
body .item.extend .selector .mat-mdc-select-value {
  font-size: 0.875rem;
  line-height: 1.006rem;
}
body .item.extend .selector .mdc-list-item__primary-text {
  font-family: Roboto;
  font-size: 0.875rem;
  line-height: 1.006rem;
  font-variant: all-small-caps;
}
body .mat-mdc-menu-panel {
  background: var(--cl-bg-main);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item {
  background-color: none;
}
body .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--cl-text-enable-sec);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.selected {
  background-color: var(--cl-bg-panel-sec);
}
body .mat-mdc-menu-panel .mat-mdc-menu-item.selected .mdc-list-item__primary-text {
  color: var(--cl-text-enable-prim);
}
body .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: var(--cl-text-button-active);
  --mdc-switch-selected-handle-color: var(--cl-text-button-active);
  --mdc-switch-selected-hover-state-layer-color: var(--cl-text-button-active);
  --mdc-switch-selected-pressed-state-layer-color: var(--cl-text-button-active);
  --mdc-switch-selected-focus-handle-color: var(--cl-text-button-active);
  --mdc-switch-selected-hover-handle-color: var(--cl-text-button-active);
  --mdc-switch-selected-pressed-handle-color: var(--cl-text-button-active);
  --mdc-switch-selected-focus-track-color: var(--cl-text-active);
  --mdc-switch-selected-hover-track-color: var(--cl-text-active);
  --mdc-switch-selected-pressed-track-color: var(--cl-text-active);
  --mdc-switch-selected-track-color: var(--cl-text-active);
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  src: url('icons.woff2') format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Roboto";
  src: url('Roboto-Thin.woff2') format("woff2"), url('Roboto-Thin.ttf') format("ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-ThinItalic.woff2') format("woff2"), url('Roboto-ThinItalic.ttf') format("ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Light.woff2') format("woff2"), url('Roboto-Light.ttf') format("ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-LightItalic.woff2') format("woff2"), url('Roboto-LightItalic.ttf') format("ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Light.woff2') format("woff2"), url('Roboto-Light.ttf') format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-LightItalic.woff2') format("woff2"), url('Roboto-LightItalic.ttf') format("ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Regular.woff2') format("woff2"), url('Roboto-Regular.ttf') format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-RegularItalic.woff2') format("woff2"), url('Roboto-RegularItalic.ttf') format("ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Medium.woff2') format("woff2"), url('Roboto-Medium.ttf') format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-MediumItalic.woff2') format("woff2"), url('Roboto-MediumItalic.ttf') format("ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Medium.woff2') format("woff2"), url('Roboto-Medium.ttf') format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-MediumItalic.woff2') format("woff2"), url('Roboto-MediumItalic.ttf') format("ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Bold.woff2') format("woff2"), url('Roboto-Bold.ttf') format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BoldItalic.woff2') format("woff2"), url('Roboto-BoldItalic.ttf') format("ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Bold.woff2') format("woff2"), url('Roboto-Bold.ttf') format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BoldItalic.woff2') format("woff2"), url('Roboto-BoldItalic.ttf') format("ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Black.woff2') format("woff2"), url('Roboto-Black.ttf') format("ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BlackItalic.woff2') format("woff2"), url('Roboto-BlackItalic.ttf') format("ttf");
  font-weight: 900;
  font-style: italic;
}
/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0; /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: #ffffff;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

.highcharts-subtitle {
  fill: #666666;
  font-size: 1em;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #666666;
}

.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

div.highcharts-tooltip {
  filter: none;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}

.highcharts-color-1 {
  fill: #434348;
  stroke: #434348;
}

.highcharts-color-2 {
  fill: #90ed7d;
  stroke: #90ed7d;
}

.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}

.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}

.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}

.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}

.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}

.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}

.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
}

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
  opacity: 0;
}

.highcharts-point {
  stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-data-label-hidden {
  pointer-events: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-lollipop-stem {
  stroke: #000000;
}

.highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item > text {
  fill: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item:hover text {
  fill: #000000;
}

.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}

.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}

.highcharts-bubble-legend-labels {
  fill: #333333;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff;
}

.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
  fill: #666666;
}

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

.highcharts-button text {
  fill: #333333;
}

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}

.highcharts-button-hover text {
  fill: #333333;
}

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}

.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}

.highcharts-button-disabled text {
  fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-label text {
  fill: #666666;
}

.highcharts-range-input rect {
  fill: none;
}

.highcharts-range-input text {
  fill: #333333;
}

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px; /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

.highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}

.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}

.highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highcharts Maps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
  stroke-width: inherit;
}

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-mapview-inset-border {
  stroke: #cccccc;
  stroke-width: 1px;
  fill: none;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

.highcharts-coloraxis-marker {
  fill: #999999;
}

.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Breadcrumbs */
.highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}

.highcharts-breadcrumbs-separator {
  fill: #666666;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}

.highcharts-annotation-label text {
  fill: #e6e6e6;
}

/* A11y module */
.highcharts-a11y-proxy-button {
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  opacity: 0.001;
  z-index: 999;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
}

.highcharts-a11y-proxy-group li {
  list-style: none;
}

.highcharts-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  margin-top: -3px;
  opacity: 0.01;
}

.highcharts-a11y-invisible {
  visibility: hidden;
}

.highcharts-a11y-proxy-container,
.highcharts-a11y-proxy-container-before,
.highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}

g.highcharts-series, .highcharts-markers, .highcharts-point {
  outline: none;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
  cursor: pointer;
}

.highcharts-point-connecting-path {
  fill: none;
}

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}

.highcharts-container {
  font-family: Roboto;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-variant: small-caps;
}

.highcharts-background {
  background: var(--cl-bg-panel-prim);
  fill: none;
}

.highcharts-title {
  fill: var(--cl-text-enable-prim);
  font-size: 1rem;
  text-transform: uppercase;
  font-variant: all-small-caps;
}

.highcharts-subtitle {
  fill: var(--cl-text-enable-sec);
  font-size: 0.875rem;
  text-transform: lowercase;
  font-variant: all-small-caps;
}

.highcharts-axis-title {
  font-family: "Roboto";
  font-style: normal;
}

.highcharts-axis-labels {
  fill: var(--cl-text-enable-sec);
}
.highcharts-axis-labels text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}

.highcharts-grid {
  stroke: var(--cl-bg-panel-fourth) !important;
}
.highcharts-grid .highcharts-minor-grid-line {
  stroke-width: 0;
}
.highcharts-grid .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-tick,
.highcharts-minor-tick {
  stroke: var(--cl-text-enable-sec);
  stroke-width: 0.063rem !important;
}

.highcharts-point.highcharts-color-1 {
  fill: var(--cl-accent-2);
  stroke: var(--cl-accent-2);
}
.highcharts-point.highcharts-color-2 {
  fill: var(--cl-accent-4);
  stroke: var(--cl-accent-4);
}
.highcharts-point.highcharts-color-3 {
  fill: var(--cl-accent-5);
  stroke: var(--cl-accent-5);
}
.highcharts-point.highcharts-color-0 {
  fill: var(--cl-bg-panel-fourth);
  stroke: var(--cl-bg-panel-fourth);
}

div.highcharts-tooltip {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.125rem;
}
div.highcharts-tooltip > span {
  display: flex;
  align-items: center;
  padding: 0.375rem var(--gap) 0.25rem;
  background-color: var(--cl-bg-panel-fourth);
  box-shadow: 0 0.188rem 0.313rem rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius);
}
div.highcharts-tooltip > span .dot {
  display: block;
  margin-right: var(--gap);
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.125rem;
  border-radius: 50%;
  background-color: currentColor;
}
div.highcharts-tooltip > span .title {
  margin-right: var(--gap);
}
div.highcharts-tooltip > span .value {
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--cl-text-enable-sec);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

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

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

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

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

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

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

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

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

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:root {
  --gap05: 0.313rem;
  --gap: 0.625rem;
  --gap15: 0.938rem;
  --gap2: 1.25rem;
  --gap3: 1.875rem;
  --border-radius: 0.375rem;
  --animation-duration: .3s;
  --animation-duration--fast: .1s;
  --animation-easing: cubic-bezier(0.65, 0.05, 0.36, 1);
  --animate-duration: var(--animation-duration);
  --icon-size: 1.125rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
}

html,
body {
  min-width: 20rem;
  height: 100%;
  overflow: hidden;
}

body {
  --cl-bg-main: #25252B;
  --cl-bg-panel-prim: rgb(44, 44, 51);
  --cl-bg-panel-sec: rgb(69, 69, 80);
  --cl-bg-panel-third: rgb(43, 43, 49);
  --cl-bg-panel-fourth: rgb(55, 55, 64);
  --cl-text-enable-prim: rgb(227, 227, 228);
  --cl-text-enable-sec: rgb(182, 182, 182);
  --cl-text-disable: rgb(111, 111, 121);
  --cl-text-active: hsl(240deg, 53%, 66%);
  --cl-text-active-15: hsla(240deg, 53%, 66%, 0.15);
  --cl-text-button-active: #FFFFFF;
  --cl-accent-1: rgb(34, 182, 146);
  --cl-accent-2: rgb(255, 182, 97);
  --cl-accent-3: rgb(98, 189, 239);
  --cl-accent-4: #F13232;
  --cl-accent-5: #FF5F3C;
  --cl-accent-6: #FFF961;
  --cl-accent-7: #6DE5FF;
  --cl-divider: rgb(69, 69, 80);
  --cl-btn-3d-shadow: 0 0.1429rem 0.7143rem rgba(0, 0, 0, 0.2), inset 0 0.0714rem 0 rgba(255, 255, 255, 0.15), inset 0.0714rem 0.1429rem 0.8571rem rgba(255, 255, 255, 0.05);
  --cl-btn-3d-shadow-pushed: inset 0 0.0714rem 0 rgba(255, 255, 255, 0.07), inset 0.0714rem 0.1429rem 0.8572rem rgba(255, 255, 255, 0.05);
  --cl-popup-no-shadow: 0 0 0 rgba(0, 0, 0, 0);
  --cl-popup-shadow: 0 1.4286rem 1.7857rem rgba(0, 0, 0, 0.25);
  --rs-unknown: #E3E3E4;
  --rs-drilling-rotary-drilling: #00E0C5;
  --rs-drilling-slide-drilling: #00A88A;
  --rs-drilling-out: #2E69FF;
  --rs-drilling-run-in-hole: #24CB2A;
  --rs-drilling-pull-out-of-hole: #00A424;
  --rs-drilling-reaming-in: #FFA30A;
  --rs-drilling-reaming-out: #FF6B00;
  --rs-drilling-making-connection: #F6D212;
  --rs-drilling-breaking-connection: #BB8825;
  --rs-drilling-connection: #B6E109;
  --rs-drilling-circulating: #BC44E6;
  --rs-drilling-rotate-circulating: #8B3AF2;
  --rs-drilling-pumping-in: #FF6FAA;
  --rs-drilling-pumping-out: #DA2788;
  --rs-drilling-service-rig: #FB3C3C;
  --rs-drilling-on-bottom-circulate: #8C8C8C;
  --rs-casing-run-in-hole: #24CB2A;
  --rs-casing-pull-out-of-hole: #00A424;
  --rs-casing-making-connection: #F6D212;
  --rs-casing-breaking-connection: #BB8825;
  --rs-casing-connection: #B6E109;
  --rs-casing-circulating: #BC44E6;
  --rs-casing-pumping-in: #FF6FAA;
  --rs-casing-pumping-out: #DA2788;
  --rs-casing-service-rig: #FB3C3C;
  --rs-cementing: #FFB661;
  --rs-wireline: #FF5F3C;
  --rs-rig-move: #63BDEF;
  --rs-bop-testing: #7B7BD6;
  --ra-drilling: rgb(34, 182, 146);
  --ra-casing-running: rgb(12, 136, 106);
  --ra-cementing: rgb(36, 205, 93);
  --ra-wireline: rgb(0, 158, 53);
  --ra-rig-move: rgb(18, 240, 255);
  --ra-bop-testing: rgb(0, 182, 239);
  --ra-unknown: rgb(255, 255, 255);
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  --trace-1: #E63700;
  --trace-2: #E66E00;
  --trace-3: #E6A600;
  --trace-4: #E6CF00;
  --trace-5: #9FE609;
  --trace-6: #3C9D00;
  --trace-7: #05E600;
  --trace-8: #1FA484;
  --trace-9: #00E678;
  --trace-10: #00E6BD;
  --trace-11: #00E6E6;
  --trace-12: #00A1E6;
  --trace-13: #1066E6;
  --trace-14: #8130E9;
  --trace-15: #9544E6;
  --trace-16: #BC44E6;
  --trace-17: #D216BF;
  --trace-18: #E62D64;
  --trace-19: #8C8C8C;
  overflow: hidden;
  margin: 0;
  background: var(--cl-bg-main);
  color: var(--cl-text-enable-prim);
  transition: color var(--cl-animation-duration--fast), background var(--cl-animation-duration--fast);
}
body html, body body {
  font-size: 16px;
}
body .color-bg-main {
  color: var(--cl-bg-main);
}
body .background-bg-main {
  background: var(--cl-bg-main);
}
body .color-bg-panel-prim {
  color: var(--cl-bg-panel-prim);
}
body .background-bg-panel-prim {
  background: var(--cl-bg-panel-prim);
}
body .color-bg-panel-sec {
  color: var(--cl-bg-panel-sec);
}
body .background-bg-panel-sec {
  background: var(--cl-bg-panel-sec);
}
body .color-bg-panel-third {
  color: var(--cl-bg-panel-third);
}
body .background-bg-panel-third {
  background: var(--cl-bg-panel-third);
}
body .color-bg-panel-fourth {
  color: var(--cl-bg-panel-fourth);
}
body .background-bg-panel-fourth {
  background: var(--cl-bg-panel-fourth);
}
body .color-text-enable-prim {
  color: var(--cl-text-enable-prim);
}
body .background-text-enable-prim {
  background: var(--cl-text-enable-prim);
}
body .color-text-enable-sec {
  color: var(--cl-text-enable-sec);
}
body .background-text-enable-sec {
  background: var(--cl-text-enable-sec);
}
body .color-text-disable {
  color: var(--cl-text-disable);
}
body .background-text-disable {
  background: var(--cl-text-disable);
}
body .color-text-active {
  color: var(--cl-text-active);
}
body .background-text-active {
  background: var(--cl-text-active);
}
body .color-text-active-15 {
  color: var(--cl-text-active-15);
}
body .background-text-active-15 {
  background: var(--cl-text-active-15);
}
body .color-text-button-active {
  color: var(--cl-text-button-active);
}
body .background-text-button-active {
  background: var(--cl-text-button-active);
}
body .color-accent-1 {
  color: var(--cl-accent-1);
}
body .background-accent-1 {
  background: var(--cl-accent-1);
}
body .color-accent-2 {
  color: var(--cl-accent-2);
}
body .background-accent-2 {
  background: var(--cl-accent-2);
}
body .color-accent-3 {
  color: var(--cl-accent-3);
}
body .background-accent-3 {
  background: var(--cl-accent-3);
}
body .color-accent-4 {
  color: var(--cl-accent-4);
}
body .background-accent-4 {
  background: var(--cl-accent-4);
}
body .color-accent-5 {
  color: var(--cl-accent-5);
}
body .background-accent-5 {
  background: var(--cl-accent-5);
}
body .color-accent-6 {
  color: var(--cl-accent-6);
}
body .background-accent-6 {
  background: var(--cl-accent-6);
}
body .color-accent-7 {
  color: var(--cl-accent-7);
}
body .background-accent-7 {
  background: var(--cl-accent-7);
}
body .color-divider {
  color: var(--cl-divider);
}
body .background-divider {
  background: var(--cl-divider);
}
body .color-btn-3d-shadow {
  color: var(--cl-btn-3d-shadow);
}
body .background-btn-3d-shadow {
  background: var(--cl-btn-3d-shadow);
}
body .color-btn-3d-shadow-pushed {
  color: var(--cl-btn-3d-shadow-pushed);
}
body .background-btn-3d-shadow-pushed {
  background: var(--cl-btn-3d-shadow-pushed);
}
body .color-popup-no-shadow {
  color: var(--cl-popup-no-shadow);
}
body .background-popup-no-shadow {
  background: var(--cl-popup-no-shadow);
}
body .color-popup-shadow {
  color: var(--cl-popup-shadow);
}
body .background-popup-shadow {
  background: var(--cl-popup-shadow);
}
body .rs-unknown {
  color: #E3E3E4;
}
body .rs-drilling-rotary-drilling {
  color: #00E0C5;
}
body .rs-drilling-slide-drilling {
  color: #00A88A;
}
body .rs-drilling-out {
  color: #2E69FF;
}
body .rs-drilling-run-in-hole {
  color: #24CB2A;
}
body .rs-drilling-pull-out-of-hole {
  color: #00A424;
}
body .rs-drilling-reaming-in {
  color: #FFA30A;
}
body .rs-drilling-reaming-out {
  color: #FF6B00;
}
body .rs-drilling-making-connection {
  color: #F6D212;
}
body .rs-drilling-breaking-connection {
  color: #BB8825;
}
body .rs-drilling-connection {
  color: #B6E109;
}
body .rs-drilling-circulating {
  color: #BC44E6;
}
body .rs-drilling-rotate-circulating {
  color: #8B3AF2;
}
body .rs-drilling-pumping-in {
  color: #FF6FAA;
}
body .rs-drilling-pumping-out {
  color: #DA2788;
}
body .rs-drilling-service-rig {
  color: #FB3C3C;
}
body .rs-drilling-on-bottom-circulate {
  color: #8C8C8C;
}
body .rs-casing-run-in-hole {
  color: #24CB2A;
}
body .rs-casing-pull-out-of-hole {
  color: #00A424;
}
body .rs-casing-making-connection {
  color: #F6D212;
}
body .rs-casing-breaking-connection {
  color: #BB8825;
}
body .rs-casing-connection {
  color: #B6E109;
}
body .rs-casing-circulating {
  color: #BC44E6;
}
body .rs-casing-pumping-in {
  color: #FF6FAA;
}
body .rs-casing-pumping-out {
  color: #DA2788;
}
body .rs-casing-service-rig {
  color: #FB3C3C;
}
body .rs-cementing {
  color: #FFB661;
}
body .rs-wireline {
  color: #FF5F3C;
}
body .rs-rig-move {
  color: #63BDEF;
}
body .rs-bop-testing {
  color: #7B7BD6;
}
body .ra-drilling {
  color: rgb(34, 182, 146);
}
body .ra-casing-running {
  color: rgb(12, 136, 106);
}
body .ra-cementing {
  color: rgb(36, 205, 93);
}
body .ra-wireline {
  color: rgb(0, 158, 53);
}
body .ra-rig-move {
  color: rgb(18, 240, 255);
}
body .ra-bop-testing {
  color: rgb(0, 182, 239);
}
body .ra-unknown {
  color: rgb(255, 255, 255);
}
body .trace-1 {
  color: #E63700;
}
body .trace-2 {
  color: #E66E00;
}
body .trace-3 {
  color: #E6A600;
}
body .trace-4 {
  color: #E6CF00;
}
body .trace-5 {
  color: #9FE609;
}
body .trace-6 {
  color: #3C9D00;
}
body .trace-7 {
  color: #05E600;
}
body .trace-8 {
  color: #1FA484;
}
body .trace-9 {
  color: #00E678;
}
body .trace-10 {
  color: #00E6BD;
}
body .trace-11 {
  color: #00E6E6;
}
body .trace-12 {
  color: #00A1E6;
}
body .trace-13 {
  color: #1066E6;
}
body .trace-14 {
  color: #8130E9;
}
body .trace-15 {
  color: #9544E6;
}
body .trace-16 {
  color: #BC44E6;
}
body .trace-17 {
  color: #D216BF;
}
body .trace-18 {
  color: #E62D64;
}
body .trace-19 {
  color: #8C8C8C;
}
body.light, body.theme-light, body[theme=light] {
  --cl-bg-main: #E6E6E6;
  --cl-bg-panel-prim: #F2F2F2;
  --cl-bg-panel-sec: #FFFFFF;
  --cl-bg-panel-third: #EDEDED;
  --cl-bg-panel-fourth: #F9F9F9;
  --cl-text-enable-prim: #32353E;
  --cl-text-enable-sec: #6C6C6C;
  --cl-text-disable: rgb(140, 140, 147);
  --cl-text-active: #245FF8;
  --cl-text-active-15: rgba(36, 95, 248, 0.15);
  --cl-text-button-active: #FFFFFF;
  --cl-accent-1: #00CC6A;
  --cl-accent-2: #FFC700;
  --cl-accent-3: #00D1FF;
  --cl-accent-4: #FF431A;
  --cl-accent-5: #FC7135;
  --cl-divider: #D9D9D9;
  --cl-btn-3d-shadow: 0 0.2857rem 0.5714rem rgba(0, 0, 0, 0.04), inset 0 0.0714rem 0.0714rem #FFFFFF, inset 0 0 1.7143rem rgba(0, 0, 0, 0.03);
  --cl-btn-3d-shadow-push: inset 0 0.0714rem 0.0714rem #FFFFFF;
  --cl-popup-no-shadow: 0 0 0 rgba(0, 0, 0, 0);
  --cl-popup-shadow: 0 1.4286rem 1.7857rem rgba(0, 0, 0, 0.05);
  --rs-unknown: #32353E;
  --rs-drilling-rotary-drilling: #00E0C5;
  --rs-drilling-slide-drilling: #00A88A;
  --rs-drilling-out: #2E69FF;
  --rs-drilling-run-in-hole: #24CB2A;
  --rs-drilling-pull-out-of-hole: #00A424;
  --rs-drilling-reaming-in: #FFA30A;
  --rs-drilling-reaming-out: #FF6B00;
  --rs-drilling-making-connection: #F6D212;
  --rs-drilling-breaking-connection: #BB8825;
  --rs-drilling-connection: #B6E109;
  --rs-drilling-circulating: #BC44E6;
  --rs-drilling-rotate-circulating: #8B3AF2;
  --rs-drilling-pumping-in: #FF6FAA;
  --rs-drilling-pumping-out: #DA2788;
  --rs-drilling-service-rig: #FB3C3C;
  --rs-drilling-on-bottom-circulate: #8C8C8C;
  --rs-casing-run-in-hole: #24CB2A;
  --rs-casing-pull-out-of-hole: #00A424;
  --rs-casing-making-connection: #F6D212;
  --rs-casing-breaking-connection: #BB8825;
  --rs-casing-connection: #B6E109;
  --rs-casing-circulating: #BC44E6;
  --rs-casing-pumping-in: #FF6FAA;
  --rs-casing-pumping-out: #DA2788;
  --rs-casing-service-rig: #FB3C3C;
  --rs-cementing: #24cd5d;
  --rs-wireline: #009e35;
  --rs-rig-move: #12f0ff;
  --rs-bop-testing: #00b6ef;
  --ra-drilling: rgb(34, 182, 146);
  --ra-casing-running: rgb(12, 136, 106);
  --ra-cementing: rgb(36, 205, 93);
  --ra-wireline: rgb(0, 158, 53);
  --ra-rig-move: rgb(18, 240, 255);
  --ra-bop-testing: rgb(0, 182, 239);
  --ra-unknown: rgb(177, 177, 178);
}
body.light .color-bg-main, body.theme-light .color-bg-main, body[theme=light] .color-bg-main {
  color: var(--cl-bg-main);
}
body.light .background-bg-main, body.theme-light .background-bg-main, body[theme=light] .background-bg-main {
  background: var(--cl-bg-main);
}
body.light .color-bg-panel-prim, body.theme-light .color-bg-panel-prim, body[theme=light] .color-bg-panel-prim {
  color: var(--cl-bg-panel-prim);
}
body.light .background-bg-panel-prim, body.theme-light .background-bg-panel-prim, body[theme=light] .background-bg-panel-prim {
  background: var(--cl-bg-panel-prim);
}
body.light .color-bg-panel-sec, body.theme-light .color-bg-panel-sec, body[theme=light] .color-bg-panel-sec {
  color: var(--cl-bg-panel-sec);
}
body.light .background-bg-panel-sec, body.theme-light .background-bg-panel-sec, body[theme=light] .background-bg-panel-sec {
  background: var(--cl-bg-panel-sec);
}
body.light .color-bg-panel-third, body.theme-light .color-bg-panel-third, body[theme=light] .color-bg-panel-third {
  color: var(--cl-bg-panel-third);
}
body.light .background-bg-panel-third, body.theme-light .background-bg-panel-third, body[theme=light] .background-bg-panel-third {
  background: var(--cl-bg-panel-third);
}
body.light .color-bg-panel-fourth, body.theme-light .color-bg-panel-fourth, body[theme=light] .color-bg-panel-fourth {
  color: var(--cl-bg-panel-fourth);
}
body.light .background-bg-panel-fourth, body.theme-light .background-bg-panel-fourth, body[theme=light] .background-bg-panel-fourth {
  background: var(--cl-bg-panel-fourth);
}
body.light .color-text-enable-prim, body.theme-light .color-text-enable-prim, body[theme=light] .color-text-enable-prim {
  color: var(--cl-text-enable-prim);
}
body.light .background-text-enable-prim, body.theme-light .background-text-enable-prim, body[theme=light] .background-text-enable-prim {
  background: var(--cl-text-enable-prim);
}
body.light .color-text-enable-sec, body.theme-light .color-text-enable-sec, body[theme=light] .color-text-enable-sec {
  color: var(--cl-text-enable-sec);
}
body.light .background-text-enable-sec, body.theme-light .background-text-enable-sec, body[theme=light] .background-text-enable-sec {
  background: var(--cl-text-enable-sec);
}
body.light .color-text-disable, body.theme-light .color-text-disable, body[theme=light] .color-text-disable {
  color: var(--cl-text-disable);
}
body.light .background-text-disable, body.theme-light .background-text-disable, body[theme=light] .background-text-disable {
  background: var(--cl-text-disable);
}
body.light .color-text-active, body.theme-light .color-text-active, body[theme=light] .color-text-active {
  color: var(--cl-text-active);
}
body.light .background-text-active, body.theme-light .background-text-active, body[theme=light] .background-text-active {
  background: var(--cl-text-active);
}
body.light .color-text-active-15, body.theme-light .color-text-active-15, body[theme=light] .color-text-active-15 {
  color: var(--cl-text-active-15);
}
body.light .background-text-active-15, body.theme-light .background-text-active-15, body[theme=light] .background-text-active-15 {
  background: var(--cl-text-active-15);
}
body.light .color-text-button-active, body.theme-light .color-text-button-active, body[theme=light] .color-text-button-active {
  color: var(--cl-text-button-active);
}
body.light .background-text-button-active, body.theme-light .background-text-button-active, body[theme=light] .background-text-button-active {
  background: var(--cl-text-button-active);
}
body.light .color-accent-1, body.theme-light .color-accent-1, body[theme=light] .color-accent-1 {
  color: var(--cl-accent-1);
}
body.light .background-accent-1, body.theme-light .background-accent-1, body[theme=light] .background-accent-1 {
  background: var(--cl-accent-1);
}
body.light .color-accent-2, body.theme-light .color-accent-2, body[theme=light] .color-accent-2 {
  color: var(--cl-accent-2);
}
body.light .background-accent-2, body.theme-light .background-accent-2, body[theme=light] .background-accent-2 {
  background: var(--cl-accent-2);
}
body.light .color-accent-3, body.theme-light .color-accent-3, body[theme=light] .color-accent-3 {
  color: var(--cl-accent-3);
}
body.light .background-accent-3, body.theme-light .background-accent-3, body[theme=light] .background-accent-3 {
  background: var(--cl-accent-3);
}
body.light .color-accent-4, body.theme-light .color-accent-4, body[theme=light] .color-accent-4 {
  color: var(--cl-accent-4);
}
body.light .background-accent-4, body.theme-light .background-accent-4, body[theme=light] .background-accent-4 {
  background: var(--cl-accent-4);
}
body.light .color-accent-5, body.theme-light .color-accent-5, body[theme=light] .color-accent-5 {
  color: var(--cl-accent-5);
}
body.light .background-accent-5, body.theme-light .background-accent-5, body[theme=light] .background-accent-5 {
  background: var(--cl-accent-5);
}
body.light .color-divider, body.theme-light .color-divider, body[theme=light] .color-divider {
  color: var(--cl-divider);
}
body.light .background-divider, body.theme-light .background-divider, body[theme=light] .background-divider {
  background: var(--cl-divider);
}
body.light .color-btn-3d-shadow, body.theme-light .color-btn-3d-shadow, body[theme=light] .color-btn-3d-shadow {
  color: var(--cl-btn-3d-shadow);
}
body.light .background-btn-3d-shadow, body.theme-light .background-btn-3d-shadow, body[theme=light] .background-btn-3d-shadow {
  background: var(--cl-btn-3d-shadow);
}
body.light .color-btn-3d-shadow-push, body.theme-light .color-btn-3d-shadow-push, body[theme=light] .color-btn-3d-shadow-push {
  color: var(--cl-btn-3d-shadow-push);
}
body.light .background-btn-3d-shadow-push, body.theme-light .background-btn-3d-shadow-push, body[theme=light] .background-btn-3d-shadow-push {
  background: var(--cl-btn-3d-shadow-push);
}
body.light .color-popup-no-shadow, body.theme-light .color-popup-no-shadow, body[theme=light] .color-popup-no-shadow {
  color: var(--cl-popup-no-shadow);
}
body.light .background-popup-no-shadow, body.theme-light .background-popup-no-shadow, body[theme=light] .background-popup-no-shadow {
  background: var(--cl-popup-no-shadow);
}
body.light .color-popup-shadow, body.theme-light .color-popup-shadow, body[theme=light] .color-popup-shadow {
  color: var(--cl-popup-shadow);
}
body.light .background-popup-shadow, body.theme-light .background-popup-shadow, body[theme=light] .background-popup-shadow {
  background: var(--cl-popup-shadow);
}
body.light .rs-unknown, body.theme-light .rs-unknown, body[theme=light] .rs-unknown {
  color: #32353E;
}
body.light .rs-drilling-rotary-drilling, body.theme-light .rs-drilling-rotary-drilling, body[theme=light] .rs-drilling-rotary-drilling {
  color: #00E0C5;
}
body.light .rs-drilling-slide-drilling, body.theme-light .rs-drilling-slide-drilling, body[theme=light] .rs-drilling-slide-drilling {
  color: #00A88A;
}
body.light .rs-drilling-out, body.theme-light .rs-drilling-out, body[theme=light] .rs-drilling-out {
  color: #2E69FF;
}
body.light .rs-drilling-run-in-hole, body.theme-light .rs-drilling-run-in-hole, body[theme=light] .rs-drilling-run-in-hole {
  color: #24CB2A;
}
body.light .rs-drilling-pull-out-of-hole, body.theme-light .rs-drilling-pull-out-of-hole, body[theme=light] .rs-drilling-pull-out-of-hole {
  color: #00A424;
}
body.light .rs-drilling-reaming-in, body.theme-light .rs-drilling-reaming-in, body[theme=light] .rs-drilling-reaming-in {
  color: #FFA30A;
}
body.light .rs-drilling-reaming-out, body.theme-light .rs-drilling-reaming-out, body[theme=light] .rs-drilling-reaming-out {
  color: #FF6B00;
}
body.light .rs-drilling-making-connection, body.theme-light .rs-drilling-making-connection, body[theme=light] .rs-drilling-making-connection {
  color: #F6D212;
}
body.light .rs-drilling-breaking-connection, body.theme-light .rs-drilling-breaking-connection, body[theme=light] .rs-drilling-breaking-connection {
  color: #BB8825;
}
body.light .rs-drilling-connection, body.theme-light .rs-drilling-connection, body[theme=light] .rs-drilling-connection {
  color: #B6E109;
}
body.light .rs-drilling-circulating, body.theme-light .rs-drilling-circulating, body[theme=light] .rs-drilling-circulating {
  color: #BC44E6;
}
body.light .rs-drilling-rotate-circulating, body.theme-light .rs-drilling-rotate-circulating, body[theme=light] .rs-drilling-rotate-circulating {
  color: #8B3AF2;
}
body.light .rs-drilling-pumping-in, body.theme-light .rs-drilling-pumping-in, body[theme=light] .rs-drilling-pumping-in {
  color: #FF6FAA;
}
body.light .rs-drilling-pumping-out, body.theme-light .rs-drilling-pumping-out, body[theme=light] .rs-drilling-pumping-out {
  color: #DA2788;
}
body.light .rs-drilling-service-rig, body.theme-light .rs-drilling-service-rig, body[theme=light] .rs-drilling-service-rig {
  color: #FB3C3C;
}
body.light .rs-drilling-on-bottom-circulate, body.theme-light .rs-drilling-on-bottom-circulate, body[theme=light] .rs-drilling-on-bottom-circulate {
  color: #8C8C8C;
}
body.light .rs-casing-run-in-hole, body.theme-light .rs-casing-run-in-hole, body[theme=light] .rs-casing-run-in-hole {
  color: #24CB2A;
}
body.light .rs-casing-pull-out-of-hole, body.theme-light .rs-casing-pull-out-of-hole, body[theme=light] .rs-casing-pull-out-of-hole {
  color: #00A424;
}
body.light .rs-casing-making-connection, body.theme-light .rs-casing-making-connection, body[theme=light] .rs-casing-making-connection {
  color: #F6D212;
}
body.light .rs-casing-breaking-connection, body.theme-light .rs-casing-breaking-connection, body[theme=light] .rs-casing-breaking-connection {
  color: #BB8825;
}
body.light .rs-casing-connection, body.theme-light .rs-casing-connection, body[theme=light] .rs-casing-connection {
  color: #B6E109;
}
body.light .rs-casing-circulating, body.theme-light .rs-casing-circulating, body[theme=light] .rs-casing-circulating {
  color: #BC44E6;
}
body.light .rs-casing-pumping-in, body.theme-light .rs-casing-pumping-in, body[theme=light] .rs-casing-pumping-in {
  color: #FF6FAA;
}
body.light .rs-casing-pumping-out, body.theme-light .rs-casing-pumping-out, body[theme=light] .rs-casing-pumping-out {
  color: #DA2788;
}
body.light .rs-casing-service-rig, body.theme-light .rs-casing-service-rig, body[theme=light] .rs-casing-service-rig {
  color: #FB3C3C;
}
body.light .rs-cementing, body.theme-light .rs-cementing, body[theme=light] .rs-cementing {
  color: #24cd5d;
}
body.light .rs-wireline, body.theme-light .rs-wireline, body[theme=light] .rs-wireline {
  color: #009e35;
}
body.light .rs-rig-move, body.theme-light .rs-rig-move, body[theme=light] .rs-rig-move {
  color: #12f0ff;
}
body.light .rs-bop-testing, body.theme-light .rs-bop-testing, body[theme=light] .rs-bop-testing {
  color: #00b6ef;
}
body.light .ra-drilling, body.theme-light .ra-drilling, body[theme=light] .ra-drilling {
  color: rgb(34, 182, 146);
}
body.light .ra-casing-running, body.theme-light .ra-casing-running, body[theme=light] .ra-casing-running {
  color: rgb(12, 136, 106);
}
body.light .ra-cementing, body.theme-light .ra-cementing, body[theme=light] .ra-cementing {
  color: rgb(36, 205, 93);
}
body.light .ra-wireline, body.theme-light .ra-wireline, body[theme=light] .ra-wireline {
  color: rgb(0, 158, 53);
}
body.light .ra-rig-move, body.theme-light .ra-rig-move, body[theme=light] .ra-rig-move {
  color: rgb(18, 240, 255);
}
body.light .ra-bop-testing, body.theme-light .ra-bop-testing, body[theme=light] .ra-bop-testing {
  color: rgb(0, 182, 239);
}
body.light .ra-unknown, body.theme-light .ra-unknown, body[theme=light] .ra-unknown {
  color: rgb(177, 177, 178);
}
body.light ::-webkit-scrollbar, body.theme-light ::-webkit-scrollbar, body[theme=light] ::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
body.light ::-webkit-scrollbar-track, body.theme-light ::-webkit-scrollbar-track, body[theme=light] ::-webkit-scrollbar-track {
  background: var(--cl-bg-panel-sec);
  border-radius: 100vw;
}
body.light ::-webkit-scrollbar-thumb, body.theme-light ::-webkit-scrollbar-thumb, body[theme=light] ::-webkit-scrollbar-thumb {
  background: var(--cl-text-disable);
  border-radius: 100vw;
}
@supports (scrollbar-color: red blue) {
  body.light *, body.theme-light *, body[theme=light] * {
    scrollbar-color: var(--text-disable) var(--cl-bg-panel-sec);
    scrollbar-width: 0.25rem;
  }
}
body ::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
body ::-webkit-scrollbar-track {
  background: var(--cl-bg-panel-sec);
  border-radius: 100vw;
}
body ::-webkit-scrollbar-thumb {
  background: var(--cl-text-disable);
  border-radius: 100vw;
}
@supports (scrollbar-color: red blue) {
  body * {
    scrollbar-color: var(--text-disable) var(--cl-bg-panel-sec);
    scrollbar-width: 0.25rem;
  }
}
body .toast-container .ngx-toastr {
  box-shadow: var(--cl-popup-shadow);
  border-radius: var(--border-radius);
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  padding: var(--gap) var(--gap2);
}
body .toast-container .ngx-toastr:hover {
  box-shadow: var(--cl-popup-shadow);
}
body .toast-container .ngx-toastr.toast-error {
  background: var(--cl-accent-5);
  color: var(--cl-text-enable-prim);
}
body .toast-container .ngx-toastr.toast-info {
  background: var(--cl-accent-1);
  color: var(--cl-text-enable-prim);
}
body .toast-container .ngx-toastr.toast-warning {
  background: var(--cl-accent-2);
  color: var(--cl-bg-panel-sec);
}

.failure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 30vw;
  max-width: 80vw;
  background: var(--cl-bg-panel-sec);
  border-radius: var(--border-radius);
  box-shadow: var(--cl-popup-shadow);
  padding: var(--gap2);
}
.failure .glitchy-header {
  position: relative;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.188rem;
  font-variant: all-small-caps;
  text-transform: uppercase;
  --offset: 0.04em;
  --length: 700ms;
  margin-bottom: var(--gap2);
}
.failure .glitchy-header .glitchy-entry {
  text-transform: uppercase;
}
.failure .glitchy-header .glitchy-entry:nth-child(1) {
  position: relative;
  color: var(--cl-accent-5);
}
.failure .glitchy-header .glitchy-entry:nth-child(2) {
  position: absolute;
  top: 0;
  color: var(--cl-accent-5);
  clip-path: polygon(0 0, 100% 0, 100% 48%, 0 53%);
}
.failure .glitchy-header .glitchy-entry:nth-child(3) {
  position: absolute;
  top: 0;
  color: var(--cl-accent-5);
  clip-path: polygon(0 100%, 100% 100%, 100% 66%, 0 59%);
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(98, 189, 239, 0.75), -0.05em -0.025em 0 rgba(255, 182, 97, 0.75), -0.025rem 0.05em 0 rgba(34, 182, 146, 0.75);
  }
  14% {
    text-shadow: 0.05em 0 0 rgba(98, 189, 239, 0.75), -0.05em -0.025em 0 rgba(255, 182, 97, 0.75), -0.025rem 0.05em 0 rgba(34, 182, 146, 0.75);
  }
  15% {
    text-shadow: -0.05rem -0.025em 0 rgba(98, 189, 239, 0.75), 0.025em 0.025em 0 rgba(255, 182, 97, 0.75), -0.05em -0.05em 0 rgba(34, 182, 146, 0.75);
  }
  49% {
    text-shadow: -0.05rem -0.025em 0 rgba(98, 189, 239, 0.75), 0.025em 0.025em 0 rgba(255, 182, 97, 0.75), -0.05em -0.05em 0 rgba(34, 182, 146, 0.75);
  }
  50% {
    text-shadow: 0.025em 0.05 0 rgba(98, 189, 239, 0.75), 0.05em 0 0 rgba(255, 182, 97, 0.75), 0 -0.05em 0 rgba(34, 182, 146, 0.75);
  }
  99% {
    text-shadow: 0.025em 0.05 0 rgba(98, 189, 239, 0.75), 0.05em 0 0 rgba(255, 182, 97, 0.75), 0 -0.05em 0 rgba(34, 182, 146, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(98, 189, 239, 0.75), -0.025em -0.025em 0 rgba(255, 182, 97, 0.75), -0.025em -0.05em 0 rgba(34, 182, 146, 0.75);
  }
}
.failure .text {
  color: var(--cl-text-enable-prim);
  font-size: 1rem;
  line-height: 1rem;
}

button {
  cursor: pointer;
  padding-inline: 0;
  padding-block: 0;
  margin-block: 0;
  margin-inline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: transparent;
  border: none;
  color: inherit;
}
button:not([disabled]):hover, button:focus-visible {
  opacity: 0.7;
}
button[disabled] {
  cursor: not-allowed;
}

.fullscreen {
  position: fixed;
  inset: 0;
  z-index: 11001;
  background-color: var(--cl-bg-main) !important;
  border-radius: 0 !important;
}

block-with-heading.fullscreen {
  background-color: var(--cl-bg-panel-prim) !important;
}

body:has(.fullscreen) nav.header {
  visibility: hidden;
}

.cl-button,
.cl-outlined-button,
.cl-primary-button,
.cl-flat-button,
.cl-icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  block-size: 2.125rem;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.cl-button:hover:not([disabled]),
.cl-outlined-button:hover:not([disabled]),
.cl-primary-button:hover:not([disabled]),
.cl-flat-button:hover:not([disabled]),
.cl-icon-button:hover:not([disabled]) {
  opacity: 0.7;
  cursor: pointer;
}
.cl-button:focus-visible,
.cl-outlined-button:focus-visible,
.cl-primary-button:focus-visible,
.cl-flat-button:focus-visible,
.cl-icon-button:focus-visible {
  outline: 0.125rem solid var(--cl-accent-3);
}
.cl-button[disabled],
.cl-outlined-button[disabled],
.cl-primary-button[disabled],
.cl-flat-button[disabled],
.cl-icon-button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.cl-button,
.cl-outlined-button,
.cl-primary-button,
.cl-flat-button {
  padding-inline: var(--gap);
  gap: var(--gap);
  border-radius: var(--border-radius);
  white-space: nowrap;
  font-size: 0.938rem;
  line-height: 1.125rem;
  font-family: inherit;
  font-variant: all-small-caps;
  color: var(--cl-text-enable-sec);
}
.cl-button, .cl-button > .label,
.cl-outlined-button,
.cl-outlined-button > .label,
.cl-primary-button,
.cl-primary-button > .label,
.cl-flat-button,
.cl-flat-button > .label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cl-button.active {
  font-weight: 600;
}
.cl-button.active,
.cl-button.active icon {
  color: var(--cl-text-active);
}
.cl-button icon {
  --icon-size: 1.125rem;
  color: var(--cl-text-enable-prim);
}

.cl-outlined-button {
  border: 0.063rem solid var(--cl-divider);
}
.cl-outlined-button.active {
  border-color: var(--cl-text-button-active);
  outline: 0.063rem solid var(--cl-text-button-active);
}
.cl-outlined-button.active,
.cl-outlined-button.active icon {
  color: var(--cl-text-button-active);
}

.cl-flat-button {
  background-color: var(--cl-divider);
}

.cl-primary-button,
.cl-flat-button.active {
  background-color: var(--cl-text-active);
  color: var(--cl-text-button-active);
}

.cl-icon-button {
  --icon-size: 1.125rem;
  inline-size: 2.125rem;
  border-radius: 50%;
  color: var(--cl-text-enable-prim);
}
.cl-icon-button.outlined {
  border: 0.063rem solid var(--cl-divider);
}

.fieldset {
  display: flex;
  flex-direction: column;
  gap: var(--gap05);
  margin: 0;
  padding: 0;
  border: 0;
}
.fieldset .label {
  font-size: 0.875rem;
  line-height: 1.021rem;
  font-variant: all-small-caps;
  color: var(--cl-text-enable-sec);
}

.textarea {
  inline-size: 100%;
  block-size: 6.25rem;
  padding: var(--gap) var(--gap15);
  border: 0;
  border-radius: var(--border-radius);
  background-color: var(--cl-bg-main);
  color: var(--cl-text-button-active);
  outline: none;
  resize: none;
  font-family: inherit;
}
.textarea::placeholder {
  color: var(--cl-text-disable);
}

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

.skeleton,
.skeleton-frame {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  pointer-events: none !important;
  outline: none !important;
  border-radius: var(--border-radius);
  color: transparent !important;
}
.skeleton::before,
.skeleton-frame::before {
  content: "L";
  position: relative;
  color: transparent;
  text-overflow: clip;
}

.skeleton {
  border: none !important;
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-frame {
  border: 0.125rem solid;
  animation: skeleton-frame-loading 1s linear infinite alternate;
}

.skeleton-section {
  gap: var(--gap05);
}
.skeleton-section .skeleton {
  height: auto;
}

@keyframes skeleton-loading {
  0% {
    background-color: var(--cl-bg-panel-sec);
    fill: var(--cl-bg-panel-sec);
  }
  100% {
    background-color: var(--cl-bg-panel-fourth);
    fill: var(--cl-bg-panel-fourth);
  }
}
@keyframes skeleton-frame-loading {
  0% {
    border-color: var(--cl-bg-panel-sec);
    stroke: var(--cl-bg-panel-sec);
  }
  100% {
    border-color: var(--cl-bg-panel-fourth);
    stroke: var(--cl-bg-panel-fourth);
  }
}
@keyframes skeleton-blinking {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

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