/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/opdata/opdata-app/src/styles.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/opdata/opdata-app/src/styles.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  text-decoration: none;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100p {
  height: 100px;
}

.h-300p {
  height: 300px;
}

.flex-p {
  padding: 8px !important;
}

.flex-p-x {
  padding: 0 8px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.5rem;
}

.py-1 {
  padding: 1rem 0;
}

.m-0 {
  margin: 0 !important;
}

.text-center {
  text-align: center;
}

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

.transition-2 {
  transition: 0.2s;
}

.rounded {
  border-radius: 50%;
}

.divider {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.toolbar-dropdown-menu {
  margin-top: 9px;
  border-radius: 0 !important;
}
.toolbar-dropdown-menu .mat-mdc-menu-content {
  padding: 0;
}

.icon-sm,
.mat-icon.icon-sm {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

.mat-icon.icon-lg {
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.white {
  color: #fff;
}

.draggable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.logo {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 8px;
  color: #fff;
}

.mat-mdc-raised-button.small-logo {
  font-size: 24px;
  font-weight: bold;
  min-width: 36px;
  padding: 0;
  background-color: #fff !important;
}

.mail-body p {
  margin-bottom: 1rem;
}
.mail-body ul {
  margin: 0 16px;
}
.mail-body .ql-container.ql-snow {
  min-height: 120px;
  margin-bottom: 10px;
}

.mat-mdc-card {
  overflow: hidden;
}
.mat-mdc-card.custom-card .mat-mdc-card-header {
  margin: -24px -24px 0;
}
.mat-mdc-card.custom-card .mat-mdc-card-actions {
  padding-left: 6px;
  padding-right: 6px;
}

.mat-mdc-list .mat-mdc-list-item,
.mat-nav-list .mat-list-item,
.mat-selection-list .mat-list-item,
.mat-menu-item {
  font-size: 14px !important;
}

.mat-drawer-container {
  height: 100%;
}

.mat-mdc-form-field {
  position: relative;
}

.hint-length {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 12px;
}

.hidden {
  visibility: hidden;
  display: none;
}

/*TODO(mdc-migration): The following rule targets internal classes of paginator that may no longer apply for the MDC version.*/
.mat-paginator-page-size-select {
  width: 60px !important;
}

.vertical-tabs.mat-mdc-tab-group {
  flex-direction: row;
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.vertical-tabs.mat-mdc-tab-group .mat-tab-labels {
  flex-direction: column;
}
.vertical-tabs.mat-mdc-tab-group .mat-ink-bar {
  display: none;
}
.vertical-tabs.mat-mdc-tab-group .mat-mdc-tab-header {
  border: none !important;
}
.vertical-tabs.mat-mdc-tab-group .mat-tab-body-wrapper {
  padding: 0 16px;
}

.app.fixed-header .mat-drawer-content {
  overflow: unset;
}
.app.horizontal-menu .inner-sidenav-content, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .inner-sidenav-content {
  padding-top: 64px;
  min-height: calc(100% - (
            56px + 56px + 8px *
              2
          ));
}
.app.horizontal-menu .chat-sidenav-list, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .chat-sidenav-list {
  height: calc(100vh - (
            56px + 56px + 8px *
              2 + 132px
          ));
}
.app.horizontal-menu .chat-content, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .chat-content {
  height: calc(100vh - (
            56px + 56px + 8px *
              2 + 238px
          ));
}
.app.horizontal-menu .mailbox-sidenav-list, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .mailbox-sidenav-list,
.app.horizontal-menu .mailbox-content,
.mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .mailbox-content {
  height: calc(100vh - (
            56px + 56px + 8px *
              2 + 132px
          ));
}
.app.horizontal-menu .options-icon, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mat-toolbar .options-icon {
  top: 126px;
}
.app.horizontal-menu.compact .horizontal-menu-item, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.app.horizontal-menu.compact .horizontal-menu-item .mat-mdc-button, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .mat-mdc-button {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.app.horizontal-menu.compact .horizontal-menu-item .mat-mdc-button .horizontal-menu-title, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .mat-mdc-button .horizontal-menu-title {
  line-height: 20px;
}
.app.horizontal-menu.compact .horizontal-menu-item .mat-mdc-button .horizontal-menu-icon, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .mat-mdc-button .horizontal-menu-icon {
  margin: 0;
}
.app.horizontal-menu.compact .horizontal-menu-item .mat-mdc-button-wrapper, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .mat-mdc-button-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app.horizontal-menu.compact .horizontal-menu-item .horizontal-sub-menu, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .horizontal-sub-menu {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.app.horizontal-menu.compact .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button {
  flex-direction: row;
  justify-content: flex-start !important;
  align-items: center;
}
.app.horizontal-menu.compact .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button .horizontal-menu-icon, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button .horizontal-menu-icon {
  margin-right: 10px;
}
.app.horizontal-menu.compact .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button-wrapper, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.compact.mat-toolbar .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button-wrapper {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.app.horizontal-menu.mini .horizontal-menu-item .mat-mdc-button, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mini.mat-toolbar .horizontal-menu-item .mat-mdc-button {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 56px;
}
.app.horizontal-menu.mini .horizontal-menu-item .mat-mdc-button .horizontal-menu-title, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mini.mat-toolbar .horizontal-menu-item .mat-mdc-button .horizontal-menu-title {
  display: none;
}
.app.horizontal-menu.mini .horizontal-menu-item .mat-mdc-button .horizontal-menu-icon, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mini.mat-toolbar .horizontal-menu-item .mat-mdc-button .horizontal-menu-icon {
  margin: 0;
  font-size: 36px;
  height: 36px;
  width: 36px;
}
.app.horizontal-menu.mini .horizontal-menu-item .horizontal-sub-menu, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mini.mat-toolbar .horizontal-menu-item .horizontal-sub-menu {
  width: 68px;
}
.app.horizontal-menu.mini .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.mini.mat-toolbar .horizontal-menu-item .horizontal-sub-menu .mat-mdc-button {
  height: 56px;
}
.app.compact .sidenav {
  width: 160px;
}
.app.compact .user-block .user-info-wrapper {
  margin: 0;
}
.app.compact .user-block img {
  margin: 5px;
}
.app.compact .menu-item {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.app.compact .menu-item .mat-mdc-button {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.app.compact .menu-item .mat-mdc-button .menu-title {
  line-height: 24px;
}
.app.compact .menu-item .mat-mdc-button-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app.compact .menu-icon {
  margin: 0;
  font-size: 36px;
  height: 36px;
  width: 36px;
}
.app.compact .menu-expand-icon {
  top: 28px;
}
.app.compact .sub-menu .mat-mdc-button {
  padding-left: 0 !important;
}
.app.mini .sidenav {
  width: 79px;
}
.app.mini .sidenav-menu-outer.user-block-show {
  height: calc(
        100vh - 135px
      );
}
.app.mini .user-block img {
  width: 52px !important;
}
.app.mini .user-block .user-info-wrapper .user-info p {
  display: none;
}
.app.mini .user-block.show {
  height: 79px;
}
.app.mini .menu-item .mat-mdc-button {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 70px;
}
.app.mini .menu-item .mat-mdc-button .menu-title {
  line-height: 24px;
}
.app.mini .menu-item .mat-mdc-button-base {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app.mini .menu-item .menu-title {
  display: none;
}
.app.mini .menu-icon {
  margin: 0;
  font-size: 36px;
  height: 36px;
  width: 36px;
}
.app.mini .menu-expand-icon {
  top: 14px;
  right: 0;
}
.app.mini .sub-menu .mat-mdc-button {
  padding-left: 0 !important;
}

.box {
  border-radius: 0;
}
.box .box-header {
  height: 186px;
}
.box .box-header .mat-mdc-fab {
  margin-bottom: 8px;
}
.box .box-header .error {
  font-size: 46px;
}
.box .box-content {
  position: relative;
  height: 186px;
}
.box .box-content .box-content-inner {
  position: absolute;
  top: -34px;
  left: 34px;
  right: 34px;
  height: 186px;
}
.box .box-content .box-content-header {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.box .box-content .box-content-header.server-error {
  margin-bottom: 36px;
}
.box .box-content .box-text {
  margin-bottom: 10px;
}
.box .box-content .box-text:last-child {
  margin-bottom: 15px;
}
.box .box-content .box-button {
  bottom: 16px;
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}
.box.register .box-content {
  height: 300px;
}
.box.register .box-content .box-content-inner {
  height: 300px;
}

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

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
::-webkit-scrollbar-thumb:active {
  background: #888888;
}

::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.mat-mdc-dialog-container.cad-lib-dialog {
  padding: 0 !important;
  overflow: hidden !important;
}
.mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title {
  margin: 0 !important;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-content {
  padding: 24px;
  margin: 0px;
}
.mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-actions {
  margin: 0 !important;
  padding: 0 24px 0 24px !important;
}
.mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-actions div {
  height: 36px !important;
}

.cdk-overlay-pane {
  max-width: 100vw !important;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #283593);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #283593);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

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

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #283593;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #283593;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

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

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

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #283593;
}
.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(40, 53, 147, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(40, 53, 147, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #283593;
}
.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(40, 53, 147, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(40, 53, 147, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #283593;
}
.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(40, 53, 147, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(40, 53, 147, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

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

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #283593);
}
.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);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.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);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #283593);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.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);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #283593);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #283593);
}

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

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

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

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #283593);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(40, 53, 147, 0.87);
}
.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, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #283593);
}
.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, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.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, #283593);
}
.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,
.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,
.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, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.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, #283593);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.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, #283593);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #283593);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(40, 53, 147, 0.87);
}
.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, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #283593);
}
.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, #283593);
}
.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, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.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, #283593);
}
.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,
.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,
.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, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.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, #283593);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.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, #283593);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

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

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

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

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

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

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

.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);
}
.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] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, 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] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, 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);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, 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);
}

.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));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}

.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);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(40, 53, 147, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

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

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

.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);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

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

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

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

.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;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #283593;
  --mdc-chip-elevated-disabled-container-color: #283593;
  --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;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #283593;
  --mdc-chip-elevated-disabled-container-color: #283593;
  --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;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #283593;
  --mdc-chip-elevated-disabled-container-color: #283593;
  --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;
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

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

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, 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);
}

.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;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, 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);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, 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);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #283593;
  --mdc-slider-focus-handle-color: #283593;
  --mdc-slider-hover-handle-color: #283593;
  --mdc-slider-active-track-color: #283593;
  --mdc-slider-inactive-track-color: #283593;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #283593;
  --mat-mdc-slider-ripple-color: #283593;
  --mat-mdc-slider-hover-ripple-color: rgba(40, 53, 147, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(40, 53, 147, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #283593;
  --mdc-slider-focus-handle-color: #283593;
  --mdc-slider-hover-handle-color: #283593;
  --mdc-slider-active-track-color: #283593;
  --mdc-slider-inactive-track-color: #283593;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #283593;
  --mat-mdc-slider-ripple-color: #283593;
  --mat-mdc-slider-hover-ripple-color: rgba(40, 53, 147, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(40, 53, 147, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #283593;
  --mdc-slider-focus-handle-color: #283593;
  --mdc-slider-hover-handle-color: #283593;
  --mdc-slider-active-track-color: #283593;
  --mdc-slider-inactive-track-color: #283593;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #283593;
  --mat-mdc-slider-ripple-color: #283593;
  --mat-mdc-slider-hover-ripple-color: rgba(40, 53, 147, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(40, 53, 147, 0.2);
}

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

.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);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.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;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, 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);
}

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

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-list-option .mdc-list-item__start, .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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

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

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

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

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

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}

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

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}

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

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

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, 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);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #283593;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #283593);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #283593;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #283593;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .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, #283593);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #283593;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #283593;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .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, #283593);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #283593;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #283593;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #283593;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #283593;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

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

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, 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);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #283593;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #283593;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #283593;
}

.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, 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);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #283593;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #283593;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #283593;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

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

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

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

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}

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

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

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, 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);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #283593;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #283593;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #283593;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

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

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

.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);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #283593;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

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

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(40, 53, 147, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.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);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-mdc-table {
  background: white;
}

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

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, 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);
}

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

.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] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #283593;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #283593;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #283593;
}

.mat-badge {
  position: relative;
}

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

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

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

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

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

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

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

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

.mat-badge-content {
  color: white;
  background: #283593;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #283593;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #283593;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

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

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

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

.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.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);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

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

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

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

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

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

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

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

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

.mat-calendar-body-in-range::before {
  background: rgba(40, 53, 147, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #283593;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(40, 53, 147, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.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(40, 53, 147, 0.3);
}

@media (hover: hover) {
  .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(40, 53, 147, 0.3);
  }
}
.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);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(40, 53, 147, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #283593;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(40, 53, 147, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.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),
.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(40, 53, 147, 0.3);
}
@media (hover: hover) {
  .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(40, 53, 147, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(40, 53, 147, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #283593;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(40, 53, 147, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.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),
.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(40, 53, 147, 0.3);
}
@media (hover: hover) {
  .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(40, 53, 147, 0.3);
  }
}

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

.mat-datepicker-toggle-active {
  color: #283593;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #283593;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #283593;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

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

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

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

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.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);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .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) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

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

.mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-icon.mat-primary {
  color: #283593;
}
.mat-icon.mat-accent {
  color: #283593;
}
.mat-icon.mat-warn {
  color: #283593;
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.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);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #283593;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #283593;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #283593;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #283593;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #283593;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}

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

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #283593;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #283593;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #283593;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

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

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

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}

.mat-tree {
  background: white;
}

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

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

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

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

.app.indigo-light {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.indigo-light .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.indigo-light .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.indigo-light .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.indigo-light .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.indigo-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.indigo-light .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.indigo-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.indigo-light .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.indigo-light .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.indigo-light .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.indigo-light .mat-mdc-radio-touch-target {
  display: none;
}
.app.indigo-light .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.indigo-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.indigo-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.indigo-light .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.indigo-light .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.indigo-light .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.indigo-light .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;
}
.app.indigo-light .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.indigo-light .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%);
}
.app.indigo-light .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.indigo-light mat-form-field {
  line-height: 16px !important;
}
.app.indigo-light .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.indigo-light .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.indigo-light .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.indigo-light .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.indigo-light .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.indigo-light .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.indigo-light .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.indigo-light .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.indigo-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.indigo-light mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.indigo-light mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.indigo-light mat-list-item label {
  font-size: 14px;
}
.app.indigo-light mat-list-item span {
  font-size: 14px !important;
}
.app.indigo-light epm-workflow-status > div > .step {
  border-left-color: #7986cb;
}
.app.indigo-light epm-workflow-status > div > .stepPassed {
  border-top-color: #7986cb;
  border-right-color: #7986cb;
  border-bottom-color: #7986cb;
  background: #7986cb;
}
.app.indigo-light .highcharts-legend-item:hover text {
  fill: #7986cb !important;
}
.app.indigo-light .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.indigo-light .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.indigo-light .highcharts-root {
  display: block;
}
.app.indigo-light .highcharts-root text {
  stroke-width: 0;
}
.app.indigo-light .highcharts-strong {
  font-weight: bold;
}
.app.indigo-light .highcharts-emphasized {
  font-style: italic;
}
.app.indigo-light .highcharts-anchor {
  cursor: pointer;
}
.app.indigo-light .highcharts-background {
  fill: transparent;
}
.app.indigo-light .highcharts-plot-border, .app.indigo-light .highcharts-plot-background {
  fill: none;
}
.app.indigo-light .highcharts-label-box {
  fill: none;
}
.app.indigo-light .highcharts-button-box {
  fill: inherit;
}
.app.indigo-light .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.indigo-light .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.indigo-light .highcharts-title {
  fill: #000;
  font-size: 1.5em;
}
.app.indigo-light .highcharts-subtitle {
  fill: #000;
  font-size: 1em;
}
.app.indigo-light .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.indigo-light .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.indigo-light .highcharts-axis-title {
  fill: #000;
}
.app.indigo-light .highcharts-axis-labels {
  fill: #000;
  cursor: default;
  font-size: 0.9em;
}
.app.indigo-light .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.indigo-light .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.indigo-light .highcharts-tick {
  stroke: #666;
}
.app.indigo-light .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.indigo-light .highcharts-minor-grid-line {
  stroke: #888;
}
.app.indigo-light .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #999999;
}
.app.indigo-light .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.indigo-light .highcharts-credits {
  cursor: pointer;
  fill: #666;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.indigo-light .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.indigo-light .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.indigo-light .highcharts-tooltip text {
  fill: #000;
}
.app.indigo-light .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.indigo-light .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.indigo-light .highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.indigo-light div.highcharts-tooltip {
  filter: none;
}
.app.indigo-light .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.indigo-light .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.indigo-light .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #999999;
}
.app.indigo-light .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.indigo-light .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.indigo-light .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.indigo-light .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.indigo-light .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.indigo-light g.highcharts-series,
.app.indigo-light .highcharts-point,
.app.indigo-light .highcharts-markers,
.app.indigo-light .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.indigo-light .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.indigo-light .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.indigo-light .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.indigo-light .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.indigo-light .highcharts-color-0 {
  fill: #283593;
  stroke: #283593;
}
.app.indigo-light .highcharts-color-1 {
  fill: #fc0000;
  stroke: #fc0000;
}
.app.indigo-light .highcharts-color-2 {
  fill: #FF6F91;
  stroke: #FF6F91;
}
.app.indigo-light .highcharts-color-3 {
  fill: #8C87CC;
  stroke: #8C87CC;
}
.app.indigo-light .highcharts-color-4 {
  fill: #FFC75F;
  stroke: #FFC75F;
}
.app.indigo-light .highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}
.app.indigo-light .highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}
.app.indigo-light .highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}
.app.indigo-light .highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}
.app.indigo-light .highcharts-color-9 {
  fill: #2d6d68;
  stroke: #2d6d68;
}
.app.indigo-light .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.indigo-light .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.indigo-light .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.indigo-light .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.indigo-light .highcharts-point {
  stroke-width: 1px;
}
.app.indigo-light .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.indigo-light .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.indigo-light .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.indigo-light .highcharts-data-label text, .app.indigo-light text.highcharts-data-label {
  fill: #000;
}
.app.indigo-light .highcharts-data-label-connector {
  fill: none;
}
.app.indigo-light .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.indigo-light .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.indigo-light .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.indigo-light .highcharts-markers .highcharts-point-select {
  fill: #999999;
  stroke: #000;
}
.app.indigo-light .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.indigo-light .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.indigo-light .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.indigo-light .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.indigo-light .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.indigo-light .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.indigo-light .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.indigo-light .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.indigo-light .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.indigo-light .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.indigo-light .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.indigo-light .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.indigo-light .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.indigo-light .highcharts-treemap-series .highcharts-point-hover {
  stroke: #666;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.indigo-light .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.indigo-light .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.indigo-light .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.indigo-light .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.indigo-light .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.indigo-light .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.indigo-light .highcharts-lollipop-stem {
  stroke: #000;
}
.app.indigo-light .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.indigo-light .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.indigo-light .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.indigo-light .highcharts-legend-item > text {
  fill: #000;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.indigo-light .highcharts-legend-item:hover text {
  fill: #000;
}
.app.indigo-light .highcharts-legend-item-hidden * {
  fill: #999999 !important;
  stroke: #999999 !important;
  transition: fill 250ms;
}
.app.indigo-light .highcharts-legend-nav-active {
  fill: #7986cb;
  cursor: pointer;
}
.app.indigo-light .highcharts-legend-nav-inactive {
  fill: #999999;
}
.app.indigo-light circle.highcharts-legend-nav-active, .app.indigo-light circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.indigo-light .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.indigo-light .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.indigo-light .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.indigo-light .highcharts-bubble-legend-labels {
  fill: #000;
}
.app.indigo-light .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.indigo-light .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.indigo-light .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.indigo-light .highcharts-plot-band, .app.indigo-light .highcharts-pane {
  fill: #000;
  fill-opacity: 0.05;
}
.app.indigo-light .highcharts-plot-line {
  fill: none;
  stroke: #666;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-boxplot-box {
  fill: transparent;
}
.app.indigo-light .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.indigo-light .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.indigo-light .highcharts-errorbar-series .highcharts-point {
  stroke: #000;
}
.app.indigo-light .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #999999;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-gauge-series .highcharts-dial {
  fill: #000;
  stroke-width: 0;
}
.app.indigo-light .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.indigo-light .highcharts-waterfall-series .highcharts-graph {
  stroke: #000;
  stroke-dasharray: 1, 3;
}
.app.indigo-light .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.indigo-light .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.indigo-light .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.indigo-light .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #999999;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.indigo-light .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #999999;
}
.app.indigo-light .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.indigo-light .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.indigo-light .highcharts-navigator-outline {
  stroke: #999999;
  fill: none;
}
.app.indigo-light .highcharts-navigator-handle {
  stroke: #999999;
  fill: #888;
  cursor: ew-resize;
}
.app.indigo-light .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.indigo-light .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.indigo-light .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.indigo-light .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.indigo-light .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.indigo-light .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #666;
}
.app.indigo-light .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.indigo-light .highcharts-scrollbar-thumb {
  fill: #999999;
  stroke: #999999;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-scrollbar-button {
  fill: #666;
  stroke: #999999;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-scrollbar-arrow {
  fill: #000;
}
.app.indigo-light .highcharts-scrollbar-rifles {
  stroke: #000;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-button {
  fill: #f7f7f7;
  stroke: #999999;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.indigo-light .highcharts-button text {
  fill: #000;
}
.app.indigo-light .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #999999;
}
.app.indigo-light .highcharts-button-hover text {
  fill: #000;
}
.app.indigo-light .highcharts-button-pressed {
  font-weight: bold;
  fill: #666;
  stroke: #999999;
}
.app.indigo-light .highcharts-button-pressed text {
  fill: #000;
  font-weight: bold;
}
.app.indigo-light .highcharts-button-disabled text {
  fill: #000;
}
.app.indigo-light .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.indigo-light .highcharts-range-label rect {
  fill: none;
}
.app.indigo-light .highcharts-range-label text {
  fill: #000;
}
.app.indigo-light .highcharts-range-input rect {
  fill: none;
}
.app.indigo-light .highcharts-range-input text {
  fill: #000;
}
.app.indigo-light .highcharts-range-input {
  stroke-width: 1px;
  stroke: #999999;
}
.app.indigo-light 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 */
}
.app.indigo-light .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.indigo-light .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.indigo-light .highcharts-candlestick-series .highcharts-point {
  stroke: #000;
  stroke-width: 1px;
}
.app.indigo-light .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.indigo-light .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.indigo-light .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.indigo-light .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.indigo-light .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.indigo-light .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #666;
  fill: transparent;
  transition: fill 250ms;
}
.app.indigo-light .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000;
  fill: #666;
}
.app.indigo-light .highcharts-flags-series .highcharts-point text {
  fill: #000;
  font-size: 0.9em;
  font-weight: bold;
}
.app.indigo-light .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #999999;
  stroke-width: inherit;
}
.app.indigo-light .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.indigo-light .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.indigo-light .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.indigo-light .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.indigo-light .highcharts-mapview-inset-border {
  stroke: #999999;
  stroke-width: 1px;
  fill: none;
}
.app.indigo-light .highcharts-coloraxis {
  stroke-width: 0;
}
.app.indigo-light .highcharts-coloraxis-marker {
  fill: #666;
}
.app.indigo-light .highcharts-null-point {
  fill: #f7f7f7;
}
.app.indigo-light .highcharts-3d-frame {
  fill: transparent;
}
.app.indigo-light .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.indigo-light .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.indigo-light .highcharts-button-symbol {
  stroke: #000;
  stroke-width: 3px;
}
.app.indigo-light .highcharts-menu {
  border: 1px solid #666;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.indigo-light .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #000;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.indigo-light .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.indigo-light .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.indigo-light .highcharts-breadcrumbs-separator {
  fill: #000;
}
.app.indigo-light .highcharts-drilldown-point {
  cursor: pointer;
}
.app.indigo-light .highcharts-drilldown-data-label text,
.app.indigo-light text.highcharts-drilldown-data-label,
.app.indigo-light .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #7986cb;
  font-weight: bold;
  text-decoration: underline;
}
.app.indigo-light .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #000;
}
.app.indigo-light .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.indigo-light .highcharts-bullet-target {
  stroke-width: 0;
}
.app.indigo-light .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #000;
}
.app.indigo-light .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #000;
}
.app.indigo-light .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000;
  fill: #000;
  fill-opacity: 0.75;
}
.app.indigo-light .highcharts-annotation-label text {
  fill: #666;
}
.app.indigo-light .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;
}
.app.indigo-light .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.indigo-light .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;
}
.app.indigo-light .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.indigo-light .highcharts-a11y-proxy-container,
.app.indigo-light .highcharts-a11y-proxy-container-before,
.app.indigo-light .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.indigo-light g.highcharts-series, .app.indigo-light .highcharts-markers, .app.indigo-light .highcharts-point {
  outline: none;
}
.app.indigo-light .highcharts-treegrid-node-collapsed, .app.indigo-light .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.indigo-light .highcharts-point-connecting-path {
  fill: none;
}
.app.indigo-light .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.indigo-light .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.indigo-light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.indigo-light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.indigo-light .mat-mdc-option.mat-mdc-option-active, .app.indigo-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);
}
.app.indigo-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, #283593);
}
.app.indigo-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, #ff4081);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.app.indigo-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.indigo-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #283593;
}
.app.indigo-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.indigo-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #283593;
}
.app.indigo-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.indigo-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.indigo-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.indigo-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.app.indigo-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.indigo-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.app.indigo-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.indigo-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.indigo-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.indigo-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.app.indigo-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.indigo-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.app.indigo-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.indigo-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.indigo-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.indigo-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.app.indigo-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.indigo-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.app.indigo-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.indigo-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.indigo-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.indigo-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.app.indigo-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.indigo-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.app.indigo-light .mat-app-background, .app.indigo-light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-elevation-z0, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z1, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z2, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z3, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z4, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z5, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z6, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z7, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z8, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z9, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z10, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z11, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z12, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z13, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z14, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z15, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z16, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z17, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z18, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z19, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z20, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z21, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z22, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z23, .app.indigo-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);
}
.app.indigo-light .mat-elevation-z24, .app.indigo-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;
}

.app.indigo-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;
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #283593;
}
.app.indigo-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(40, 53, 147, 0.25)'/%3E%3C/svg%3E");
}
.app.indigo-light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(40, 53, 147, 0.25);
}
.app.indigo-light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
}
.app.indigo-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(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
}
.app.indigo-light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 64, 129, 0.25);
}
.app.indigo-light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.app.indigo-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(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.app.indigo-light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.app.indigo-light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.app.indigo-light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #283593);
}
.app.indigo-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);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.app.indigo-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);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mdc-text-field--filled .mdc-text-field__ripple::before,
.app.indigo-light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .app.indigo-light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.app.indigo-light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .app.indigo-light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.app.indigo-light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.app.indigo-light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.app.indigo-light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.indigo-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);
}
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.indigo-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #283593);
}
[dir=rtl] .app.indigo-light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .app.indigo-light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

[dir=rtl] .app.indigo-light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .app.indigo-light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.app.indigo-light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.app.indigo-light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.app.indigo-light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(40, 53, 147, 0.87);
}
.app.indigo-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 64, 129, 0.87);
}
.app.indigo-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.app.indigo-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);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ff4081);
}
.app.indigo-light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ff4081);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 64, 129, 0.87);
}
.app.indigo-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, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.indigo-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, #f44336);
}
.app.indigo-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,
.app.indigo-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,
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.indigo-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, #ff4081);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.app.indigo-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, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.indigo-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, #f44336);
}
.app.indigo-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,
.app.indigo-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,
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.indigo-light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.indigo-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, #f44336);
}
.app.indigo-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;
}
.app.indigo-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;
}
.app.indigo-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);
}
.app.indigo-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.indigo-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-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));
}
.app.indigo-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__start,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__content,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.indigo-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.indigo-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(40, 53, 147, 0.87);
}
.app.indigo-light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 64, 129, 0.87);
}
.app.indigo-light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.app.indigo-light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.app.indigo-light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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);
}
.app.indigo-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.indigo-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-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));
}
.app.indigo-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__start,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__content,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.indigo-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.indigo-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-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);
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .app.indigo-light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #283593;
  --mdc-chip-elevated-disabled-container-color: #283593;
  --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;
}
.app.indigo-light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .app.indigo-light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --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;
}
.app.indigo-light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .app.indigo-light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --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;
}
.app.indigo-light .mat-mdc-chip-focus-overlay {
  background: black;
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.app.indigo-light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.app.indigo-light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.app.indigo-light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.app.indigo-light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff4081;
}
.app.indigo-light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.app.indigo-light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #283593;
  --mdc-slider-focus-handle-color: #283593;
  --mdc-slider-hover-handle-color: #283593;
  --mdc-slider-active-track-color: #283593;
  --mdc-slider-inactive-track-color: #283593;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #283593;
  --mat-mdc-slider-ripple-color: #283593;
  --mat-mdc-slider-hover-ripple-color: rgba(40, 53, 147, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(40, 53, 147, 0.2);
}
.app.indigo-light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mat-mdc-slider-ripple-color: #ff4081;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2);
}
.app.indigo-light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.app.indigo-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);
}
.app.indigo-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.indigo-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.indigo-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-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));
}
.app.indigo-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__start,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__content,
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.indigo-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #283593);
}
.app.indigo-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.indigo-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-mdc-menu-item[disabled],
.app.indigo-light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.app.indigo-light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.app.indigo-light .mat-mdc-menu-item .mat-icon-no-color,
.app.indigo-light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mat-mdc-menu-item:hover:not([disabled]),
.app.indigo-light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.app.indigo-light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.app.indigo-light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-list-option .mdc-list-item__start, .app.indigo-light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.app.indigo-light .mat-mdc-list-option .mdc-list-item__start, .app.indigo-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: #283593;
  --mdc-radio-selected-hover-icon-color: #283593;
  --mdc-radio-selected-icon-color: #283593;
  --mdc-radio-selected-pressed-icon-color: #283593;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #283593;
}
.app.indigo-light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .app.indigo-light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.indigo-light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --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);
}
.app.indigo-light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.indigo-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: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff4081;
}
.app.indigo-light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .app.indigo-light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.indigo-light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-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);
}
.app.indigo-light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.indigo-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: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.app.indigo-light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .app.indigo-light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.app.indigo-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #283593;
}
.app.indigo-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.indigo-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #283593;
}
.app.indigo-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.app.indigo-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.app.indigo-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.app.indigo-light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-mdc-paginator-decrement,
.app.indigo-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);
}
.app.indigo-light .mat-mdc-paginator-first,
.app.indigo-light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.app.indigo-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.app.indigo-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.app.indigo-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-mdc-tab, .app.indigo-light .mat-mdc-tab-link {
  background-color: transparent;
}
.app.indigo-light .mat-mdc-tab .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .app.indigo-light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #283593;
}
.app.indigo-light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #283593);
}
.app.indigo-light .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #283593;
}
.app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-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: #ff4081;
}
.app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-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, #ff4081);
}
.app.indigo-light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff4081;
}
.app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.indigo-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: #f44336;
}
.app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.indigo-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, #f44336);
}
.app.indigo-light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.indigo-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.app.indigo-light .mat-mdc-tab-group.mat-background-primary, .app.indigo-light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #283593;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.indigo-light .mat-mdc-tab-group.mat-background-accent, .app.indigo-light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ff4081;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.indigo-light .mat-mdc-tab-group.mat-background-warn, .app.indigo-light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.indigo-light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.app.indigo-light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.indigo-light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.app.indigo-light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #283593;
  --mdc-checkbox-selected-hover-icon-color: #283593;
  --mdc-checkbox-selected-icon-color: #283593;
  --mdc-checkbox-selected-pressed-icon-color: #283593;
  --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);
}
.app.indigo-light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(40, 53, 147, 0.1);
}
.app.indigo-light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #283593;
}
.app.indigo-light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --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);
}
.app.indigo-light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.1);
}
.app.indigo-light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff4081;
}
.app.indigo-light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-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);
}
.app.indigo-light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.app.indigo-light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.app.indigo-light .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.app.indigo-light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #283593;
}
.app.indigo-light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.app.indigo-light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.app.indigo-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);
}
.app.indigo-light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.app.indigo-light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #283593;
  --mdc-filled-button-label-text-color: #fff;
}
.app.indigo-light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: #fff;
}
.app.indigo-light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.app.indigo-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);
}
.app.indigo-light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.app.indigo-light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #283593;
  --mdc-protected-button-label-text-color: #fff;
}
.app.indigo-light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: #fff;
}
.app.indigo-light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.app.indigo-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;
}
.app.indigo-light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.app.indigo-light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #283593;
}
.app.indigo-light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
}
.app.indigo-light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.app.indigo-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);
}
.app.indigo-light .mat-mdc-button, .app.indigo-light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.indigo-light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-button.mat-primary, .app.indigo-light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.app.indigo-light .mat-mdc-button.mat-accent, .app.indigo-light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.app.indigo-light .mat-mdc-button.mat-warn, .app.indigo-light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.app.indigo-light .mat-mdc-raised-button, .app.indigo-light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.indigo-light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-raised-button.mat-primary, .app.indigo-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);
}
.app.indigo-light .mat-mdc-raised-button.mat-accent, .app.indigo-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);
}
.app.indigo-light .mat-mdc-raised-button.mat-warn, .app.indigo-light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.indigo-light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.indigo-light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #283593;
  --mat-mdc-button-ripple-color: rgba(40, 53, 147, 0.1);
}
.app.indigo-light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.app.indigo-light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.app.indigo-light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #283593;
}
.app.indigo-light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
}
.app.indigo-light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.app.indigo-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);
}
.app.indigo-light .mat-mdc-fab, .app.indigo-light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.indigo-light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.indigo-light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .app.indigo-light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.indigo-light .mat-mdc-fab.mat-primary, .app.indigo-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);
}
.app.indigo-light .mat-mdc-fab.mat-accent, .app.indigo-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);
}
.app.indigo-light .mat-mdc-fab.mat-warn, .app.indigo-light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.indigo-light .mat-mdc-fab.mat-unthemed, .app.indigo-light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.app.indigo-light .mat-mdc-fab.mat-primary, .app.indigo-light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #283593;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.indigo-light .mat-mdc-fab.mat-accent, .app.indigo-light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.indigo-light .mat-mdc-fab.mat-warn, .app.indigo-light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.indigo-light .mat-mdc-fab[disabled][disabled], .app.indigo-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);
}
.app.indigo-light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ff4081;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.app.indigo-light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mdc-data-table__row {
  background-color: inherit;
}
.app.indigo-light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.app.indigo-light .mdc-data-table__row--selected {
  background-color: rgba(40, 53, 147, 0.04);
}
.app.indigo-light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.app.indigo-light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.app.indigo-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);
}
.app.indigo-light .mdc-data-table__cell,
.app.indigo-light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.app.indigo-light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mdc-data-table__pagination-total,
.app.indigo-light .mdc-data-table__pagination-rows-per-page-label,
.app.indigo-light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .app.indigo-light .mdc-data-table__pagination-button .mdc-button__icon, .app.indigo-light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.app.indigo-light .mat-mdc-table {
  background: white;
}
.app.indigo-light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #283593;
}
.app.indigo-light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
.app.indigo-light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.app.indigo-light .mat-badge-content {
  color: white;
  background: #283593;
}
.cdk-high-contrast-active .app.indigo-light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.indigo-light .mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}
.app.indigo-light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.app.indigo-light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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);
}
.app.indigo-light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.indigo-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);
}
.app.indigo-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.indigo-light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.indigo-light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.app.indigo-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.app.indigo-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.app.indigo-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.app.indigo-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;
}
.app.indigo-light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.app.indigo-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.app.indigo-light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.app.indigo-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.indigo-light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.app.indigo-light .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-datepicker-toggle,
.app.indigo-light .mat-datepicker-content .mat-calendar-next-button,
.app.indigo-light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-calendar-table-header,
.app.indigo-light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-calendar-body-cell-content,
.app.indigo-light .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.app.indigo-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);
}
.app.indigo-light .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.app.indigo-light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.app.indigo-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);
}
.app.indigo-light .mat-calendar-body-in-range::before {
  background: rgba(40, 53, 147, 0.2);
}
.app.indigo-light .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.indigo-light .mat-calendar-body-comparison-bridge-start::before,
.app.indigo-light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-calendar-body-comparison-bridge-end::before,
.app.indigo-light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.indigo-light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.indigo-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.indigo-light .mat-calendar-body-selected {
  background-color: #283593;
  color: white;
}
.app.indigo-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(40, 53, 147, 0.4);
}
.app.indigo-light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.indigo-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.indigo-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(40, 53, 147, 0.3);
}
@media (hover: hover) {
  .app.indigo-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(40, 53, 147, 0.3);
  }
}
.app.indigo-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);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.indigo-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.indigo-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.app.indigo-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.indigo-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),
.app.indigo-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(255, 64, 129, 0.3);
}
@media (hover: hover) {
  .app.indigo-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(255, 64, 129, 0.3);
  }
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.indigo-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.indigo-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.app.indigo-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.indigo-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),
.app.indigo-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(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .app.indigo-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(244, 67, 54, 0.3);
  }
}
.app.indigo-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);
}
.app.indigo-light .mat-datepicker-toggle-active {
  color: #283593;
}
.app.indigo-light .mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.app.indigo-light .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.app.indigo-light .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.app.indigo-light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-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);
}
.app.indigo-light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.indigo-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.indigo-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) {
  .app.indigo-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.app.indigo-light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-expansion-panel-header-description,
.app.indigo-light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.app.indigo-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.indigo-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.indigo-light .mat-icon.mat-primary {
  color: #283593;
}
.app.indigo-light .mat-icon.mat-accent {
  color: #ff4081;
}
.app.indigo-light .mat-icon.mat-warn {
  color: #f44336;
}
.app.indigo-light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.app.indigo-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);
}
.app.indigo-light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.indigo-light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.indigo-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.app.indigo-light .mat-step-header.cdk-keyboard-focused, .app.indigo-light .mat-step-header.cdk-program-focused, .app.indigo-light .mat-step-header:hover:not([aria-disabled]), .app.indigo-light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.app.indigo-light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.indigo-light .mat-step-header:hover {
    background: none;
  }
}
.app.indigo-light .mat-step-header .mat-step-label,
.app.indigo-light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.app.indigo-light .mat-step-header .mat-step-icon-selected,
.app.indigo-light .mat-step-header .mat-step-icon-state-done,
.app.indigo-light .mat-step-header .mat-step-icon-state-edit {
  background-color: #283593;
  color: white;
}
.app.indigo-light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.app.indigo-light .mat-step-header.mat-accent .mat-step-icon-selected,
.app.indigo-light .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.indigo-light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.app.indigo-light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.indigo-light .mat-step-header.mat-warn .mat-step-icon-selected,
.app.indigo-light .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.indigo-light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.app.indigo-light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.app.indigo-light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.app.indigo-light .mat-stepper-horizontal, .app.indigo-light .mat-stepper-vertical {
  background-color: white;
}
.app.indigo-light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-horizontal-stepper-header::before,
.app.indigo-light .mat-horizontal-stepper-header::after,
.app.indigo-light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.indigo-light .mat-sort-header-arrow {
  color: #757575;
}
.app.indigo-light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .mat-toolbar.mat-primary {
  background: #283593;
  color: white;
}
.app.indigo-light .mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.app.indigo-light .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.app.indigo-light .mat-toolbar .mat-form-field-underline,
.app.indigo-light .mat-toolbar .mat-form-field-ripple,
.app.indigo-light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.indigo-light .mat-toolbar .mat-form-field-label,
.app.indigo-light .mat-toolbar .mat-focused .mat-form-field-label,
.app.indigo-light .mat-toolbar .mat-select-value,
.app.indigo-light .mat-toolbar .mat-select-arrow,
.app.indigo-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.indigo-light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.indigo-light .mat-tree {
  background: white;
}
.app.indigo-light .mat-tree-node,
.app.indigo-light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .bg-primary {
  background-color: #283593;
  color: white;
}
.app.indigo-light .bg-accent {
  background-color: #ff4081;
  color: white;
}
.app.indigo-light .bg-warn {
  background-color: #f44336;
  color: white;
}
.app.indigo-light .muted-text {
  color: rgba(0, 0, 0, 0.54);
}
.app.indigo-light .gradient-primary {
  background: #7986cb;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #7986cb 50%, #283593 100%);
}
.app.indigo-light .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.indigo-light .mat-toolbar-row,
.app.indigo-light .mat-toolbar-single-row {
  height: 56px;
}
.app.indigo-light .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.indigo-light .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.indigo-light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.indigo-light .mat-mdc-raised-button.small-logo {
  color: #283593;
}
.app.indigo-light .horizontal-menu, .app.indigo-light .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.indigo-light .mat-toolbar {
  background: #1a237e !important;
}
.app.indigo-light .horizontal-menu-item .horizontal-sub-menu {
  background: #1a237e;
}
.app.indigo-light .breadcrumb a {
  color: #283593;
}
.app.indigo-light .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light cad-lib-system-time-footer {
  background-color: white;
  color: white;
}
.app.indigo-light .user-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.app.indigo-light .active-link {
  border-radius: 0;
  background-color: #283593;
  color: #fff;
}
.app.indigo-light .warn-color {
  color: #f44336 !important;
}
.app.indigo-light mat-radio-group.ng-invalid + label {
  color: #f44336 !important;
}
.app.indigo-light .cal-day-view .cal-hour-segment:hover,
.app.indigo-light .cal-day-view .cal-drag-over .cal-hour-segment,
.app.indigo-light .cal-week-view .cal-day-headers .cal-header:hover,
.app.indigo-light .cal-week-view .cal-day-headers .cal-drag-over,
.app.indigo-light .cal-month-view .cal-cell-row .cal-cell:hover,
.app.indigo-light .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(40, 53, 147, 0.4);
}
.app.indigo-light .cal-month-view .cal-cell-row:hover {
  background-color: rgba(40, 53, 147, 0.05);
}
.app.indigo-light .cal-week-view .cal-header.cal-today,
.app.indigo-light .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(40, 53, 147, 0.4);
}
.app.indigo-light .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.indigo-light .cal-event-action i {
  margin: 4px;
}
.app.indigo-light .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.indigo-light .gradus-pagination .ngx-pagination .current {
  background-color: #283593;
  color: white;
}
.app.indigo-light .gradus-pagination .ngx-pagination a:hover,
.app.indigo-light .gradus-pagination .ngx-pagination button:hover {
  background: rgba(40, 53, 147, 0.2);
  color: black;
}
.app.indigo-light .ql-snow .ql-picker,
.app.indigo-light .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .ql-snow .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .ql-snow .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.app.indigo-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.indigo-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: whitesmoke;
}
.app.indigo-light .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.app.teal-light {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.teal-light .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.teal-light .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.teal-light .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.teal-light .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.teal-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.teal-light .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.teal-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.teal-light .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.teal-light .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.teal-light .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.teal-light .mat-mdc-radio-touch-target {
  display: none;
}
.app.teal-light .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.teal-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.teal-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.teal-light .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.teal-light .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.teal-light .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.teal-light .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;
}
.app.teal-light .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.teal-light .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%);
}
.app.teal-light .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.teal-light mat-form-field {
  line-height: 16px !important;
}
.app.teal-light .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.teal-light .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.teal-light .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.teal-light .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.teal-light .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.teal-light .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.teal-light .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.teal-light .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.teal-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.teal-light mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.teal-light mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.teal-light mat-list-item label {
  font-size: 14px;
}
.app.teal-light mat-list-item span {
  font-size: 14px !important;
}
.app.teal-light epm-workflow-status > div > .step {
  border-left-color: #4db6ac;
}
.app.teal-light epm-workflow-status > div > .stepPassed {
  border-top-color: #4db6ac;
  border-right-color: #4db6ac;
  border-bottom-color: #4db6ac;
  background: #4db6ac;
}
.app.teal-light .highcharts-legend-item:hover text {
  fill: #4db6ac !important;
}
.app.teal-light .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.teal-light .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.teal-light .highcharts-root {
  display: block;
}
.app.teal-light .highcharts-root text {
  stroke-width: 0;
}
.app.teal-light .highcharts-strong {
  font-weight: bold;
}
.app.teal-light .highcharts-emphasized {
  font-style: italic;
}
.app.teal-light .highcharts-anchor {
  cursor: pointer;
}
.app.teal-light .highcharts-background {
  fill: transparent;
}
.app.teal-light .highcharts-plot-border, .app.teal-light .highcharts-plot-background {
  fill: none;
}
.app.teal-light .highcharts-label-box {
  fill: none;
}
.app.teal-light .highcharts-button-box {
  fill: inherit;
}
.app.teal-light .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.teal-light .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.teal-light .highcharts-title {
  fill: #000;
  font-size: 1.5em;
}
.app.teal-light .highcharts-subtitle {
  fill: #000;
  font-size: 1em;
}
.app.teal-light .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.teal-light .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.teal-light .highcharts-axis-title {
  fill: #000;
}
.app.teal-light .highcharts-axis-labels {
  fill: #000;
  cursor: default;
  font-size: 0.9em;
}
.app.teal-light .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.teal-light .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.teal-light .highcharts-tick {
  stroke: #666;
}
.app.teal-light .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.teal-light .highcharts-minor-grid-line {
  stroke: #888;
}
.app.teal-light .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #999999;
}
.app.teal-light .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.teal-light .highcharts-credits {
  cursor: pointer;
  fill: #666;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.teal-light .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.teal-light .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.teal-light .highcharts-tooltip text {
  fill: #000;
}
.app.teal-light .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.teal-light .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.teal-light .highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.teal-light div.highcharts-tooltip {
  filter: none;
}
.app.teal-light .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.teal-light .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.teal-light .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #999999;
}
.app.teal-light .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.teal-light .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.teal-light .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.teal-light .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.teal-light .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.teal-light g.highcharts-series,
.app.teal-light .highcharts-point,
.app.teal-light .highcharts-markers,
.app.teal-light .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.teal-light .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.teal-light .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.teal-light .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.teal-light .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.teal-light .highcharts-color-0 {
  fill: #00695C;
  stroke: #00695C;
}
.app.teal-light .highcharts-color-1 {
  fill: #fc0000;
  stroke: #fc0000;
}
.app.teal-light .highcharts-color-2 {
  fill: #FF6F91;
  stroke: #FF6F91;
}
.app.teal-light .highcharts-color-3 {
  fill: #8C87CC;
  stroke: #8C87CC;
}
.app.teal-light .highcharts-color-4 {
  fill: #FFC75F;
  stroke: #FFC75F;
}
.app.teal-light .highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}
.app.teal-light .highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}
.app.teal-light .highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}
.app.teal-light .highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}
.app.teal-light .highcharts-color-9 {
  fill: #2d6d68;
  stroke: #2d6d68;
}
.app.teal-light .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.teal-light .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.teal-light .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.teal-light .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.teal-light .highcharts-point {
  stroke-width: 1px;
}
.app.teal-light .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.teal-light .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.teal-light .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.teal-light .highcharts-data-label text, .app.teal-light text.highcharts-data-label {
  fill: #000;
}
.app.teal-light .highcharts-data-label-connector {
  fill: none;
}
.app.teal-light .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.teal-light .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.teal-light .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.teal-light .highcharts-markers .highcharts-point-select {
  fill: #999999;
  stroke: #000;
}
.app.teal-light .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.teal-light .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.teal-light .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.teal-light .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.teal-light .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.teal-light .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.teal-light .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.teal-light .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.teal-light .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.teal-light .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.teal-light .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.teal-light .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.teal-light .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.teal-light .highcharts-treemap-series .highcharts-point-hover {
  stroke: #666;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.teal-light .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.teal-light .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.teal-light .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.teal-light .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.teal-light .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.teal-light .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.teal-light .highcharts-lollipop-stem {
  stroke: #000;
}
.app.teal-light .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.teal-light .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.teal-light .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.teal-light .highcharts-legend-item > text {
  fill: #000;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.teal-light .highcharts-legend-item:hover text {
  fill: #000;
}
.app.teal-light .highcharts-legend-item-hidden * {
  fill: #999999 !important;
  stroke: #999999 !important;
  transition: fill 250ms;
}
.app.teal-light .highcharts-legend-nav-active {
  fill: #4db6ac;
  cursor: pointer;
}
.app.teal-light .highcharts-legend-nav-inactive {
  fill: #999999;
}
.app.teal-light circle.highcharts-legend-nav-active, .app.teal-light circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.teal-light .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.teal-light .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.teal-light .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.teal-light .highcharts-bubble-legend-labels {
  fill: #000;
}
.app.teal-light .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.teal-light .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.teal-light .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.teal-light .highcharts-plot-band, .app.teal-light .highcharts-pane {
  fill: #000;
  fill-opacity: 0.05;
}
.app.teal-light .highcharts-plot-line {
  fill: none;
  stroke: #666;
  stroke-width: 1px;
}
.app.teal-light .highcharts-boxplot-box {
  fill: transparent;
}
.app.teal-light .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.teal-light .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.teal-light .highcharts-errorbar-series .highcharts-point {
  stroke: #000;
}
.app.teal-light .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #999999;
  stroke-width: 1px;
}
.app.teal-light .highcharts-gauge-series .highcharts-dial {
  fill: #000;
  stroke-width: 0;
}
.app.teal-light .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.teal-light .highcharts-waterfall-series .highcharts-graph {
  stroke: #000;
  stroke-dasharray: 1, 3;
}
.app.teal-light .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.teal-light .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.teal-light .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.teal-light .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #999999;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.teal-light .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #999999;
}
.app.teal-light .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.teal-light .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.teal-light .highcharts-navigator-outline {
  stroke: #999999;
  fill: none;
}
.app.teal-light .highcharts-navigator-handle {
  stroke: #999999;
  fill: #888;
  cursor: ew-resize;
}
.app.teal-light .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.teal-light .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.teal-light .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.teal-light .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.teal-light .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.teal-light .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #666;
}
.app.teal-light .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.teal-light .highcharts-scrollbar-thumb {
  fill: #999999;
  stroke: #999999;
  stroke-width: 1px;
}
.app.teal-light .highcharts-scrollbar-button {
  fill: #666;
  stroke: #999999;
  stroke-width: 1px;
}
.app.teal-light .highcharts-scrollbar-arrow {
  fill: #000;
}
.app.teal-light .highcharts-scrollbar-rifles {
  stroke: #000;
  stroke-width: 1px;
}
.app.teal-light .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.teal-light .highcharts-button {
  fill: #f7f7f7;
  stroke: #999999;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.teal-light .highcharts-button text {
  fill: #000;
}
.app.teal-light .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #999999;
}
.app.teal-light .highcharts-button-hover text {
  fill: #000;
}
.app.teal-light .highcharts-button-pressed {
  font-weight: bold;
  fill: #666;
  stroke: #999999;
}
.app.teal-light .highcharts-button-pressed text {
  fill: #000;
  font-weight: bold;
}
.app.teal-light .highcharts-button-disabled text {
  fill: #000;
}
.app.teal-light .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.teal-light .highcharts-range-label rect {
  fill: none;
}
.app.teal-light .highcharts-range-label text {
  fill: #000;
}
.app.teal-light .highcharts-range-input rect {
  fill: none;
}
.app.teal-light .highcharts-range-input text {
  fill: #000;
}
.app.teal-light .highcharts-range-input {
  stroke-width: 1px;
  stroke: #999999;
}
.app.teal-light 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 */
}
.app.teal-light .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.teal-light .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.teal-light .highcharts-candlestick-series .highcharts-point {
  stroke: #000;
  stroke-width: 1px;
}
.app.teal-light .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.teal-light .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.teal-light .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.teal-light .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.teal-light .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.teal-light .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #666;
  fill: transparent;
  transition: fill 250ms;
}
.app.teal-light .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000;
  fill: #666;
}
.app.teal-light .highcharts-flags-series .highcharts-point text {
  fill: #000;
  font-size: 0.9em;
  font-weight: bold;
}
.app.teal-light .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #999999;
  stroke-width: inherit;
}
.app.teal-light .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.teal-light .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.teal-light .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.teal-light .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.teal-light .highcharts-mapview-inset-border {
  stroke: #999999;
  stroke-width: 1px;
  fill: none;
}
.app.teal-light .highcharts-coloraxis {
  stroke-width: 0;
}
.app.teal-light .highcharts-coloraxis-marker {
  fill: #666;
}
.app.teal-light .highcharts-null-point {
  fill: #f7f7f7;
}
.app.teal-light .highcharts-3d-frame {
  fill: transparent;
}
.app.teal-light .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.teal-light .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.teal-light .highcharts-button-symbol {
  stroke: #000;
  stroke-width: 3px;
}
.app.teal-light .highcharts-menu {
  border: 1px solid #666;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.teal-light .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #000;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.teal-light .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.teal-light .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.teal-light .highcharts-breadcrumbs-separator {
  fill: #000;
}
.app.teal-light .highcharts-drilldown-point {
  cursor: pointer;
}
.app.teal-light .highcharts-drilldown-data-label text,
.app.teal-light text.highcharts-drilldown-data-label,
.app.teal-light .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #4db6ac;
  font-weight: bold;
  text-decoration: underline;
}
.app.teal-light .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #000;
}
.app.teal-light .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.teal-light .highcharts-bullet-target {
  stroke-width: 0;
}
.app.teal-light .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #000;
}
.app.teal-light .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #000;
}
.app.teal-light .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000;
  fill: #000;
  fill-opacity: 0.75;
}
.app.teal-light .highcharts-annotation-label text {
  fill: #666;
}
.app.teal-light .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;
}
.app.teal-light .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.teal-light .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;
}
.app.teal-light .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.teal-light .highcharts-a11y-proxy-container,
.app.teal-light .highcharts-a11y-proxy-container-before,
.app.teal-light .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.teal-light g.highcharts-series, .app.teal-light .highcharts-markers, .app.teal-light .highcharts-point {
  outline: none;
}
.app.teal-light .highcharts-treegrid-node-collapsed, .app.teal-light .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.teal-light .highcharts-point-connecting-path {
  fill: none;
}
.app.teal-light .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.teal-light .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.teal-light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.app.teal-light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.teal-light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.teal-light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.teal-light .mat-mdc-option.mat-mdc-option-active, .app.teal-light .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.app.teal-light .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #00695c);
}
.app.teal-light .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffd740);
}
.app.teal-light .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff5252);
}
.app.teal-light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.teal-light .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.app.teal-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.teal-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #00695c;
}
.app.teal-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.teal-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #00695c;
}
.app.teal-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.teal-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.teal-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.teal-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.teal-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.teal-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.teal-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.teal-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.teal-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.teal-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.teal-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.teal-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.teal-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.teal-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.teal-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.teal-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5252;
}
.app.teal-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.teal-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5252;
}
.app.teal-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.teal-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.teal-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.teal-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.app.teal-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.teal-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.app.teal-light .mat-app-background, .app.teal-light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-elevation-z0, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z1, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z2, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z3, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z4, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z5, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z6, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z7, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z8, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z9, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z10, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z11, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z12, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z13, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z14, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z15, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z16, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z17, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z18, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z19, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z20, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z21, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z22, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z23, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-elevation-z24, .app.teal-light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

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

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

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

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

.app.teal-light .mat-mdc-table {
  background: white;
}
.app.teal-light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #00695c;
}
.app.teal-light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740;
}
.app.teal-light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5252;
}
.app.teal-light .mat-badge-content {
  color: white;
  background: #00695c;
}
.cdk-high-contrast-active .app.teal-light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.teal-light .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff5252;
}
.app.teal-light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.app.teal-light .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.teal-light .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.teal-light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.teal-light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.app.teal-light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.app.teal-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.app.teal-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.app.teal-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.app.teal-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.app.teal-light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.app.teal-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.app.teal-light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.app.teal-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.teal-light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.app.teal-light .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-datepicker-toggle,
.app.teal-light .mat-datepicker-content .mat-calendar-next-button,
.app.teal-light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-calendar-table-header,
.app.teal-light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-calendar-body-cell-content,
.app.teal-light .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.app.teal-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);
}
.app.teal-light .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.app.teal-light .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.app.teal-light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.app.teal-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);
}
.app.teal-light .mat-calendar-body-in-range::before {
  background: rgba(0, 105, 92, 0.2);
}
.app.teal-light .mat-calendar-body-comparison-identical,
.app.teal-light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.teal-light .mat-calendar-body-comparison-bridge-start::before,
.app.teal-light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 105, 92, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-calendar-body-comparison-bridge-end::before,
.app.teal-light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 105, 92, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.teal-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.teal-light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.teal-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.teal-light .mat-calendar-body-selected {
  background-color: #00695c;
  color: white;
}
.app.teal-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 105, 92, 0.4);
}
.app.teal-light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.teal-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.teal-light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 105, 92, 0.3);
}
@media (hover: hover) {
  .app.teal-light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 105, 92, 0.3);
  }
}
.app.teal-light .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.teal-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.teal-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
.app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.teal-light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  .app.teal-light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 82, 82, 0.2);
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.teal-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.teal-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5252;
  color: white;
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 82, 82, 0.4);
}
.app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.teal-light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.teal-light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 82, 82, 0.3);
}
@media (hover: hover) {
  .app.teal-light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 82, 82, 0.3);
  }
}
.app.teal-light .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-datepicker-toggle-active {
  color: #00695c;
}
.app.teal-light .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
.app.teal-light .mat-datepicker-toggle-active.mat-warn {
  color: #ff5252;
}
.app.teal-light .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.app.teal-light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.teal-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.teal-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) {
  .app.teal-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.app.teal-light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-expansion-panel-header-description,
.app.teal-light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.app.teal-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.teal-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.teal-light .mat-icon.mat-primary {
  color: #00695c;
}
.app.teal-light .mat-icon.mat-accent {
  color: #ffd740;
}
.app.teal-light .mat-icon.mat-warn {
  color: #ff5252;
}
.app.teal-light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.app.teal-light .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.teal-light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.teal-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.app.teal-light .mat-step-header.cdk-keyboard-focused, .app.teal-light .mat-step-header.cdk-program-focused, .app.teal-light .mat-step-header:hover:not([aria-disabled]), .app.teal-light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.app.teal-light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.teal-light .mat-step-header:hover {
    background: none;
  }
}
.app.teal-light .mat-step-header .mat-step-label,
.app.teal-light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.app.teal-light .mat-step-header .mat-step-icon-selected,
.app.teal-light .mat-step-header .mat-step-icon-state-done,
.app.teal-light .mat-step-header .mat-step-icon-state-edit {
  background-color: #00695c;
  color: white;
}
.app.teal-light .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-step-header.mat-accent .mat-step-icon-selected,
.app.teal-light .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.teal-light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.teal-light .mat-step-header.mat-warn .mat-step-icon-selected,
.app.teal-light .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.teal-light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5252;
  color: white;
}
.app.teal-light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5252;
}
.app.teal-light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5252;
}
.app.teal-light .mat-stepper-horizontal, .app.teal-light .mat-stepper-vertical {
  background-color: white;
}
.app.teal-light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-horizontal-stepper-header::before,
.app.teal-light .mat-horizontal-stepper-header::after,
.app.teal-light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.teal-light .mat-sort-header-arrow {
  color: #757575;
}
.app.teal-light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-toolbar.mat-primary {
  background: #00695c;
  color: white;
}
.app.teal-light .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .mat-toolbar.mat-warn {
  background: #ff5252;
  color: white;
}
.app.teal-light .mat-toolbar .mat-form-field-underline,
.app.teal-light .mat-toolbar .mat-form-field-ripple,
.app.teal-light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.teal-light .mat-toolbar .mat-form-field-label,
.app.teal-light .mat-toolbar .mat-focused .mat-form-field-label,
.app.teal-light .mat-toolbar .mat-select-value,
.app.teal-light .mat-toolbar .mat-select-arrow,
.app.teal-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.teal-light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.teal-light .mat-tree {
  background: white;
}
.app.teal-light .mat-tree-node,
.app.teal-light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .bg-primary {
  background-color: #00695c;
  color: white;
}
.app.teal-light .bg-accent {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .bg-warn {
  background-color: #ff5252;
  color: white;
}
.app.teal-light .muted-text {
  color: rgba(0, 0, 0, 0.54);
}
.app.teal-light .gradient-primary {
  background: #4db6ac;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #4db6ac 50%, #00695c 100%);
}
.app.teal-light .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.teal-light .mat-toolbar-row,
.app.teal-light .mat-toolbar-single-row {
  height: 56px;
}
.app.teal-light .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.teal-light .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.teal-light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.teal-light .mat-mdc-raised-button.small-logo {
  color: #00695c;
}
.app.teal-light .horizontal-menu, .app.teal-light .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.teal-light .mat-toolbar {
  background: #004d40 !important;
}
.app.teal-light .horizontal-menu-item .horizontal-sub-menu {
  background: #004d40;
}
.app.teal-light .breadcrumb a {
  color: #00695c;
}
.app.teal-light .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light cad-lib-system-time-footer {
  background-color: white;
  color: white;
}
.app.teal-light .user-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.app.teal-light .active-link {
  border-radius: 0;
  background-color: #00695c;
  color: #fff;
}
.app.teal-light .warn-color {
  color: #ff5252 !important;
}
.app.teal-light mat-radio-group.ng-invalid + label {
  color: #ff5252 !important;
}
.app.teal-light .cal-day-view .cal-hour-segment:hover,
.app.teal-light .cal-day-view .cal-drag-over .cal-hour-segment,
.app.teal-light .cal-week-view .cal-day-headers .cal-header:hover,
.app.teal-light .cal-week-view .cal-day-headers .cal-drag-over,
.app.teal-light .cal-month-view .cal-cell-row .cal-cell:hover,
.app.teal-light .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(0, 105, 92, 0.4);
}
.app.teal-light .cal-month-view .cal-cell-row:hover {
  background-color: rgba(0, 105, 92, 0.05);
}
.app.teal-light .cal-week-view .cal-header.cal-today,
.app.teal-light .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(0, 105, 92, 0.4);
}
.app.teal-light .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.teal-light .cal-event-action i {
  margin: 4px;
}
.app.teal-light .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.teal-light .gradus-pagination .ngx-pagination .current {
  background-color: #00695c;
  color: white;
}
.app.teal-light .gradus-pagination .ngx-pagination a:hover,
.app.teal-light .gradus-pagination .ngx-pagination button:hover {
  background: rgba(0, 105, 92, 0.2);
  color: black;
}
.app.teal-light .ql-snow .ql-picker,
.app.teal-light .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.app.teal-light .ql-snow .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.app.teal-light .ql-snow .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.app.teal-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.teal-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: whitesmoke;
}
.app.teal-light .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.app.red-light {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.red-light .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.red-light .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.red-light .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.red-light .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.red-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.red-light .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.red-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.red-light .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.red-light .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.red-light .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.red-light .mat-mdc-radio-touch-target {
  display: none;
}
.app.red-light .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.red-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.red-light .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.red-light .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.red-light .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.red-light .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.red-light .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;
}
.app.red-light .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.red-light .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%);
}
.app.red-light .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.red-light mat-form-field {
  line-height: 16px !important;
}
.app.red-light .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.red-light .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.red-light .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.red-light .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.red-light .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.red-light .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.red-light .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.red-light .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.red-light .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.red-light mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.red-light mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.red-light mat-list-item label {
  font-size: 14px;
}
.app.red-light mat-list-item span {
  font-size: 14px !important;
}
.app.red-light epm-workflow-status > div > .step {
  border-left-color: #e57373;
}
.app.red-light epm-workflow-status > div > .stepPassed {
  border-top-color: #e57373;
  border-right-color: #e57373;
  border-bottom-color: #e57373;
  background: #e57373;
}
.app.red-light .highcharts-legend-item:hover text {
  fill: #e57373 !important;
}
.app.red-light .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.red-light .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.red-light .highcharts-root {
  display: block;
}
.app.red-light .highcharts-root text {
  stroke-width: 0;
}
.app.red-light .highcharts-strong {
  font-weight: bold;
}
.app.red-light .highcharts-emphasized {
  font-style: italic;
}
.app.red-light .highcharts-anchor {
  cursor: pointer;
}
.app.red-light .highcharts-background {
  fill: transparent;
}
.app.red-light .highcharts-plot-border, .app.red-light .highcharts-plot-background {
  fill: none;
}
.app.red-light .highcharts-label-box {
  fill: none;
}
.app.red-light .highcharts-button-box {
  fill: inherit;
}
.app.red-light .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.red-light .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.red-light .highcharts-title {
  fill: #000;
  font-size: 1.5em;
}
.app.red-light .highcharts-subtitle {
  fill: #000;
  font-size: 1em;
}
.app.red-light .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.red-light .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.red-light .highcharts-axis-title {
  fill: #000;
}
.app.red-light .highcharts-axis-labels {
  fill: #000;
  cursor: default;
  font-size: 0.9em;
}
.app.red-light .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.red-light .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.red-light .highcharts-tick {
  stroke: #666;
}
.app.red-light .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.red-light .highcharts-minor-grid-line {
  stroke: #888;
}
.app.red-light .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #999999;
}
.app.red-light .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.red-light .highcharts-credits {
  cursor: pointer;
  fill: #666;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.red-light .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.red-light .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.red-light .highcharts-tooltip text {
  fill: #000;
}
.app.red-light .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.red-light .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.red-light .highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.app.red-light div.highcharts-tooltip {
  filter: none;
}
.app.red-light .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.red-light .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.red-light .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #999999;
}
.app.red-light .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.red-light .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.red-light .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.red-light .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.red-light .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.red-light g.highcharts-series,
.app.red-light .highcharts-point,
.app.red-light .highcharts-markers,
.app.red-light .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.red-light .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.red-light .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.red-light .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.red-light .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.red-light .highcharts-color-0 {
  fill: #C62828;
  stroke: #C62828;
}
.app.red-light .highcharts-color-1 {
  fill: #fc0000;
  stroke: #fc0000;
}
.app.red-light .highcharts-color-2 {
  fill: #FF6F91;
  stroke: #FF6F91;
}
.app.red-light .highcharts-color-3 {
  fill: #8C87CC;
  stroke: #8C87CC;
}
.app.red-light .highcharts-color-4 {
  fill: #FFC75F;
  stroke: #FFC75F;
}
.app.red-light .highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}
.app.red-light .highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}
.app.red-light .highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}
.app.red-light .highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}
.app.red-light .highcharts-color-9 {
  fill: #2d6d68;
  stroke: #2d6d68;
}
.app.red-light .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.red-light .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.red-light .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.red-light .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.red-light .highcharts-point {
  stroke-width: 1px;
}
.app.red-light .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.red-light .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.red-light .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.red-light .highcharts-data-label text, .app.red-light text.highcharts-data-label {
  fill: #000;
}
.app.red-light .highcharts-data-label-connector {
  fill: none;
}
.app.red-light .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.red-light .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.red-light .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.red-light .highcharts-markers .highcharts-point-select {
  fill: #999999;
  stroke: #000;
}
.app.red-light .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.red-light .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.red-light .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.red-light .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.red-light .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.red-light .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.red-light .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.red-light .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.red-light .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.red-light .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.red-light .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.red-light .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.red-light .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.red-light .highcharts-treemap-series .highcharts-point-hover {
  stroke: #666;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.red-light .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.red-light .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.red-light .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.red-light .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.red-light .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.red-light .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.red-light .highcharts-lollipop-stem {
  stroke: #000;
}
.app.red-light .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.red-light .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.red-light .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.red-light .highcharts-legend-item > text {
  fill: #000;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.red-light .highcharts-legend-item:hover text {
  fill: #000;
}
.app.red-light .highcharts-legend-item-hidden * {
  fill: #999999 !important;
  stroke: #999999 !important;
  transition: fill 250ms;
}
.app.red-light .highcharts-legend-nav-active {
  fill: #e57373;
  cursor: pointer;
}
.app.red-light .highcharts-legend-nav-inactive {
  fill: #999999;
}
.app.red-light circle.highcharts-legend-nav-active, .app.red-light circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.red-light .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.red-light .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.red-light .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.red-light .highcharts-bubble-legend-labels {
  fill: #000;
}
.app.red-light .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.red-light .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.red-light .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.red-light .highcharts-plot-band, .app.red-light .highcharts-pane {
  fill: #000;
  fill-opacity: 0.05;
}
.app.red-light .highcharts-plot-line {
  fill: none;
  stroke: #666;
  stroke-width: 1px;
}
.app.red-light .highcharts-boxplot-box {
  fill: transparent;
}
.app.red-light .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.red-light .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.red-light .highcharts-errorbar-series .highcharts-point {
  stroke: #000;
}
.app.red-light .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #999999;
  stroke-width: 1px;
}
.app.red-light .highcharts-gauge-series .highcharts-dial {
  fill: #000;
  stroke-width: 0;
}
.app.red-light .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.red-light .highcharts-waterfall-series .highcharts-graph {
  stroke: #000;
  stroke-dasharray: 1, 3;
}
.app.red-light .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.red-light .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.red-light .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.red-light .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #999999;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.red-light .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #999999;
}
.app.red-light .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.red-light .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.red-light .highcharts-navigator-outline {
  stroke: #999999;
  fill: none;
}
.app.red-light .highcharts-navigator-handle {
  stroke: #999999;
  fill: #888;
  cursor: ew-resize;
}
.app.red-light .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.red-light .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.red-light .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.red-light .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.red-light .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.red-light .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #666;
}
.app.red-light .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.red-light .highcharts-scrollbar-thumb {
  fill: #999999;
  stroke: #999999;
  stroke-width: 1px;
}
.app.red-light .highcharts-scrollbar-button {
  fill: #666;
  stroke: #999999;
  stroke-width: 1px;
}
.app.red-light .highcharts-scrollbar-arrow {
  fill: #000;
}
.app.red-light .highcharts-scrollbar-rifles {
  stroke: #000;
  stroke-width: 1px;
}
.app.red-light .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.red-light .highcharts-button {
  fill: #f7f7f7;
  stroke: #999999;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.red-light .highcharts-button text {
  fill: #000;
}
.app.red-light .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #999999;
}
.app.red-light .highcharts-button-hover text {
  fill: #000;
}
.app.red-light .highcharts-button-pressed {
  font-weight: bold;
  fill: #666;
  stroke: #999999;
}
.app.red-light .highcharts-button-pressed text {
  fill: #000;
  font-weight: bold;
}
.app.red-light .highcharts-button-disabled text {
  fill: #000;
}
.app.red-light .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.red-light .highcharts-range-label rect {
  fill: none;
}
.app.red-light .highcharts-range-label text {
  fill: #000;
}
.app.red-light .highcharts-range-input rect {
  fill: none;
}
.app.red-light .highcharts-range-input text {
  fill: #000;
}
.app.red-light .highcharts-range-input {
  stroke-width: 1px;
  stroke: #999999;
}
.app.red-light 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 */
}
.app.red-light .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.red-light .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.red-light .highcharts-candlestick-series .highcharts-point {
  stroke: #000;
  stroke-width: 1px;
}
.app.red-light .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.red-light .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.red-light .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.red-light .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.red-light .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.red-light .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #666;
  fill: transparent;
  transition: fill 250ms;
}
.app.red-light .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000;
  fill: #666;
}
.app.red-light .highcharts-flags-series .highcharts-point text {
  fill: #000;
  font-size: 0.9em;
  font-weight: bold;
}
.app.red-light .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #999999;
  stroke-width: inherit;
}
.app.red-light .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.red-light .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.red-light .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.red-light .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.red-light .highcharts-mapview-inset-border {
  stroke: #999999;
  stroke-width: 1px;
  fill: none;
}
.app.red-light .highcharts-coloraxis {
  stroke-width: 0;
}
.app.red-light .highcharts-coloraxis-marker {
  fill: #666;
}
.app.red-light .highcharts-null-point {
  fill: #f7f7f7;
}
.app.red-light .highcharts-3d-frame {
  fill: transparent;
}
.app.red-light .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.red-light .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.red-light .highcharts-button-symbol {
  stroke: #000;
  stroke-width: 3px;
}
.app.red-light .highcharts-menu {
  border: 1px solid #666;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.red-light .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #000;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.red-light .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.red-light .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.red-light .highcharts-breadcrumbs-separator {
  fill: #000;
}
.app.red-light .highcharts-drilldown-point {
  cursor: pointer;
}
.app.red-light .highcharts-drilldown-data-label text,
.app.red-light text.highcharts-drilldown-data-label,
.app.red-light .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #e57373;
  font-weight: bold;
  text-decoration: underline;
}
.app.red-light .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #000;
}
.app.red-light .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.red-light .highcharts-bullet-target {
  stroke-width: 0;
}
.app.red-light .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #000;
}
.app.red-light .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #000;
}
.app.red-light .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000;
  fill: #000;
  fill-opacity: 0.75;
}
.app.red-light .highcharts-annotation-label text {
  fill: #666;
}
.app.red-light .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;
}
.app.red-light .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.red-light .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;
}
.app.red-light .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.red-light .highcharts-a11y-proxy-container,
.app.red-light .highcharts-a11y-proxy-container-before,
.app.red-light .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.red-light g.highcharts-series, .app.red-light .highcharts-markers, .app.red-light .highcharts-point {
  outline: none;
}
.app.red-light .highcharts-treegrid-node-collapsed, .app.red-light .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.red-light .highcharts-point-connecting-path {
  fill: none;
}
.app.red-light .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.red-light .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.red-light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.red-light .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.red-light .mat-mdc-option.mat-mdc-option-active, .app.red-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);
}
.app.red-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, #c62828);
}
.app.red-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, #43a047);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.app.red-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.red-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #c62828;
}
.app.red-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.red-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #c62828;
}
.app.red-light .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.red-light .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.red-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.red-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #43a047;
}
.app.red-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.red-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #43a047;
}
.app.red-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.red-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.red-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.red-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #43a047;
}
.app.red-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.red-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #43a047;
}
.app.red-light .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.red-light .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.red-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.red-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff3d00;
}
.app.red-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.red-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff3d00;
}
.app.red-light .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.red-light .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.app.red-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.red-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.app.red-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.red-light .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.app.red-light .mat-app-background, .app.red-light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-elevation-z0, .app.red-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);
}
.app.red-light .mat-elevation-z1, .app.red-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);
}
.app.red-light .mat-elevation-z2, .app.red-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);
}
.app.red-light .mat-elevation-z3, .app.red-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);
}
.app.red-light .mat-elevation-z4, .app.red-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);
}
.app.red-light .mat-elevation-z5, .app.red-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);
}
.app.red-light .mat-elevation-z6, .app.red-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);
}
.app.red-light .mat-elevation-z7, .app.red-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);
}
.app.red-light .mat-elevation-z8, .app.red-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);
}
.app.red-light .mat-elevation-z9, .app.red-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);
}
.app.red-light .mat-elevation-z10, .app.red-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);
}
.app.red-light .mat-elevation-z11, .app.red-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);
}
.app.red-light .mat-elevation-z12, .app.red-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);
}
.app.red-light .mat-elevation-z13, .app.red-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);
}
.app.red-light .mat-elevation-z14, .app.red-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);
}
.app.red-light .mat-elevation-z15, .app.red-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);
}
.app.red-light .mat-elevation-z16, .app.red-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);
}
.app.red-light .mat-elevation-z17, .app.red-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);
}
.app.red-light .mat-elevation-z18, .app.red-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);
}
.app.red-light .mat-elevation-z19, .app.red-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);
}
.app.red-light .mat-elevation-z20, .app.red-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);
}
.app.red-light .mat-elevation-z21, .app.red-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);
}
.app.red-light .mat-elevation-z22, .app.red-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);
}
.app.red-light .mat-elevation-z23, .app.red-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);
}
.app.red-light .mat-elevation-z24, .app.red-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;
}

.app.red-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;
}
.app.red-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;
}
.app.red-light .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #c62828;
}
.app.red-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(198, 40, 40, 0.25)'/%3E%3C/svg%3E");
}
.app.red-light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(198, 40, 40, 0.25);
}
.app.red-light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #43a047;
}
.app.red-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(67, 160, 71, 0.25)'/%3E%3C/svg%3E");
}
.app.red-light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(67, 160, 71, 0.25);
}
.app.red-light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff3d00;
}
.app.red-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(255, 61, 0, 0.25)'/%3E%3C/svg%3E");
}
.app.red-light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 61, 0, 0.25);
}
.app.red-light .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.app.red-light .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #c62828);
}
.app.red-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);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.app.red-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);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mdc-text-field--filled .mdc-text-field__ripple::before,
.app.red-light .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .app.red-light .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.app.red-light .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .app.red-light .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.app.red-light .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.app.red-light .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.app.red-light .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.red-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);
}
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.red-light .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #c62828);
}
[dir=rtl] .app.red-light .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .app.red-light .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

[dir=rtl] .app.red-light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .app.red-light .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.app.red-light .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff3d00);
}
.app.red-light .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.app.red-light .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.app.red-light .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(198, 40, 40, 0.87);
}
.app.red-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(67, 160, 71, 0.87);
}
.app.red-light .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 61, 0, 0.87);
}
.app.red-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);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #43a047);
}
.app.red-light .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #43a047);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(67, 160, 71, 0.87);
}
.app.red-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, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.red-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, #ff3d00);
}
.app.red-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,
.app.red-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,
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.red-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, #43a047);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 61, 0, 0.87);
}
.app.red-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, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.red-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, #ff3d00);
}
.app.red-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,
.app.red-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,
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.red-light .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.red-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, #ff3d00);
}
.app.red-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;
}
.app.red-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;
}
.app.red-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);
}
.app.red-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.red-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-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));
}
.app.red-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__start,
.app.red-light .mdc-list-item--disabled .mdc-list-item__content,
.app.red-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.red-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.red-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(198, 40, 40, 0.87);
}
.app.red-light .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(67, 160, 71, 0.87);
}
.app.red-light .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 61, 0, 0.87);
}
.app.red-light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 61, 0, 0.87);
}
.app.red-light .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-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);
}
.app.red-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.red-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-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));
}
.app.red-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__start,
.app.red-light .mdc-list-item--disabled .mdc-list-item__content,
.app.red-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.red-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.red-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.red-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);
}
.app.red-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;
}
.app.red-light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .app.red-light .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #c62828;
  --mdc-chip-elevated-disabled-container-color: #c62828;
  --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;
}
.app.red-light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .app.red-light .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #43a047;
  --mdc-chip-elevated-disabled-container-color: #43a047;
  --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;
}
.app.red-light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .app.red-light .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff3d00;
  --mdc-chip-elevated-disabled-container-color: #ff3d00;
  --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;
}
.app.red-light .mat-mdc-chip-focus-overlay {
  background: black;
}
.app.red-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;
}
.app.red-light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.app.red-light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
.app.red-light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #f4511e;
  --mdc-switch-selected-handle-color: #f4511e;
  --mdc-switch-selected-hover-state-layer-color: #f4511e;
  --mdc-switch-selected-pressed-state-layer-color: #f4511e;
  --mdc-switch-selected-focus-handle-color: #bf360c;
  --mdc-switch-selected-hover-handle-color: #bf360c;
  --mdc-switch-selected-pressed-handle-color: #bf360c;
  --mdc-switch-selected-focus-track-color: #ff8a65;
  --mdc-switch-selected-hover-track-color: #ff8a65;
  --mdc-switch-selected-pressed-track-color: #ff8a65;
  --mdc-switch-selected-track-color: #ff8a65;
}
.app.red-light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-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: #c62828;
  --mdc-radio-selected-hover-icon-color: #c62828;
  --mdc-radio-selected-icon-color: #c62828;
  --mdc-radio-selected-pressed-icon-color: #c62828;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #c62828;
}
.app.red-light .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-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: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #43a047;
}
.app.red-light .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-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: #ff3d00;
  --mdc-radio-selected-hover-icon-color: #ff3d00;
  --mdc-radio-selected-icon-color: #ff3d00;
  --mdc-radio-selected-pressed-icon-color: #ff3d00;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff3d00;
}
.app.red-light .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-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;
}
.app.red-light .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #c62828;
  --mdc-slider-focus-handle-color: #c62828;
  --mdc-slider-hover-handle-color: #c62828;
  --mdc-slider-active-track-color: #c62828;
  --mdc-slider-inactive-track-color: #c62828;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #c62828;
  --mat-mdc-slider-ripple-color: #c62828;
  --mat-mdc-slider-hover-ripple-color: rgba(198, 40, 40, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(198, 40, 40, 0.2);
}
.app.red-light .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #43a047;
  --mdc-slider-focus-handle-color: #43a047;
  --mdc-slider-hover-handle-color: #43a047;
  --mdc-slider-active-track-color: #43a047;
  --mdc-slider-inactive-track-color: #43a047;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #43a047;
  --mat-mdc-slider-ripple-color: #43a047;
  --mat-mdc-slider-hover-ripple-color: rgba(67, 160, 71, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(67, 160, 71, 0.2);
}
.app.red-light .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff3d00;
  --mdc-slider-focus-handle-color: #ff3d00;
  --mdc-slider-hover-handle-color: #ff3d00;
  --mdc-slider-active-track-color: #ff3d00;
  --mdc-slider-inactive-track-color: #ff3d00;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff3d00;
  --mat-mdc-slider-ripple-color: #ff3d00;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 61, 0, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 61, 0, 0.2);
}
.app.red-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);
}
.app.red-light .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.app.red-light .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.red-light .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-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));
}
.app.red-light .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__start,
.app.red-light .mdc-list-item--disabled .mdc-list-item__content,
.app.red-light .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mdc-list-item--selected .mdc-list-item__primary-text,
.app.red-light .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #c62828);
}
.app.red-light .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.red-light .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-mdc-menu-item[disabled],
.app.red-light .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.app.red-light .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.app.red-light .mat-mdc-menu-item .mat-icon-no-color,
.app.red-light .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mat-mdc-menu-item:hover:not([disabled]),
.app.red-light .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.app.red-light .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.app.red-light .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.app.red-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;
}
.app.red-light .mat-mdc-list-option .mdc-list-item__start, .app.red-light .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #c62828;
  --mdc-checkbox-selected-hover-icon-color: #c62828;
  --mdc-checkbox-selected-icon-color: #c62828;
  --mdc-checkbox-selected-pressed-icon-color: #c62828;
  --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);
}
.app.red-light .mat-mdc-list-option .mdc-list-item__start, .app.red-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: #c62828;
  --mdc-radio-selected-hover-icon-color: #c62828;
  --mdc-radio-selected-icon-color: #c62828;
  --mdc-radio-selected-pressed-icon-color: #c62828;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #c62828;
}
.app.red-light .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .app.red-light .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.red-light .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --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);
}
.app.red-light .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.red-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: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #43a047;
}
.app.red-light .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .app.red-light .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.red-light .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff3d00;
  --mdc-checkbox-selected-hover-icon-color: #ff3d00;
  --mdc-checkbox-selected-icon-color: #ff3d00;
  --mdc-checkbox-selected-pressed-icon-color: #ff3d00;
  --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);
}
.app.red-light .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.red-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: #ff3d00;
  --mdc-radio-selected-hover-icon-color: #ff3d00;
  --mdc-radio-selected-icon-color: #ff3d00;
  --mdc-radio-selected-pressed-icon-color: #ff3d00;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff3d00;
}
.app.red-light .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .app.red-light .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.app.red-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #c62828;
}
.app.red-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.red-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #c62828;
}
.app.red-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.app.red-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.app.red-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.app.red-light .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-mdc-paginator-decrement,
.app.red-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);
}
.app.red-light .mat-mdc-paginator-first,
.app.red-light .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.app.red-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.app.red-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.app.red-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-mdc-tab, .app.red-light .mat-mdc-tab-link {
  background-color: transparent;
}
.app.red-light .mat-mdc-tab .mdc-tab__text-label, .app.red-light .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .app.red-light .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #c62828;
}
.app.red-light .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-light .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #c62828);
}
.app.red-light .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab .mat-ripple-element,
.app.red-light .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.red-light .mat-mdc-tab-link .mat-ripple-element {
  background-color: #c62828;
}
.app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-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: #43a047;
}
.app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-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, #43a047);
}
.app.red-light .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.red-light .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .app.red-light .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.red-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.red-light .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #43a047;
}
.app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.red-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: #ff3d00;
}
.app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.red-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, #ff3d00);
}
.app.red-light .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.red-light .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .app.red-light .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.app.red-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.red-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.red-light .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff3d00;
}
.app.red-light .mat-mdc-tab-group.mat-background-primary, .app.red-light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #c62828;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.red-light .mat-mdc-tab-group.mat-background-accent, .app.red-light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #43a047;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.red-light .mat-mdc-tab-group.mat-background-warn, .app.red-light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff3d00;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.red-light .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.app.red-light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.app.red-light .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.app.red-light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #c62828;
  --mdc-checkbox-selected-hover-icon-color: #c62828;
  --mdc-checkbox-selected-icon-color: #c62828;
  --mdc-checkbox-selected-pressed-icon-color: #c62828;
  --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);
}
.app.red-light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(198, 40, 40, 0.1);
}
.app.red-light .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #c62828;
}
.app.red-light .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --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);
}
.app.red-light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(67, 160, 71, 0.1);
}
.app.red-light .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #43a047;
}
.app.red-light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff3d00;
  --mdc-checkbox-selected-hover-icon-color: #ff3d00;
  --mdc-checkbox-selected-icon-color: #ff3d00;
  --mdc-checkbox-selected-pressed-icon-color: #ff3d00;
  --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);
}
.app.red-light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 61, 0, 0.1);
}
.app.red-light .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff3d00;
}
.app.red-light .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.app.red-light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #c62828;
}
.app.red-light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #43a047;
}
.app.red-light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff3d00;
}
.app.red-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);
}
.app.red-light .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.app.red-light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #c62828;
  --mdc-filled-button-label-text-color: #fff;
}
.app.red-light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #43a047;
  --mdc-filled-button-label-text-color: #fff;
}
.app.red-light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff3d00;
  --mdc-filled-button-label-text-color: #fff;
}
.app.red-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);
}
.app.red-light .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.app.red-light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #c62828;
  --mdc-protected-button-label-text-color: #fff;
}
.app.red-light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #43a047;
  --mdc-protected-button-label-text-color: #fff;
}
.app.red-light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff3d00;
  --mdc-protected-button-label-text-color: #fff;
}
.app.red-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;
}
.app.red-light .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.app.red-light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #c62828;
}
.app.red-light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #43a047;
}
.app.red-light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff3d00;
}
.app.red-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);
}
.app.red-light .mat-mdc-button, .app.red-light .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.red-light .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-button.mat-primary, .app.red-light .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #c62828;
  --mat-mdc-button-ripple-color: rgba(198, 40, 40, 0.1);
}
.app.red-light .mat-mdc-button.mat-accent, .app.red-light .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #43a047;
  --mat-mdc-button-ripple-color: rgba(67, 160, 71, 0.1);
}
.app.red-light .mat-mdc-button.mat-warn, .app.red-light .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff3d00;
  --mat-mdc-button-ripple-color: rgba(255, 61, 0, 0.1);
}
.app.red-light .mat-mdc-raised-button, .app.red-light .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.red-light .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-raised-button.mat-primary, .app.red-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);
}
.app.red-light .mat-mdc-raised-button.mat-accent, .app.red-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);
}
.app.red-light .mat-mdc-raised-button.mat-warn, .app.red-light .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.red-light .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.red-light .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #c62828;
  --mat-mdc-button-ripple-color: rgba(198, 40, 40, 0.1);
}
.app.red-light .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #43a047;
  --mat-mdc-button-ripple-color: rgba(67, 160, 71, 0.1);
}
.app.red-light .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff3d00;
  --mat-mdc-button-ripple-color: rgba(255, 61, 0, 0.1);
}
.app.red-light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #c62828;
}
.app.red-light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #43a047;
}
.app.red-light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff3d00;
}
.app.red-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);
}
.app.red-light .mat-mdc-fab, .app.red-light .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.red-light .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.app.red-light .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .app.red-light .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.app.red-light .mat-mdc-fab.mat-primary, .app.red-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);
}
.app.red-light .mat-mdc-fab.mat-accent, .app.red-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);
}
.app.red-light .mat-mdc-fab.mat-warn, .app.red-light .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.red-light .mat-mdc-fab.mat-unthemed, .app.red-light .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.app.red-light .mat-mdc-fab.mat-primary, .app.red-light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #c62828;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.red-light .mat-mdc-fab.mat-accent, .app.red-light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #43a047;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.red-light .mat-mdc-fab.mat-warn, .app.red-light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff3d00;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.red-light .mat-mdc-fab[disabled][disabled], .app.red-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);
}
.app.red-light .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #43a047;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.app.red-light .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mdc-data-table__row {
  background-color: inherit;
}
.app.red-light .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.app.red-light .mdc-data-table__row--selected {
  background-color: rgba(198, 40, 40, 0.04);
}
.app.red-light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.app.red-light .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.app.red-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);
}
.app.red-light .mdc-data-table__cell,
.app.red-light .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.app.red-light .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mdc-data-table__pagination-total,
.app.red-light .mdc-data-table__pagination-rows-per-page-label,
.app.red-light .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .app.red-light .mdc-data-table__pagination-button .mdc-button__icon, .app.red-light .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.app.red-light .mat-mdc-table {
  background: white;
}
.app.red-light .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #c62828;
}
.app.red-light .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #43a047;
}
.app.red-light .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff3d00;
}
.app.red-light .mat-badge-content {
  color: white;
  background: #c62828;
}
.cdk-high-contrast-active .app.red-light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.red-light .mat-badge-accent .mat-badge-content {
  background: #43a047;
  color: white;
}
.app.red-light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff3d00;
}
.app.red-light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.app.red-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);
}
.app.red-light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.red-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);
}
.app.red-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.red-light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.red-light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.app.red-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.app.red-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.app.red-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.app.red-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;
}
.app.red-light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.app.red-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.app.red-light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.app.red-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.red-light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.app.red-light .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-datepicker-toggle,
.app.red-light .mat-datepicker-content .mat-calendar-next-button,
.app.red-light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-calendar-table-header,
.app.red-light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-calendar-body-cell-content,
.app.red-light .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.app.red-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);
}
.app.red-light .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.app.red-light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.app.red-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);
}
.app.red-light .mat-calendar-body-in-range::before {
  background: rgba(198, 40, 40, 0.2);
}
.app.red-light .mat-calendar-body-comparison-identical,
.app.red-light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.red-light .mat-calendar-body-comparison-bridge-start::before,
.app.red-light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(198, 40, 40, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-calendar-body-comparison-bridge-end::before,
.app.red-light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(198, 40, 40, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.red-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.red-light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.red-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.red-light .mat-calendar-body-selected {
  background-color: #c62828;
  color: white;
}
.app.red-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(198, 40, 40, 0.4);
}
.app.red-light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.red-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.red-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(198, 40, 40, 0.3);
}
@media (hover: hover) {
  .app.red-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(198, 40, 40, 0.3);
  }
}
.app.red-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);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(67, 160, 71, 0.2);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.red-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(67, 160, 71, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.red-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(67, 160, 71, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #43a047;
  color: white;
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(67, 160, 71, 0.4);
}
.app.red-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.red-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),
.app.red-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(67, 160, 71, 0.3);
}
@media (hover: hover) {
  .app.red-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(67, 160, 71, 0.3);
  }
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 61, 0, 0.2);
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.red-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 61, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.red-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 61, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff3d00;
  color: white;
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 61, 0, 0.4);
}
.app.red-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.red-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),
.app.red-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(255, 61, 0, 0.3);
}
@media (hover: hover) {
  .app.red-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(255, 61, 0, 0.3);
  }
}
.app.red-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);
}
.app.red-light .mat-datepicker-toggle-active {
  color: #c62828;
}
.app.red-light .mat-datepicker-toggle-active.mat-accent {
  color: #43a047;
}
.app.red-light .mat-datepicker-toggle-active.mat-warn {
  color: #ff3d00;
}
.app.red-light .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.app.red-light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-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);
}
.app.red-light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.red-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.red-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) {
  .app.red-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.app.red-light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-expansion-panel-header-description,
.app.red-light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.app.red-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.red-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.red-light .mat-icon.mat-primary {
  color: #c62828;
}
.app.red-light .mat-icon.mat-accent {
  color: #43a047;
}
.app.red-light .mat-icon.mat-warn {
  color: #ff3d00;
}
.app.red-light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-drawer.mat-drawer-push {
  background-color: white;
}
.app.red-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);
}
.app.red-light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.red-light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.app.red-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.app.red-light .mat-step-header.cdk-keyboard-focused, .app.red-light .mat-step-header.cdk-program-focused, .app.red-light .mat-step-header:hover:not([aria-disabled]), .app.red-light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.app.red-light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.red-light .mat-step-header:hover {
    background: none;
  }
}
.app.red-light .mat-step-header .mat-step-label,
.app.red-light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.app.red-light .mat-step-header .mat-step-icon-selected,
.app.red-light .mat-step-header .mat-step-icon-state-done,
.app.red-light .mat-step-header .mat-step-icon-state-edit {
  background-color: #c62828;
  color: white;
}
.app.red-light .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.app.red-light .mat-step-header.mat-accent .mat-step-icon-selected,
.app.red-light .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.red-light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #43a047;
  color: white;
}
.app.red-light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.red-light .mat-step-header.mat-warn .mat-step-icon-selected,
.app.red-light .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.red-light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff3d00;
  color: white;
}
.app.red-light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff3d00;
}
.app.red-light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff3d00;
}
.app.red-light .mat-stepper-horizontal, .app.red-light .mat-stepper-vertical {
  background-color: white;
}
.app.red-light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-horizontal-stepper-header::before,
.app.red-light .mat-horizontal-stepper-header::after,
.app.red-light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.app.red-light .mat-sort-header-arrow {
  color: #757575;
}
.app.red-light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .mat-toolbar.mat-primary {
  background: #c62828;
  color: white;
}
.app.red-light .mat-toolbar.mat-accent {
  background: #43a047;
  color: white;
}
.app.red-light .mat-toolbar.mat-warn {
  background: #ff3d00;
  color: white;
}
.app.red-light .mat-toolbar .mat-form-field-underline,
.app.red-light .mat-toolbar .mat-form-field-ripple,
.app.red-light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.red-light .mat-toolbar .mat-form-field-label,
.app.red-light .mat-toolbar .mat-focused .mat-form-field-label,
.app.red-light .mat-toolbar .mat-select-value,
.app.red-light .mat-toolbar .mat-select-arrow,
.app.red-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.red-light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.red-light .mat-tree {
  background: white;
}
.app.red-light .mat-tree-node,
.app.red-light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .bg-primary {
  background-color: #c62828;
  color: white;
}
.app.red-light .bg-accent {
  background-color: #43a047;
  color: white;
}
.app.red-light .bg-warn {
  background-color: #ff3d00;
  color: white;
}
.app.red-light .muted-text {
  color: rgba(0, 0, 0, 0.54);
}
.app.red-light .gradient-primary {
  background: #e57373;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #e57373 50%, #c62828 100%);
}
.app.red-light .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.red-light .mat-toolbar-row,
.app.red-light .mat-toolbar-single-row {
  height: 56px;
}
.app.red-light .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.red-light .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.red-light .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.red-light .mat-mdc-raised-button.small-logo {
  color: #c62828;
}
.app.red-light .horizontal-menu, .app.red-light .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.red-light .mat-toolbar {
  background: #b71c1c !important;
}
.app.red-light .horizontal-menu-item .horizontal-sub-menu {
  background: #b71c1c;
}
.app.red-light .breadcrumb a {
  color: #c62828;
}
.app.red-light .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light cad-lib-system-time-footer {
  background-color: white;
  color: white;
}
.app.red-light .user-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.app.red-light .active-link {
  border-radius: 0;
  background-color: #c62828;
  color: #fff;
}
.app.red-light .warn-color {
  color: #ff3d00 !important;
}
.app.red-light mat-radio-group.ng-invalid + label {
  color: #ff3d00 !important;
}
.app.red-light .cal-day-view .cal-hour-segment:hover,
.app.red-light .cal-day-view .cal-drag-over .cal-hour-segment,
.app.red-light .cal-week-view .cal-day-headers .cal-header:hover,
.app.red-light .cal-week-view .cal-day-headers .cal-drag-over,
.app.red-light .cal-month-view .cal-cell-row .cal-cell:hover,
.app.red-light .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(198, 40, 40, 0.4);
}
.app.red-light .cal-month-view .cal-cell-row:hover {
  background-color: rgba(198, 40, 40, 0.05);
}
.app.red-light .cal-week-view .cal-header.cal-today,
.app.red-light .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(198, 40, 40, 0.4);
}
.app.red-light .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.red-light .cal-event-action i {
  margin: 4px;
}
.app.red-light .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.red-light .gradus-pagination .ngx-pagination .current {
  background-color: #c62828;
  color: white;
}
.app.red-light .gradus-pagination .ngx-pagination a:hover,
.app.red-light .gradus-pagination .ngx-pagination button:hover {
  background: rgba(198, 40, 40, 0.2);
  color: black;
}
.app.red-light .ql-snow .ql-picker,
.app.red-light .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.app.red-light .ql-snow .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.app.red-light .ql-snow .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.app.red-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.red-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: whitesmoke;
}
.app.red-light .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.app.blue-dark {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.blue-dark .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.blue-dark .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.blue-dark .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.blue-dark .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.blue-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.blue-dark .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.blue-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.blue-dark .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.blue-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.blue-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.blue-dark .mat-mdc-radio-touch-target {
  display: none;
}
.app.blue-dark .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.blue-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.blue-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.blue-dark .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.blue-dark .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.blue-dark .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.blue-dark .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;
}
.app.blue-dark .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.blue-dark .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%);
}
.app.blue-dark .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.blue-dark mat-form-field {
  line-height: 16px !important;
}
.app.blue-dark .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.blue-dark .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.blue-dark .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.blue-dark .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.blue-dark .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.blue-dark .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.blue-dark .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.blue-dark .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.blue-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.blue-dark mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.blue-dark mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.blue-dark mat-list-item label {
  font-size: 14px;
}
.app.blue-dark mat-list-item span {
  font-size: 14px !important;
}
.app.blue-dark td a {
  color: #4fc3f7;
}
.app.blue-dark a.light-link {
  color: #4fc3f7;
}
.app.blue-dark epm-workflow-status > div > .step {
  border-left-color: #4fc3f7;
}
.app.blue-dark epm-workflow-status > div > .stepPassed {
  border-top-color: #4fc3f7;
  border-right-color: #4fc3f7;
  border-bottom-color: #4fc3f7;
  background: #4fc3f7;
}
.app.blue-dark .highcharts-legend-item:hover text {
  fill: #4fc3f7 !important;
}
.app.blue-dark .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.blue-dark .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.blue-dark .highcharts-root {
  display: block;
}
.app.blue-dark .highcharts-root text {
  stroke-width: 0;
}
.app.blue-dark .highcharts-strong {
  font-weight: bold;
}
.app.blue-dark .highcharts-emphasized {
  font-style: italic;
}
.app.blue-dark .highcharts-anchor {
  cursor: pointer;
}
.app.blue-dark .highcharts-background {
  fill: transparent;
}
.app.blue-dark .highcharts-plot-border, .app.blue-dark .highcharts-plot-background {
  fill: none;
}
.app.blue-dark .highcharts-label-box {
  fill: none;
}
.app.blue-dark .highcharts-button-box {
  fill: inherit;
}
.app.blue-dark .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.blue-dark .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.blue-dark .highcharts-title {
  fill: #fff;
  font-size: 1.5em;
}
.app.blue-dark .highcharts-subtitle {
  fill: #fff;
  font-size: 1em;
}
.app.blue-dark .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.blue-dark .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.blue-dark .highcharts-axis-title {
  fill: #fff;
}
.app.blue-dark .highcharts-axis-labels {
  fill: #fff;
  cursor: default;
  font-size: 0.9em;
}
.app.blue-dark .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.blue-dark .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.blue-dark .highcharts-tick {
  stroke: #666;
}
.app.blue-dark .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.blue-dark .highcharts-minor-grid-line {
  stroke: #888;
}
.app.blue-dark .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.blue-dark .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.blue-dark .highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.blue-dark .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.blue-dark .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.blue-dark .highcharts-tooltip text {
  fill: #fff;
}
.app.blue-dark .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.blue-dark .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #333;
  fill-opacity: 0.85;
}
.app.blue-dark .highcharts-tooltip-box .highcharts-label-box {
  fill: #333;
  fill-opacity: 0.85;
}
.app.blue-dark div.highcharts-tooltip {
  filter: none;
}
.app.blue-dark .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.blue-dark .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.blue-dark .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}
.app.blue-dark .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.blue-dark .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.blue-dark .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.blue-dark .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.blue-dark .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.blue-dark g.highcharts-series,
.app.blue-dark .highcharts-point,
.app.blue-dark .highcharts-markers,
.app.blue-dark .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.blue-dark .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.blue-dark .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.blue-dark .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.blue-dark .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.blue-dark .highcharts-color-0 {
  fill: #0277BD;
  stroke: #0277BD;
}
.app.blue-dark .highcharts-color-1 {
  fill: #8bbc21;
  stroke: #8bbc21;
}
.app.blue-dark .highcharts-color-2 {
  fill: #910000;
  stroke: #910000;
}
.app.blue-dark .highcharts-color-3 {
  fill: #1aadce;
  stroke: #1aadce;
}
.app.blue-dark .highcharts-color-4 {
  fill: #492970;
  stroke: #492970;
}
.app.blue-dark .highcharts-color-5 {
  fill: #f28f43;
  stroke: #f28f43;
}
.app.blue-dark .highcharts-color-6 {
  fill: #77a1e5;
  stroke: #77a1e5;
}
.app.blue-dark .highcharts-color-7 {
  fill: #c42525;
  stroke: #c42525;
}
.app.blue-dark .highcharts-color-8 {
  fill: #a6c96a;
  stroke: #a6c96a;
}
.app.blue-dark .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.blue-dark .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.blue-dark .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.blue-dark .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.blue-dark .highcharts-point {
  stroke-width: 1px;
}
.app.blue-dark .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.blue-dark .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.blue-dark .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.blue-dark .highcharts-data-label text, .app.blue-dark text.highcharts-data-label {
  fill: #fff;
}
.app.blue-dark .highcharts-data-label-connector {
  fill: none;
}
.app.blue-dark .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.blue-dark .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.blue-dark .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.blue-dark .highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #fff;
}
.app.blue-dark .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.blue-dark .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.blue-dark .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.blue-dark .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.blue-dark .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.blue-dark .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.blue-dark .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.blue-dark .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.blue-dark .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.blue-dark .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.blue-dark .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.blue-dark .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.blue-dark .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.blue-dark .highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.blue-dark .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.blue-dark .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.blue-dark .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.blue-dark .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.blue-dark .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.blue-dark .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.blue-dark .highcharts-lollipop-stem {
  stroke: #fff;
}
.app.blue-dark .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.blue-dark .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.blue-dark .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.blue-dark .highcharts-legend-item > text {
  fill: #fff;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.blue-dark .highcharts-legend-item:hover text {
  fill: #fff;
}
.app.blue-dark .highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}
.app.blue-dark .highcharts-legend-nav-active {
  fill: #4fc3f7;
  cursor: pointer;
}
.app.blue-dark .highcharts-legend-nav-inactive {
  fill: #cccccc;
}
.app.blue-dark circle.highcharts-legend-nav-active, .app.blue-dark circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.blue-dark .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.blue-dark .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.blue-dark .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.blue-dark .highcharts-bubble-legend-labels {
  fill: #fff;
}
.app.blue-dark .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.blue-dark .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.blue-dark .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.blue-dark .highcharts-plot-band, .app.blue-dark .highcharts-pane {
  fill: #fff;
  fill-opacity: 0.05;
}
.app.blue-dark .highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-boxplot-box {
  fill: transparent;
}
.app.blue-dark .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.blue-dark .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.blue-dark .highcharts-errorbar-series .highcharts-point {
  stroke: #fff;
}
.app.blue-dark .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-gauge-series .highcharts-dial {
  fill: #fff;
  stroke-width: 0;
}
.app.blue-dark .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.blue-dark .highcharts-waterfall-series .highcharts-graph {
  stroke: #fff;
  stroke-dasharray: 1, 3;
}
.app.blue-dark .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.blue-dark .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.blue-dark .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.blue-dark .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.blue-dark .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}
.app.blue-dark .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.blue-dark .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.blue-dark .highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}
.app.blue-dark .highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #888;
  cursor: ew-resize;
}
.app.blue-dark .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.blue-dark .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.blue-dark .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.blue-dark .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.blue-dark .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.blue-dark .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}
.app.blue-dark .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.blue-dark .highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-scrollbar-button {
  fill: #666;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-scrollbar-arrow {
  fill: #fff;
}
.app.blue-dark .highcharts-scrollbar-rifles {
  stroke: #fff;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-button {
  fill: #333;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.blue-dark .highcharts-button text {
  fill: #fff;
}
.app.blue-dark .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #cccccc;
}
.app.blue-dark .highcharts-button-hover text {
  fill: #fff;
}
.app.blue-dark .highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}
.app.blue-dark .highcharts-button-pressed text {
  fill: #fff;
  font-weight: bold;
}
.app.blue-dark .highcharts-button-disabled text {
  fill: #fff;
}
.app.blue-dark .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.blue-dark .highcharts-range-label rect {
  fill: none;
}
.app.blue-dark .highcharts-range-label text {
  fill: #fff;
}
.app.blue-dark .highcharts-range-input rect {
  fill: none;
}
.app.blue-dark .highcharts-range-input text {
  fill: #fff;
}
.app.blue-dark .highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.blue-dark 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 */
}
.app.blue-dark .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.blue-dark .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.blue-dark .highcharts-candlestick-series .highcharts-point {
  stroke: #fff;
  stroke-width: 1px;
}
.app.blue-dark .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.blue-dark .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.blue-dark .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.blue-dark .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.blue-dark .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.blue-dark .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: transparent;
  transition: fill 250ms;
}
.app.blue-dark .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #fff;
  fill: #666;
}
.app.blue-dark .highcharts-flags-series .highcharts-point text {
  fill: #fff;
  font-size: 0.9em;
  font-weight: bold;
}
.app.blue-dark .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
  stroke-width: inherit;
}
.app.blue-dark .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.blue-dark .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.blue-dark .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.blue-dark .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.blue-dark .highcharts-mapview-inset-border {
  stroke: #cccccc;
  stroke-width: 1px;
  fill: none;
}
.app.blue-dark .highcharts-coloraxis {
  stroke-width: 0;
}
.app.blue-dark .highcharts-coloraxis-marker {
  fill: #999999;
}
.app.blue-dark .highcharts-null-point {
  fill: #333;
}
.app.blue-dark .highcharts-3d-frame {
  fill: transparent;
}
.app.blue-dark .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.blue-dark .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.blue-dark .highcharts-button-symbol {
  stroke: #fff;
  stroke-width: 3px;
}
.app.blue-dark .highcharts-menu {
  border: 1px solid #999999;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.blue-dark .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.blue-dark .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.blue-dark .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.blue-dark .highcharts-breadcrumbs-separator {
  fill: #fff;
}
.app.blue-dark .highcharts-drilldown-point {
  cursor: pointer;
}
.app.blue-dark .highcharts-drilldown-data-label text,
.app.blue-dark text.highcharts-drilldown-data-label,
.app.blue-dark .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #4fc3f7;
  font-weight: bold;
  text-decoration: underline;
}
.app.blue-dark .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #fff;
}
.app.blue-dark .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.blue-dark .highcharts-bullet-target {
  stroke-width: 0;
}
.app.blue-dark .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #fff;
}
.app.blue-dark .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #fff;
}
.app.blue-dark .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #fff;
  fill: #fff;
  fill-opacity: 0.75;
}
.app.blue-dark .highcharts-annotation-label text {
  fill: #666;
}
.app.blue-dark .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;
}
.app.blue-dark .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.blue-dark .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;
}
.app.blue-dark .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.blue-dark .highcharts-a11y-proxy-container,
.app.blue-dark .highcharts-a11y-proxy-container-before,
.app.blue-dark .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.blue-dark g.highcharts-series, .app.blue-dark .highcharts-markers, .app.blue-dark .highcharts-point {
  outline: none;
}
.app.blue-dark .highcharts-treegrid-node-collapsed, .app.blue-dark .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.blue-dark .highcharts-point-connecting-path {
  fill: none;
}
.app.blue-dark .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.blue-dark .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.blue-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.blue-dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.blue-dark .mat-mdc-option.mat-mdc-option-active, .app.blue-dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.app.blue-dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffd740);
}
.app.blue-dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.app.blue-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.blue-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0277bd;
}
.app.blue-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.blue-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0277bd;
}
.app.blue-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.blue-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.blue-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.blue-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.blue-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.blue-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.blue-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.blue-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.blue-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.blue-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.blue-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.blue-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.blue-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.blue-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.blue-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.blue-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5252;
}
.app.blue-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.blue-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5252;
}
.app.blue-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.blue-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.blue-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.blue-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.app.blue-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.blue-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
.app.blue-dark .mat-app-background, .app.blue-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.app.blue-dark .mat-elevation-z0, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z1, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z2, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z3, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z4, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z5, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z6, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z7, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z8, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z9, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z10, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z11, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z12, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z13, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z14, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z15, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z16, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z17, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z18, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z19, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z20, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z21, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z22, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z23, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-elevation-z24, .app.blue-dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

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

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

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

[dir=rtl] .app.blue-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .app.blue-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.app.blue-dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.app.blue-dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.app.blue-dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.app.blue-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.app.blue-dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.app.blue-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(2, 119, 189, 0.87);
}
.app.blue-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 215, 64, 0.87);
}
.app.blue-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 82, 82, 0.87);
}
.app.blue-dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffd740);
}
.app.blue-dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffd740);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 215, 64, 0.87);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffd740);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 82, 82, 0.87);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.blue-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.blue-dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.app.blue-dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.app.blue-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.blue-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.blue-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.blue-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.blue-dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.app.blue-dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app.blue-dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.app.blue-dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.app.blue-dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(2, 119, 189, 0.87);
}
.app.blue-dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 215, 64, 0.87);
}
.app.blue-dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.blue-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.blue-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.app.blue-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.blue-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.blue-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.blue-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.blue-dark .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);
}
.app.blue-dark .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;
}
.app.blue-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .app.blue-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0277bd;
  --mdc-chip-elevated-disabled-container-color: #0277bd;
  --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;
}
.app.blue-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .app.blue-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffd740;
  --mdc-chip-elevated-disabled-container-color: #ffd740;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .app.blue-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5252;
  --mdc-chip-elevated-disabled-container-color: #ff5252;
  --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;
}
.app.blue-dark .mat-mdc-chip-focus-overlay {
  background: white;
}
.app.blue-dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.app.blue-dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #4fc3f7;
  --mdc-switch-selected-handle-color: #4fc3f7;
  --mdc-switch-selected-hover-state-layer-color: #4fc3f7;
  --mdc-switch-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-switch-selected-focus-handle-color: #81d4fa;
  --mdc-switch-selected-hover-handle-color: #81d4fa;
  --mdc-switch-selected-pressed-handle-color: #81d4fa;
  --mdc-switch-selected-focus-track-color: #039be5;
  --mdc-switch-selected-hover-track-color: #039be5;
  --mdc-switch-selected-pressed-track-color: #039be5;
  --mdc-switch-selected-track-color: #039be5;
}
.app.blue-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffd54f;
  --mdc-switch-selected-handle-color: #ffd54f;
  --mdc-switch-selected-hover-state-layer-color: #ffd54f;
  --mdc-switch-selected-pressed-state-layer-color: #ffd54f;
  --mdc-switch-selected-focus-handle-color: #ffe082;
  --mdc-switch-selected-hover-handle-color: #ffe082;
  --mdc-switch-selected-pressed-handle-color: #ffe082;
  --mdc-switch-selected-focus-track-color: #ffb300;
  --mdc-switch-selected-hover-track-color: #ffb300;
  --mdc-switch-selected-pressed-track-color: #ffb300;
  --mdc-switch-selected-track-color: #ffb300;
}
.app.blue-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
.app.blue-dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #0277bd;
  --mdc-radio-selected-hover-icon-color: #0277bd;
  --mdc-radio-selected-icon-color: #0277bd;
  --mdc-radio-selected-pressed-icon-color: #0277bd;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #0277bd;
}
.app.blue-dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
.app.blue-dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.blue-dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.app.blue-dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0277bd;
  --mdc-slider-focus-handle-color: #0277bd;
  --mdc-slider-hover-handle-color: #0277bd;
  --mdc-slider-active-track-color: #0277bd;
  --mdc-slider-inactive-track-color: #0277bd;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0277bd;
  --mat-mdc-slider-ripple-color: #0277bd;
  --mat-mdc-slider-hover-ripple-color: rgba(2, 119, 189, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(2, 119, 189, 0.2);
}
.app.blue-dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffd740;
  --mdc-slider-focus-handle-color: #ffd740;
  --mdc-slider-hover-handle-color: #ffd740;
  --mdc-slider-active-track-color: #ffd740;
  --mdc-slider-inactive-track-color: #ffd740;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffd740;
  --mat-mdc-slider-ripple-color: #ffd740;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, 0.2);
}
.app.blue-dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff5252;
  --mdc-slider-focus-handle-color: #ff5252;
  --mdc-slider-hover-handle-color: #ff5252;
  --mdc-slider-active-track-color: #ff5252;
  --mdc-slider-inactive-track-color: #ff5252;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5252;
  --mat-mdc-slider-ripple-color: #ff5252;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 82, 82, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 82, 82, 0.2);
}
.app.blue-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.blue-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.blue-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.blue-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0277bd);
}
.app.blue-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.blue-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.blue-dark .mat-mdc-menu-item[disabled],
.app.blue-dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.app.blue-dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.app.blue-dark .mat-mdc-menu-item .mat-icon-no-color,
.app.blue-dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-mdc-menu-item:hover:not([disabled]),
.app.blue-dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.app.blue-dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.app.blue-dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.app.blue-dark .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;
}
.app.blue-dark .mat-mdc-list-option .mdc-list-item__start, .app.blue-dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0277bd;
  --mdc-checkbox-selected-hover-icon-color: #0277bd;
  --mdc-checkbox-selected-icon-color: #0277bd;
  --mdc-checkbox-selected-pressed-icon-color: #0277bd;
  --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);
}
.app.blue-dark .mat-mdc-list-option .mdc-list-item__start, .app.blue-dark .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: #0277bd;
  --mdc-radio-selected-hover-icon-color: #0277bd;
  --mdc-radio-selected-icon-color: #0277bd;
  --mdc-radio-selected-pressed-icon-color: #0277bd;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #0277bd;
}
.app.blue-dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .app.blue-dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.blue-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --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);
}
.app.blue-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.blue-dark .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: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
.app.blue-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .app.blue-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.blue-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.blue-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.blue-dark .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: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.blue-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .app.blue-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.app.blue-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0277bd;
}
.app.blue-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.blue-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0277bd;
}
.app.blue-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.app.blue-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.app.blue-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.app.blue-dark .mat-mdc-paginator {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}
.app.blue-dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.app.blue-dark .mat-mdc-paginator-decrement,
.app.blue-dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.app.blue-dark .mat-mdc-paginator-first,
.app.blue-dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.app.blue-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.app.blue-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.app.blue-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.app.blue-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-mdc-tab, .app.blue-dark .mat-mdc-tab-link {
  background-color: transparent;
}
.app.blue-dark .mat-mdc-tab .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.app.blue-dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .app.blue-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0277bd;
}
.app.blue-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0277bd);
}
.app.blue-dark .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0277bd;
}
.app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffd740;
}
.app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffd740);
}
.app.blue-dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffd740;
}
.app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5252;
}
.app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5252);
}
.app.blue-dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.blue-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5252;
}
.app.blue-dark .mat-mdc-tab-group.mat-background-primary, .app.blue-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #0277bd;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.blue-dark .mat-mdc-tab-group.mat-background-accent, .app.blue-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffd740;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.app.blue-dark .mat-mdc-tab-group.mat-background-warn, .app.blue-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff5252;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.blue-dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.app.blue-dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.blue-dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.app.blue-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0277bd;
  --mdc-checkbox-selected-hover-icon-color: #0277bd;
  --mdc-checkbox-selected-icon-color: #0277bd;
  --mdc-checkbox-selected-pressed-icon-color: #0277bd;
  --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);
}
.app.blue-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(2, 119, 189, 0.1);
}
.app.blue-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0277bd;
}
.app.blue-dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --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);
}
.app.blue-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 215, 64, 0.1);
}
.app.blue-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffd740;
}
.app.blue-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.blue-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 82, 82, 0.1);
}
.app.blue-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5252;
}
.app.blue-dark .mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0277bd;
}
.app.blue-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffd740;
}
.app.blue-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff5252;
}
.app.blue-dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0277bd;
  --mdc-filled-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffd740;
  --mdc-filled-button-label-text-color: #000;
}
.app.blue-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff5252;
  --mdc-filled-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0277bd;
  --mdc-protected-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffd740;
  --mdc-protected-button-label-text-color: #000;
}
.app.blue-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff5252;
  --mdc-protected-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.app.blue-dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.app.blue-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0277bd;
}
.app.blue-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffd740;
}
.app.blue-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff5252;
}
.app.blue-dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-mdc-button, .app.blue-dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.blue-dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-button.mat-primary, .app.blue-dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0277bd;
  --mat-mdc-button-ripple-color: rgba(2, 119, 189, 0.1);
}
.app.blue-dark .mat-mdc-button.mat-accent, .app.blue-dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
.app.blue-dark .mat-mdc-button.mat-warn, .app.blue-dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.blue-dark .mat-mdc-raised-button, .app.blue-dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.blue-dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-raised-button.mat-primary, .app.blue-dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-raised-button.mat-accent, .app.blue-dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.blue-dark .mat-mdc-raised-button.mat-warn, .app.blue-dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.blue-dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0277bd;
  --mat-mdc-button-ripple-color: rgba(2, 119, 189, 0.1);
}
.app.blue-dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
.app.blue-dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.blue-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0277bd;
}
.app.blue-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffd740;
}
.app.blue-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff5252;
}
.app.blue-dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-mdc-fab, .app.blue-dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.blue-dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .app.blue-dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.blue-dark .mat-mdc-fab.mat-primary, .app.blue-dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-fab.mat-accent, .app.blue-dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.blue-dark .mat-mdc-fab.mat-warn, .app.blue-dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.blue-dark .mat-mdc-fab.mat-unthemed, .app.blue-dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.blue-dark .mat-mdc-fab.mat-primary, .app.blue-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0277bd;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.blue-dark .mat-mdc-fab.mat-accent, .app.blue-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffd740;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.app.blue-dark .mat-mdc-fab.mat-warn, .app.blue-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff5252;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.blue-dark .mat-mdc-fab[disabled][disabled], .app.blue-dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .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);
}
.app.blue-dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #424242);
  border-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mdc-data-table__row {
  background-color: inherit;
}
.app.blue-dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #424242);
}
.app.blue-dark .mdc-data-table__row--selected {
  background-color: rgba(2, 119, 189, 0.04);
}
.app.blue-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.app.blue-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.app.blue-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mdc-data-table__cell,
.app.blue-dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.blue-dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.app.blue-dark .mdc-data-table__pagination-total,
.app.blue-dark .mdc-data-table__pagination-rows-per-page-label,
.app.blue-dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .app.blue-dark .mdc-data-table__pagination-button .mdc-button__icon, .app.blue-dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.app.blue-dark .mat-mdc-table {
  background: #424242;
}
.app.blue-dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0277bd;
}
.app.blue-dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740;
}
.app.blue-dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5252;
}
.app.blue-dark .mat-badge-content {
  color: white;
  background: #0277bd;
}
.cdk-high-contrast-active .app.blue-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.blue-dark .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff5252;
}
.app.blue-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.app.blue-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.blue-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.blue-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.blue-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.app.blue-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.app.blue-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
.app.blue-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
.app.blue-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
.app.blue-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.app.blue-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.app.blue-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.app.blue-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.app.blue-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.blue-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
.app.blue-dark .mat-calendar-arrow {
  fill: white;
}
.app.blue-dark .mat-datepicker-toggle,
.app.blue-dark .mat-datepicker-content .mat-calendar-next-button,
.app.blue-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.app.blue-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-calendar-table-header,
.app.blue-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .mat-calendar-body-cell-content,
.app.blue-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.app.blue-dark .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);
}
.app.blue-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.app.blue-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .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);
}
.app.blue-dark .mat-calendar-body-in-range::before {
  background: rgba(2, 119, 189, 0.2);
}
.app.blue-dark .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.blue-dark .mat-calendar-body-comparison-bridge-start::before,
.app.blue-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(2, 119, 189, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-calendar-body-comparison-bridge-end::before,
.app.blue-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(2, 119, 189, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.blue-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.blue-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.blue-dark .mat-calendar-body-selected {
  background-color: #0277bd;
  color: white;
}
.app.blue-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(2, 119, 189, 0.4);
}
.app.blue-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.blue-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.blue-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(2, 119, 189, 0.3);
}
@media (hover: hover) {
  .app.blue-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(2, 119, 189, 0.3);
  }
}
.app.blue-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.blue-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.blue-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
.app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.blue-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  .app.blue-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 82, 82, 0.2);
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.blue-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.blue-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5252;
  color: white;
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 82, 82, 0.4);
}
.app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.blue-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.blue-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 82, 82, 0.3);
}
@media (hover: hover) {
  .app.blue-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 82, 82, 0.3);
  }
}
.app.blue-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-datepicker-toggle-active {
  color: #0277bd;
}
.app.blue-dark .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
.app.blue-dark .mat-datepicker-toggle-active.mat-warn {
  color: #ff5252;
}
.app.blue-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.app.blue-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
.app.blue-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.blue-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.blue-dark .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) {
  .app.blue-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.app.blue-dark .mat-expansion-panel-header-title {
  color: white;
}
.app.blue-dark .mat-expansion-panel-header-description,
.app.blue-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.app.blue-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.blue-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.blue-dark .mat-icon.mat-primary {
  color: #0277bd;
}
.app.blue-dark .mat-icon.mat-accent {
  color: #ffd740;
}
.app.blue-dark .mat-icon.mat-warn {
  color: #ff5252;
}
.app.blue-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.app.blue-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
.app.blue-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.app.blue-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.blue-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.blue-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.blue-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.app.blue-dark .mat-step-header.cdk-keyboard-focused, .app.blue-dark .mat-step-header.cdk-program-focused, .app.blue-dark .mat-step-header:hover:not([aria-disabled]), .app.blue-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.blue-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.blue-dark .mat-step-header:hover {
    background: none;
  }
}
.app.blue-dark .mat-step-header .mat-step-label,
.app.blue-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.app.blue-dark .mat-step-header .mat-step-icon-selected,
.app.blue-dark .mat-step-header .mat-step-icon-state-done,
.app.blue-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #0277bd;
  color: white;
}
.app.blue-dark .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.app.blue-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.blue-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.blue-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.app.blue-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.blue-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5252;
  color: white;
}
.app.blue-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5252;
}
.app.blue-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.app.blue-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5252;
}
.app.blue-dark .mat-stepper-horizontal, .app.blue-dark .mat-stepper-vertical {
  background-color: #424242;
}
.app.blue-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-horizontal-stepper-header::before,
.app.blue-dark .mat-horizontal-stepper-header::after,
.app.blue-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.blue-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
.app.blue-dark .mat-toolbar {
  background: #212121;
  color: white;
}
.app.blue-dark .mat-toolbar.mat-primary {
  background: #0277bd;
  color: white;
}
.app.blue-dark .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .mat-toolbar.mat-warn {
  background: #ff5252;
  color: white;
}
.app.blue-dark .mat-toolbar .mat-form-field-underline,
.app.blue-dark .mat-toolbar .mat-form-field-ripple,
.app.blue-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.blue-dark .mat-toolbar .mat-form-field-label,
.app.blue-dark .mat-toolbar .mat-focused .mat-form-field-label,
.app.blue-dark .mat-toolbar .mat-select-value,
.app.blue-dark .mat-toolbar .mat-select-arrow,
.app.blue-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.blue-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.blue-dark .mat-tree {
  background: #424242;
}
.app.blue-dark .mat-tree-node,
.app.blue-dark .mat-nested-tree-node {
  color: white;
}
.app.blue-dark .bg-primary {
  background-color: #0277bd;
  color: white;
}
.app.blue-dark .bg-accent {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.blue-dark .bg-warn {
  background-color: #ff5252;
  color: white;
}
.app.blue-dark .muted-text {
  color: rgba(255, 255, 255, 0.7);
}
.app.blue-dark .gradient-primary {
  background: #4fc3f7;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #4fc3f7 50%, #0277bd 100%);
}
.app.blue-dark .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.blue-dark .mat-toolbar-row,
.app.blue-dark .mat-toolbar-single-row {
  height: 56px;
}
.app.blue-dark .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.blue-dark .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.blue-dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.blue-dark .mat-mdc-raised-button.small-logo {
  color: #0277bd;
}
.app.blue-dark .horizontal-menu, .app.blue-dark .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.blue-dark .mat-toolbar {
  background: #01579b !important;
}
.app.blue-dark .horizontal-menu-item .horizontal-sub-menu {
  background: #01579b;
}
.app.blue-dark .breadcrumb a {
  color: #0277bd;
}
.app.blue-dark .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: white;
}
.app.blue-dark cad-lib-system-time-footer {
  background-color: #424242;
  color: white;
}
.app.blue-dark .user-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.app.blue-dark .active-link {
  border-radius: 0;
  background-color: #0277bd;
  color: #fff;
}
.app.blue-dark .warn-color {
  color: #ff5252 !important;
}
.app.blue-dark mat-radio-group.ng-invalid + label {
  color: #ff5252 !important;
}
.app.blue-dark .cal-day-view .cal-hour-segment:hover,
.app.blue-dark .cal-day-view .cal-drag-over .cal-hour-segment,
.app.blue-dark .cal-week-view .cal-day-headers .cal-header:hover,
.app.blue-dark .cal-week-view .cal-day-headers .cal-drag-over,
.app.blue-dark .cal-month-view .cal-cell-row .cal-cell:hover,
.app.blue-dark .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(2, 119, 189, 0.4);
}
.app.blue-dark .cal-month-view .cal-cell-row:hover {
  background-color: rgba(2, 119, 189, 0.05);
}
.app.blue-dark .cal-week-view .cal-header.cal-today,
.app.blue-dark .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(2, 119, 189, 0.4);
}
.app.blue-dark .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.blue-dark .cal-event-action i {
  margin: 4px;
}
.app.blue-dark .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.blue-dark .gradus-pagination .ngx-pagination .current {
  background-color: #0277bd;
  color: white;
}
.app.blue-dark .gradus-pagination .ngx-pagination a:hover,
.app.blue-dark .gradus-pagination .ngx-pagination button:hover {
  background: rgba(2, 119, 189, 0.2);
  color: white;
}
.app.blue-dark .ql-snow .ql-picker,
.app.blue-dark .ql-editor.ql-blank::before {
  color: white;
}
.app.blue-dark .ql-snow .ql-stroke {
  stroke: white;
}
.app.blue-dark .ql-snow .ql-fill {
  fill: white;
}
.app.blue-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.blue-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #212121;
}
.app.blue-dark .ngx-charts text {
  fill: white;
}
.app.green-dark {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.green-dark .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.green-dark .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.green-dark .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.green-dark .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.green-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.green-dark .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.green-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.green-dark .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.green-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.green-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.green-dark .mat-mdc-radio-touch-target {
  display: none;
}
.app.green-dark .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.green-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.green-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.green-dark .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.green-dark .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.green-dark .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.green-dark .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;
}
.app.green-dark .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.green-dark .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%);
}
.app.green-dark .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.green-dark mat-form-field {
  line-height: 16px !important;
}
.app.green-dark .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.green-dark .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.green-dark .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.green-dark .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.green-dark .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.green-dark .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.green-dark .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.green-dark .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.green-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.green-dark mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.green-dark mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.green-dark mat-list-item label {
  font-size: 14px;
}
.app.green-dark mat-list-item span {
  font-size: 14px !important;
}
.app.green-dark epm-workflow-status > div > .step {
  border-left-color: #81c784;
}
.app.green-dark epm-workflow-status > div > .stepPassed {
  border-top-color: #81c784;
  border-right-color: #81c784;
  border-bottom-color: #81c784;
  background: #81c784;
}
.app.green-dark .highcharts-legend-item:hover text {
  fill: #81c784 !important;
}
.app.green-dark .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.green-dark .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.green-dark .highcharts-root {
  display: block;
}
.app.green-dark .highcharts-root text {
  stroke-width: 0;
}
.app.green-dark .highcharts-strong {
  font-weight: bold;
}
.app.green-dark .highcharts-emphasized {
  font-style: italic;
}
.app.green-dark .highcharts-anchor {
  cursor: pointer;
}
.app.green-dark .highcharts-background {
  fill: transparent;
}
.app.green-dark .highcharts-plot-border, .app.green-dark .highcharts-plot-background {
  fill: none;
}
.app.green-dark .highcharts-label-box {
  fill: none;
}
.app.green-dark .highcharts-button-box {
  fill: inherit;
}
.app.green-dark .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.green-dark .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.green-dark .highcharts-title {
  fill: #fff;
  font-size: 1.5em;
}
.app.green-dark .highcharts-subtitle {
  fill: #fff;
  font-size: 1em;
}
.app.green-dark .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.green-dark .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.green-dark .highcharts-axis-title {
  fill: #fff;
}
.app.green-dark .highcharts-axis-labels {
  fill: #fff;
  cursor: default;
  font-size: 0.9em;
}
.app.green-dark .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.green-dark .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.green-dark .highcharts-tick {
  stroke: #666;
}
.app.green-dark .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.green-dark .highcharts-minor-grid-line {
  stroke: #888;
}
.app.green-dark .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.green-dark .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.green-dark .highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.green-dark .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.green-dark .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.green-dark .highcharts-tooltip text {
  fill: #fff;
}
.app.green-dark .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.green-dark .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #333;
  fill-opacity: 0.85;
}
.app.green-dark .highcharts-tooltip-box .highcharts-label-box {
  fill: #333;
  fill-opacity: 0.85;
}
.app.green-dark div.highcharts-tooltip {
  filter: none;
}
.app.green-dark .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.green-dark .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.green-dark .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}
.app.green-dark .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.green-dark .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.green-dark .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.green-dark .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.green-dark .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.green-dark g.highcharts-series,
.app.green-dark .highcharts-point,
.app.green-dark .highcharts-markers,
.app.green-dark .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.green-dark .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.green-dark .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.green-dark .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.green-dark .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.green-dark .highcharts-color-0 {
  fill: #388E3C;
  stroke: #388E3C;
}
.app.green-dark .highcharts-color-1 {
  fill: #8bbc21;
  stroke: #8bbc21;
}
.app.green-dark .highcharts-color-2 {
  fill: #910000;
  stroke: #910000;
}
.app.green-dark .highcharts-color-3 {
  fill: #1aadce;
  stroke: #1aadce;
}
.app.green-dark .highcharts-color-4 {
  fill: #492970;
  stroke: #492970;
}
.app.green-dark .highcharts-color-5 {
  fill: #f28f43;
  stroke: #f28f43;
}
.app.green-dark .highcharts-color-6 {
  fill: #77a1e5;
  stroke: #77a1e5;
}
.app.green-dark .highcharts-color-7 {
  fill: #c42525;
  stroke: #c42525;
}
.app.green-dark .highcharts-color-8 {
  fill: #a6c96a;
  stroke: #a6c96a;
}
.app.green-dark .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.green-dark .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.green-dark .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.green-dark .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.green-dark .highcharts-point {
  stroke-width: 1px;
}
.app.green-dark .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.green-dark .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.green-dark .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.green-dark .highcharts-data-label text, .app.green-dark text.highcharts-data-label {
  fill: #fff;
}
.app.green-dark .highcharts-data-label-connector {
  fill: none;
}
.app.green-dark .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.green-dark .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.green-dark .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.green-dark .highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #fff;
}
.app.green-dark .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.green-dark .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.green-dark .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.green-dark .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.green-dark .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.green-dark .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.green-dark .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.green-dark .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.green-dark .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.green-dark .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.green-dark .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.green-dark .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.green-dark .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.green-dark .highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.green-dark .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.green-dark .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.green-dark .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.green-dark .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.green-dark .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.green-dark .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.green-dark .highcharts-lollipop-stem {
  stroke: #fff;
}
.app.green-dark .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.green-dark .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.green-dark .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.green-dark .highcharts-legend-item > text {
  fill: #fff;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.green-dark .highcharts-legend-item:hover text {
  fill: #fff;
}
.app.green-dark .highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}
.app.green-dark .highcharts-legend-nav-active {
  fill: #81c784;
  cursor: pointer;
}
.app.green-dark .highcharts-legend-nav-inactive {
  fill: #cccccc;
}
.app.green-dark circle.highcharts-legend-nav-active, .app.green-dark circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.green-dark .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.green-dark .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.green-dark .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.green-dark .highcharts-bubble-legend-labels {
  fill: #fff;
}
.app.green-dark .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.green-dark .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.green-dark .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.green-dark .highcharts-plot-band, .app.green-dark .highcharts-pane {
  fill: #fff;
  fill-opacity: 0.05;
}
.app.green-dark .highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}
.app.green-dark .highcharts-boxplot-box {
  fill: transparent;
}
.app.green-dark .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.green-dark .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.green-dark .highcharts-errorbar-series .highcharts-point {
  stroke: #fff;
}
.app.green-dark .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.green-dark .highcharts-gauge-series .highcharts-dial {
  fill: #fff;
  stroke-width: 0;
}
.app.green-dark .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.green-dark .highcharts-waterfall-series .highcharts-graph {
  stroke: #fff;
  stroke-dasharray: 1, 3;
}
.app.green-dark .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.green-dark .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.green-dark .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.green-dark .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.green-dark .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}
.app.green-dark .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.green-dark .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.green-dark .highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}
.app.green-dark .highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #888;
  cursor: ew-resize;
}
.app.green-dark .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.green-dark .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.green-dark .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.green-dark .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.green-dark .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.green-dark .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}
.app.green-dark .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.green-dark .highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.green-dark .highcharts-scrollbar-button {
  fill: #666;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.green-dark .highcharts-scrollbar-arrow {
  fill: #fff;
}
.app.green-dark .highcharts-scrollbar-rifles {
  stroke: #fff;
  stroke-width: 1px;
}
.app.green-dark .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.green-dark .highcharts-button {
  fill: #333;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.green-dark .highcharts-button text {
  fill: #fff;
}
.app.green-dark .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #cccccc;
}
.app.green-dark .highcharts-button-hover text {
  fill: #fff;
}
.app.green-dark .highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}
.app.green-dark .highcharts-button-pressed text {
  fill: #fff;
  font-weight: bold;
}
.app.green-dark .highcharts-button-disabled text {
  fill: #fff;
}
.app.green-dark .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.green-dark .highcharts-range-label rect {
  fill: none;
}
.app.green-dark .highcharts-range-label text {
  fill: #fff;
}
.app.green-dark .highcharts-range-input rect {
  fill: none;
}
.app.green-dark .highcharts-range-input text {
  fill: #fff;
}
.app.green-dark .highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.green-dark 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 */
}
.app.green-dark .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.green-dark .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.green-dark .highcharts-candlestick-series .highcharts-point {
  stroke: #fff;
  stroke-width: 1px;
}
.app.green-dark .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.green-dark .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.green-dark .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.green-dark .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.green-dark .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.green-dark .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: transparent;
  transition: fill 250ms;
}
.app.green-dark .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #fff;
  fill: #666;
}
.app.green-dark .highcharts-flags-series .highcharts-point text {
  fill: #fff;
  font-size: 0.9em;
  font-weight: bold;
}
.app.green-dark .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
  stroke-width: inherit;
}
.app.green-dark .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.green-dark .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.green-dark .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.green-dark .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.green-dark .highcharts-mapview-inset-border {
  stroke: #cccccc;
  stroke-width: 1px;
  fill: none;
}
.app.green-dark .highcharts-coloraxis {
  stroke-width: 0;
}
.app.green-dark .highcharts-coloraxis-marker {
  fill: #999999;
}
.app.green-dark .highcharts-null-point {
  fill: #333;
}
.app.green-dark .highcharts-3d-frame {
  fill: transparent;
}
.app.green-dark .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.green-dark .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.green-dark .highcharts-button-symbol {
  stroke: #fff;
  stroke-width: 3px;
}
.app.green-dark .highcharts-menu {
  border: 1px solid #999999;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.green-dark .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.green-dark .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.green-dark .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.green-dark .highcharts-breadcrumbs-separator {
  fill: #fff;
}
.app.green-dark .highcharts-drilldown-point {
  cursor: pointer;
}
.app.green-dark .highcharts-drilldown-data-label text,
.app.green-dark text.highcharts-drilldown-data-label,
.app.green-dark .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #81c784;
  font-weight: bold;
  text-decoration: underline;
}
.app.green-dark .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #fff;
}
.app.green-dark .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.green-dark .highcharts-bullet-target {
  stroke-width: 0;
}
.app.green-dark .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #fff;
}
.app.green-dark .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #fff;
}
.app.green-dark .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #fff;
  fill: #fff;
  fill-opacity: 0.75;
}
.app.green-dark .highcharts-annotation-label text {
  fill: #666;
}
.app.green-dark .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;
}
.app.green-dark .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.green-dark .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;
}
.app.green-dark .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.green-dark .highcharts-a11y-proxy-container,
.app.green-dark .highcharts-a11y-proxy-container-before,
.app.green-dark .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.green-dark g.highcharts-series, .app.green-dark .highcharts-markers, .app.green-dark .highcharts-point {
  outline: none;
}
.app.green-dark .highcharts-treegrid-node-collapsed, .app.green-dark .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.green-dark .highcharts-point-connecting-path {
  fill: none;
}
.app.green-dark .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.green-dark .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.green-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.green-dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.green-dark .mat-mdc-option.mat-mdc-option-active, .app.green-dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.app.green-dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffd740);
}
.app.green-dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.app.green-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.green-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #388e3c;
}
.app.green-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.green-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #388e3c;
}
.app.green-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.green-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.green-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.green-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.green-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.green-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.green-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.green-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.green-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.green-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
.app.green-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.green-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
.app.green-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.green-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.green-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.green-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5252;
}
.app.green-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.green-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5252;
}
.app.green-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.green-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.green-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.green-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.app.green-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.green-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
.app.green-dark .mat-app-background, .app.green-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.app.green-dark .mat-elevation-z0, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z1, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z2, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z3, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z4, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z5, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z6, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z7, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z8, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z9, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z10, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z11, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z12, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z13, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z14, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z15, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z16, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z17, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z18, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z19, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z20, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z21, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z22, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z23, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-elevation-z24, .app.green-dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

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

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

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

[dir=rtl] .app.green-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .app.green-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.app.green-dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.app.green-dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.app.green-dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.app.green-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.app.green-dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.app.green-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(56, 142, 60, 0.87);
}
.app.green-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 215, 64, 0.87);
}
.app.green-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 82, 82, 0.87);
}
.app.green-dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffd740);
}
.app.green-dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffd740);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 215, 64, 0.87);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffd740);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 82, 82, 0.87);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.green-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.green-dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.app.green-dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.app.green-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.green-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.green-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.green-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.green-dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.app.green-dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app.green-dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.app.green-dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.app.green-dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(56, 142, 60, 0.87);
}
.app.green-dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 215, 64, 0.87);
}
.app.green-dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.green-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.green-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.app.green-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.green-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.green-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.green-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.green-dark .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);
}
.app.green-dark .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;
}
.app.green-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .app.green-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #388e3c;
  --mdc-chip-elevated-disabled-container-color: #388e3c;
  --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;
}
.app.green-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .app.green-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffd740;
  --mdc-chip-elevated-disabled-container-color: #ffd740;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .app.green-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5252;
  --mdc-chip-elevated-disabled-container-color: #ff5252;
  --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;
}
.app.green-dark .mat-mdc-chip-focus-overlay {
  background: white;
}
.app.green-dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.app.green-dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #81c784;
  --mdc-switch-selected-handle-color: #81c784;
  --mdc-switch-selected-hover-state-layer-color: #81c784;
  --mdc-switch-selected-pressed-state-layer-color: #81c784;
  --mdc-switch-selected-focus-handle-color: #a5d6a7;
  --mdc-switch-selected-hover-handle-color: #a5d6a7;
  --mdc-switch-selected-pressed-handle-color: #a5d6a7;
  --mdc-switch-selected-focus-track-color: #43a047;
  --mdc-switch-selected-hover-track-color: #43a047;
  --mdc-switch-selected-pressed-track-color: #43a047;
  --mdc-switch-selected-track-color: #43a047;
}
.app.green-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffd54f;
  --mdc-switch-selected-handle-color: #ffd54f;
  --mdc-switch-selected-hover-state-layer-color: #ffd54f;
  --mdc-switch-selected-pressed-state-layer-color: #ffd54f;
  --mdc-switch-selected-focus-handle-color: #ffe082;
  --mdc-switch-selected-hover-handle-color: #ffe082;
  --mdc-switch-selected-pressed-handle-color: #ffe082;
  --mdc-switch-selected-focus-track-color: #ffb300;
  --mdc-switch-selected-hover-track-color: #ffb300;
  --mdc-switch-selected-pressed-track-color: #ffb300;
  --mdc-switch-selected-track-color: #ffb300;
}
.app.green-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
.app.green-dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #388e3c;
  --mdc-radio-selected-hover-icon-color: #388e3c;
  --mdc-radio-selected-icon-color: #388e3c;
  --mdc-radio-selected-pressed-icon-color: #388e3c;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #388e3c;
}
.app.green-dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
.app.green-dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.green-dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.app.green-dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #388e3c;
  --mdc-slider-focus-handle-color: #388e3c;
  --mdc-slider-hover-handle-color: #388e3c;
  --mdc-slider-active-track-color: #388e3c;
  --mdc-slider-inactive-track-color: #388e3c;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #388e3c;
  --mat-mdc-slider-ripple-color: #388e3c;
  --mat-mdc-slider-hover-ripple-color: rgba(56, 142, 60, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(56, 142, 60, 0.2);
}
.app.green-dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffd740;
  --mdc-slider-focus-handle-color: #ffd740;
  --mdc-slider-hover-handle-color: #ffd740;
  --mdc-slider-active-track-color: #ffd740;
  --mdc-slider-inactive-track-color: #ffd740;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffd740;
  --mat-mdc-slider-ripple-color: #ffd740;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, 0.2);
}
.app.green-dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff5252;
  --mdc-slider-focus-handle-color: #ff5252;
  --mdc-slider-hover-handle-color: #ff5252;
  --mdc-slider-active-track-color: #ff5252;
  --mdc-slider-inactive-track-color: #ff5252;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5252;
  --mat-mdc-slider-ripple-color: #ff5252;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 82, 82, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 82, 82, 0.2);
}
.app.green-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.green-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.green-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.green-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.green-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #388e3c);
}
.app.green-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.green-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.green-dark .mat-mdc-menu-item[disabled],
.app.green-dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.app.green-dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.app.green-dark .mat-mdc-menu-item .mat-icon-no-color,
.app.green-dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-mdc-menu-item:hover:not([disabled]),
.app.green-dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.app.green-dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.app.green-dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.app.green-dark .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;
}
.app.green-dark .mat-mdc-list-option .mdc-list-item__start, .app.green-dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #388e3c;
  --mdc-checkbox-selected-hover-icon-color: #388e3c;
  --mdc-checkbox-selected-icon-color: #388e3c;
  --mdc-checkbox-selected-pressed-icon-color: #388e3c;
  --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);
}
.app.green-dark .mat-mdc-list-option .mdc-list-item__start, .app.green-dark .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: #388e3c;
  --mdc-radio-selected-hover-icon-color: #388e3c;
  --mdc-radio-selected-icon-color: #388e3c;
  --mdc-radio-selected-pressed-icon-color: #388e3c;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #388e3c;
}
.app.green-dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .app.green-dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.green-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --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);
}
.app.green-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.green-dark .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: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
.app.green-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .app.green-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.green-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.green-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.green-dark .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: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.green-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .app.green-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.app.green-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #388e3c;
}
.app.green-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.green-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #388e3c;
}
.app.green-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.app.green-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.app.green-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.app.green-dark .mat-mdc-paginator {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}
.app.green-dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.app.green-dark .mat-mdc-paginator-decrement,
.app.green-dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.app.green-dark .mat-mdc-paginator-first,
.app.green-dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.app.green-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.app.green-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.app.green-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.app.green-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-mdc-tab, .app.green-dark .mat-mdc-tab-link {
  background-color: transparent;
}
.app.green-dark .mat-mdc-tab .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.app.green-dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .app.green-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #388e3c;
}
.app.green-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #388e3c);
}
.app.green-dark .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab .mat-ripple-element,
.app.green-dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.green-dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #388e3c;
}
.app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffd740;
}
.app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffd740);
}
.app.green-dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.green-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.green-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffd740;
}
.app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5252;
}
.app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5252);
}
.app.green-dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.green-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.green-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5252;
}
.app.green-dark .mat-mdc-tab-group.mat-background-primary, .app.green-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #388e3c;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.green-dark .mat-mdc-tab-group.mat-background-accent, .app.green-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffd740;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.app.green-dark .mat-mdc-tab-group.mat-background-warn, .app.green-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff5252;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.green-dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.app.green-dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.green-dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.app.green-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #388e3c;
  --mdc-checkbox-selected-hover-icon-color: #388e3c;
  --mdc-checkbox-selected-icon-color: #388e3c;
  --mdc-checkbox-selected-pressed-icon-color: #388e3c;
  --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);
}
.app.green-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(56, 142, 60, 0.1);
}
.app.green-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #388e3c;
}
.app.green-dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --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);
}
.app.green-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 215, 64, 0.1);
}
.app.green-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffd740;
}
.app.green-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.green-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 82, 82, 0.1);
}
.app.green-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5252;
}
.app.green-dark .mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #388e3c;
}
.app.green-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffd740;
}
.app.green-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff5252;
}
.app.green-dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #388e3c;
  --mdc-filled-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffd740;
  --mdc-filled-button-label-text-color: #000;
}
.app.green-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff5252;
  --mdc-filled-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #388e3c;
  --mdc-protected-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffd740;
  --mdc-protected-button-label-text-color: #000;
}
.app.green-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff5252;
  --mdc-protected-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.app.green-dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.app.green-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #388e3c;
}
.app.green-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffd740;
}
.app.green-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff5252;
}
.app.green-dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-mdc-button, .app.green-dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.green-dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-button.mat-primary, .app.green-dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #388e3c;
  --mat-mdc-button-ripple-color: rgba(56, 142, 60, 0.1);
}
.app.green-dark .mat-mdc-button.mat-accent, .app.green-dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
.app.green-dark .mat-mdc-button.mat-warn, .app.green-dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.green-dark .mat-mdc-raised-button, .app.green-dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.green-dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-raised-button.mat-primary, .app.green-dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-raised-button.mat-accent, .app.green-dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.green-dark .mat-mdc-raised-button.mat-warn, .app.green-dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.green-dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #388e3c;
  --mat-mdc-button-ripple-color: rgba(56, 142, 60, 0.1);
}
.app.green-dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
.app.green-dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.green-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #388e3c;
}
.app.green-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffd740;
}
.app.green-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff5252;
}
.app.green-dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-mdc-fab, .app.green-dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.green-dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .app.green-dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.green-dark .mat-mdc-fab.mat-primary, .app.green-dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-fab.mat-accent, .app.green-dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.app.green-dark .mat-mdc-fab.mat-warn, .app.green-dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.green-dark .mat-mdc-fab.mat-unthemed, .app.green-dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.green-dark .mat-mdc-fab.mat-primary, .app.green-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #388e3c;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.green-dark .mat-mdc-fab.mat-accent, .app.green-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffd740;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.app.green-dark .mat-mdc-fab.mat-warn, .app.green-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff5252;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.green-dark .mat-mdc-fab[disabled][disabled], .app.green-dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .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);
}
.app.green-dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #424242);
  border-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mdc-data-table__row {
  background-color: inherit;
}
.app.green-dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #424242);
}
.app.green-dark .mdc-data-table__row--selected {
  background-color: rgba(56, 142, 60, 0.04);
}
.app.green-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.app.green-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.app.green-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mdc-data-table__cell,
.app.green-dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.green-dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.app.green-dark .mdc-data-table__pagination-total,
.app.green-dark .mdc-data-table__pagination-rows-per-page-label,
.app.green-dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .app.green-dark .mdc-data-table__pagination-button .mdc-button__icon, .app.green-dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.app.green-dark .mat-mdc-table {
  background: #424242;
}
.app.green-dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #388e3c;
}
.app.green-dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740;
}
.app.green-dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5252;
}
.app.green-dark .mat-badge-content {
  color: white;
  background: #388e3c;
}
.cdk-high-contrast-active .app.green-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.green-dark .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff5252;
}
.app.green-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.app.green-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.green-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.green-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.green-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.app.green-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.app.green-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
.app.green-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
.app.green-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
.app.green-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.app.green-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.app.green-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.app.green-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.app.green-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.green-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
.app.green-dark .mat-calendar-arrow {
  fill: white;
}
.app.green-dark .mat-datepicker-toggle,
.app.green-dark .mat-datepicker-content .mat-calendar-next-button,
.app.green-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.app.green-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-calendar-table-header,
.app.green-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .mat-calendar-body-cell-content,
.app.green-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.app.green-dark .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);
}
.app.green-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.app.green-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .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);
}
.app.green-dark .mat-calendar-body-in-range::before {
  background: rgba(56, 142, 60, 0.2);
}
.app.green-dark .mat-calendar-body-comparison-identical,
.app.green-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.green-dark .mat-calendar-body-comparison-bridge-start::before,
.app.green-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-calendar-body-comparison-bridge-end::before,
.app.green-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.green-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.green-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.green-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.green-dark .mat-calendar-body-selected {
  background-color: #388e3c;
  color: white;
}
.app.green-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(56, 142, 60, 0.4);
}
.app.green-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.green-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.green-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(56, 142, 60, 0.3);
}
@media (hover: hover) {
  .app.green-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(56, 142, 60, 0.3);
  }
}
.app.green-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.green-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.green-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
.app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.green-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  .app.green-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 82, 82, 0.2);
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.green-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.green-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5252;
  color: white;
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 82, 82, 0.4);
}
.app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.green-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.green-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 82, 82, 0.3);
}
@media (hover: hover) {
  .app.green-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 82, 82, 0.3);
  }
}
.app.green-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-datepicker-toggle-active {
  color: #388e3c;
}
.app.green-dark .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
.app.green-dark .mat-datepicker-toggle-active.mat-warn {
  color: #ff5252;
}
.app.green-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.app.green-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
.app.green-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.green-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.green-dark .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) {
  .app.green-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.app.green-dark .mat-expansion-panel-header-title {
  color: white;
}
.app.green-dark .mat-expansion-panel-header-description,
.app.green-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.app.green-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.green-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.green-dark .mat-icon.mat-primary {
  color: #388e3c;
}
.app.green-dark .mat-icon.mat-accent {
  color: #ffd740;
}
.app.green-dark .mat-icon.mat-warn {
  color: #ff5252;
}
.app.green-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.app.green-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
.app.green-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.app.green-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.green-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.green-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.green-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.app.green-dark .mat-step-header.cdk-keyboard-focused, .app.green-dark .mat-step-header.cdk-program-focused, .app.green-dark .mat-step-header:hover:not([aria-disabled]), .app.green-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.green-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.green-dark .mat-step-header:hover {
    background: none;
  }
}
.app.green-dark .mat-step-header .mat-step-label,
.app.green-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.app.green-dark .mat-step-header .mat-step-icon-selected,
.app.green-dark .mat-step-header .mat-step-icon-state-done,
.app.green-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #388e3c;
  color: white;
}
.app.green-dark .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.app.green-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.green-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.green-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.app.green-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.green-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5252;
  color: white;
}
.app.green-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5252;
}
.app.green-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.app.green-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5252;
}
.app.green-dark .mat-stepper-horizontal, .app.green-dark .mat-stepper-vertical {
  background-color: #424242;
}
.app.green-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-horizontal-stepper-header::before,
.app.green-dark .mat-horizontal-stepper-header::after,
.app.green-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.green-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
.app.green-dark .mat-toolbar {
  background: #212121;
  color: white;
}
.app.green-dark .mat-toolbar.mat-primary {
  background: #388e3c;
  color: white;
}
.app.green-dark .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .mat-toolbar.mat-warn {
  background: #ff5252;
  color: white;
}
.app.green-dark .mat-toolbar .mat-form-field-underline,
.app.green-dark .mat-toolbar .mat-form-field-ripple,
.app.green-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.green-dark .mat-toolbar .mat-form-field-label,
.app.green-dark .mat-toolbar .mat-focused .mat-form-field-label,
.app.green-dark .mat-toolbar .mat-select-value,
.app.green-dark .mat-toolbar .mat-select-arrow,
.app.green-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.green-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.green-dark .mat-tree {
  background: #424242;
}
.app.green-dark .mat-tree-node,
.app.green-dark .mat-nested-tree-node {
  color: white;
}
.app.green-dark .bg-primary {
  background-color: #388e3c;
  color: white;
}
.app.green-dark .bg-accent {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
.app.green-dark .bg-warn {
  background-color: #ff5252;
  color: white;
}
.app.green-dark .muted-text {
  color: rgba(255, 255, 255, 0.7);
}
.app.green-dark .gradient-primary {
  background: #81c784;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #81c784 50%, #388e3c 100%);
}
.app.green-dark .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.green-dark .mat-toolbar-row,
.app.green-dark .mat-toolbar-single-row {
  height: 56px;
}
.app.green-dark .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.green-dark .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.green-dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.green-dark .mat-mdc-raised-button.small-logo {
  color: #388e3c;
}
.app.green-dark .horizontal-menu, .app.green-dark .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.green-dark .mat-toolbar {
  background: #1b5e20 !important;
}
.app.green-dark .horizontal-menu-item .horizontal-sub-menu {
  background: #1b5e20;
}
.app.green-dark .breadcrumb a {
  color: #388e3c;
}
.app.green-dark .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: white;
}
.app.green-dark cad-lib-system-time-footer {
  background-color: #424242;
  color: white;
}
.app.green-dark .user-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.app.green-dark .active-link {
  border-radius: 0;
  background-color: #388e3c;
  color: #fff;
}
.app.green-dark .warn-color {
  color: #ff5252 !important;
}
.app.green-dark mat-radio-group.ng-invalid + label {
  color: #ff5252 !important;
}
.app.green-dark .cal-day-view .cal-hour-segment:hover,
.app.green-dark .cal-day-view .cal-drag-over .cal-hour-segment,
.app.green-dark .cal-week-view .cal-day-headers .cal-header:hover,
.app.green-dark .cal-week-view .cal-day-headers .cal-drag-over,
.app.green-dark .cal-month-view .cal-cell-row .cal-cell:hover,
.app.green-dark .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(56, 142, 60, 0.4);
}
.app.green-dark .cal-month-view .cal-cell-row:hover {
  background-color: rgba(56, 142, 60, 0.05);
}
.app.green-dark .cal-week-view .cal-header.cal-today,
.app.green-dark .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(56, 142, 60, 0.4);
}
.app.green-dark .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.green-dark .cal-event-action i {
  margin: 4px;
}
.app.green-dark .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.green-dark .gradus-pagination .ngx-pagination .current {
  background-color: #388e3c;
  color: white;
}
.app.green-dark .gradus-pagination .ngx-pagination a:hover,
.app.green-dark .gradus-pagination .ngx-pagination button:hover {
  background: rgba(56, 142, 60, 0.2);
  color: white;
}
.app.green-dark .ql-snow .ql-picker,
.app.green-dark .ql-editor.ql-blank::before {
  color: white;
}
.app.green-dark .ql-snow .ql-stroke {
  stroke: white;
}
.app.green-dark .ql-snow .ql-fill {
  fill: white;
}
.app.green-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.green-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #212121;
}
.app.green-dark .ngx-charts text {
  fill: white;
}
.app.pink-dark {
  /*******  Material changes to help scale down on density ********/
  /** High Charts Theme Overrides **/
  /**
   * @license Highcharts
   *
   * (c) 2009-2016 Torstein Honsi
   *
   * License: www.highcharts.com/license
   */
  /* Titles */
  /* Axes */
  /* Credits */
  /* Tooltip */
  /* Legend hover affects points and series */
  /* Series options */
  /* Default colors */
  /* Legend */
  /* Bubble legend */
  /* Loading */
  /* Plot bands and polar pane backgrounds */
  /* Highcharts More and modules */
  /* Highstock */
  /* Highcharts Maps */
  /* 3d charts */
  /* Exporting module */
  /* Breadcrumbs */
  /* Drilldown module */
  /* No-data module */
  /* Drag-panes module */
  /* Bullet type series */
  /* Lineargauge type series */
  /* Annotations module */
  /* A11y module */
  /* Gantt */
  /* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
  /* angular-calendar */
  /* ngx-pagination */
  /* ngx-quill */
  /* ngx-charts */
}
.app.pink-dark .mat-mdc-form-field-infix {
  min-height: 39px;
}
.app.pink-dark .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 19.5px;
}
.app.pink-dark .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.25px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.app.pink-dark .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.pink-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.pink-dark .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.app.pink-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.app.pink-dark .mat-mdc-radio-button .mdc-radio {
  padding: calc((28px - 20px) / 2);
  margin: 0;
}
.app.pink-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (28px - 20px) / 2);
  left: calc(-1 * (28px - 20px) / 2);
  width: 28px;
  height: 28px;
}
.app.pink-dark .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((28px - 28px) / 2);
  right: calc((28px - 28px) / 2);
  left: calc((28px - 28px) / 2);
  width: 28px;
  height: 28px;
}
.app.pink-dark .mat-mdc-radio-touch-target {
  display: none;
}
.app.pink-dark .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 28px) - 28px) / 2);
}
.app.pink-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 28px) - 18px) / 2);
}
.app.pink-dark .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  right: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  left: calc((28px - var(--mdc-checkbox-touch-target-size, 28px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 28px);
  height: var(--mdc-checkbox-touch-target-size, 28px);
}
.app.pink-dark .mat-mdc-checkbox-touch-target {
  display: none;
}
.app.pink-dark .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.app.pink-dark .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.pink-dark .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;
}
.app.pink-dark .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.app.pink-dark .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%);
}
.app.pink-dark .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.app.pink-dark mat-form-field {
  line-height: 16px !important;
}
.app.pink-dark .mat-mdc-form-field-subscript-wrapper {
  height: 18px;
}
.app.pink-dark .mat-mdc-form-field-subscript-wrapper mat-error {
  position: absolute;
  top: 0px;
}
.app.pink-dark .mat-mdc-form-field-infix label {
  font-size: 14px !important;
  top: 20px;
}
.app.pink-dark .mat-mdc-form-field-infix label.mdc-floating-label--float-above {
  font-size: 13px !important;
}
.app.pink-dark .mat-mdc-form-field-infix input {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.pink-dark .mat-mdc-form-field-infix textarea {
  margin-top: 10px;
  font-size: 14px !important;
}
.app.pink-dark .mat-mdc-form-field-infix mat-select {
  margin-top: 6px;
  font-size: 14px !important;
}
.app.pink-dark .mat-mdc-form-field-infix:has(> mat-select) {
  padding-bottom: 3.5px !important;
}
.app.pink-dark .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: inline !important;
}
.app.pink-dark mat-list-item b {
  line-height: 16px;
  font-size: 14px;
}
.app.pink-dark mat-list-item pre {
  line-height: 16px;
  font-size: 14px;
}
.app.pink-dark mat-list-item label {
  font-size: 14px;
}
.app.pink-dark mat-list-item span {
  font-size: 14px !important;
}
.app.pink-dark epm-workflow-status > div > .step {
  border-left-color: #ec407a;
}
.app.pink-dark epm-workflow-status > div > .stepPassed {
  border-top-color: #ec407a;
  border-right-color: #ec407a;
  border-bottom-color: #ec407a;
  background: #ec407a;
}
.app.pink-dark .highcharts-legend-item:hover text {
  fill: #ec407a !important;
}
.app.pink-dark .highcharts-area {
  fill-opacity: 0.2 !important;
  stroke-width: 0;
}
.app.pink-dark .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: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  outline: none;
}
.app.pink-dark .highcharts-root {
  display: block;
}
.app.pink-dark .highcharts-root text {
  stroke-width: 0;
}
.app.pink-dark .highcharts-strong {
  font-weight: bold;
}
.app.pink-dark .highcharts-emphasized {
  font-style: italic;
}
.app.pink-dark .highcharts-anchor {
  cursor: pointer;
}
.app.pink-dark .highcharts-background {
  fill: transparent;
}
.app.pink-dark .highcharts-plot-border, .app.pink-dark .highcharts-plot-background {
  fill: none;
}
.app.pink-dark .highcharts-label-box {
  fill: none;
}
.app.pink-dark .highcharts-button-box {
  fill: inherit;
}
.app.pink-dark .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.app.pink-dark .highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
.app.pink-dark .highcharts-title {
  fill: #fff;
  font-size: 1.5em;
}
.app.pink-dark .highcharts-subtitle {
  fill: #fff;
  font-size: 1em;
}
.app.pink-dark .highcharts-axis-line {
  fill: none;
  stroke: #666;
}
.app.pink-dark .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.pink-dark .highcharts-axis-title {
  fill: #fff;
}
.app.pink-dark .highcharts-axis-labels {
  fill: #fff;
  cursor: default;
  font-size: 0.9em;
}
.app.pink-dark .highcharts-grid-line {
  fill: none;
  stroke: #666;
}
.app.pink-dark .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.app.pink-dark .highcharts-tick {
  stroke: #666;
}
.app.pink-dark .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.app.pink-dark .highcharts-minor-grid-line {
  stroke: #888;
}
.app.pink-dark .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.pink-dark .highcharts-crosshair-category {
  stroke: #666;
  stroke-opacity: 0.25;
}
.app.pink-dark .highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.app.pink-dark .highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
.app.pink-dark .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.app.pink-dark .highcharts-tooltip text {
  fill: #fff;
}
.app.pink-dark .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.app.pink-dark .highcharts-tooltip-box {
  stroke-width: 2px;
  fill: #333;
  fill-opacity: 0.85;
}
.app.pink-dark .highcharts-tooltip-box .highcharts-label-box {
  fill: #333;
  fill-opacity: 0.85;
}
.app.pink-dark div.highcharts-tooltip {
  filter: none;
}
.app.pink-dark .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.app.pink-dark .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app.pink-dark .highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}
.app.pink-dark .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.app.pink-dark .highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.pink-dark .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}
.app.pink-dark .highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}
.app.pink-dark .highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}
.app.pink-dark g.highcharts-series,
.app.pink-dark .highcharts-point,
.app.pink-dark .highcharts-markers,
.app.pink-dark .highcharts-data-labels {
  transition: opacity 250ms;
}
.app.pink-dark .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.app.pink-dark .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.app.pink-dark .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.app.pink-dark .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.app.pink-dark .highcharts-color-0 {
  fill: #D81B60;
  stroke: #D81B60;
}
.app.pink-dark .highcharts-color-1 {
  fill: #8bbc21;
  stroke: #8bbc21;
}
.app.pink-dark .highcharts-color-2 {
  fill: #910000;
  stroke: #910000;
}
.app.pink-dark .highcharts-color-3 {
  fill: #1aadce;
  stroke: #1aadce;
}
.app.pink-dark .highcharts-color-4 {
  fill: #492970;
  stroke: #492970;
}
.app.pink-dark .highcharts-color-5 {
  fill: #f28f43;
  stroke: #f28f43;
}
.app.pink-dark .highcharts-color-6 {
  fill: #77a1e5;
  stroke: #77a1e5;
}
.app.pink-dark .highcharts-color-7 {
  fill: #c42525;
  stroke: #c42525;
}
.app.pink-dark .highcharts-color-8 {
  fill: #a6c96a;
  stroke: #a6c96a;
}
.app.pink-dark .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.app.pink-dark .highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}
.app.pink-dark .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.app.pink-dark .highcharts-a11y-marker-hidden {
  opacity: 0;
}
.app.pink-dark .highcharts-point {
  stroke-width: 1px;
}
.app.pink-dark .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.app.pink-dark .highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.app.pink-dark .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.app.pink-dark .highcharts-data-label text, .app.pink-dark text.highcharts-data-label {
  fill: #fff;
}
.app.pink-dark .highcharts-data-label-connector {
  fill: none;
}
.app.pink-dark .highcharts-data-label-hidden {
  pointer-events: none;
}
.app.pink-dark .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.app.pink-dark .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.app.pink-dark .highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #fff;
}
.app.pink-dark .highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}
.app.pink-dark .highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.app.pink-dark .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.pink-dark .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.pink-dark .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.pink-dark .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.pink-dark .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.pink-dark .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.pink-dark .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}
.app.pink-dark .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.app.pink-dark .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.app.pink-dark .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.app.pink-dark .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #666;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.app.pink-dark .highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.app.pink-dark .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.app.pink-dark .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.app.pink-dark .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.app.pink-dark .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.app.pink-dark .highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.pink-dark .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.app.pink-dark .highcharts-lollipop-stem {
  stroke: #fff;
}
.app.pink-dark .highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.app.pink-dark .highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
.app.pink-dark .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.app.pink-dark .highcharts-legend-item > text {
  fill: #fff;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.app.pink-dark .highcharts-legend-item:hover text {
  fill: #fff;
}
.app.pink-dark .highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}
.app.pink-dark .highcharts-legend-nav-active {
  fill: #ec407a;
  cursor: pointer;
}
.app.pink-dark .highcharts-legend-nav-inactive {
  fill: #cccccc;
}
.app.pink-dark circle.highcharts-legend-nav-active, .app.pink-dark circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.app.pink-dark .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.app.pink-dark .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.app.pink-dark .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.app.pink-dark .highcharts-bubble-legend-labels {
  fill: #fff;
}
.app.pink-dark .highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.app.pink-dark .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.app.pink-dark .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.app.pink-dark .highcharts-plot-band, .app.pink-dark .highcharts-pane {
  fill: #fff;
  fill-opacity: 0.05;
}
.app.pink-dark .highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-boxplot-box {
  fill: transparent;
}
.app.pink-dark .highcharts-boxplot-median {
  stroke-width: 2px;
}
.app.pink-dark .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.app.pink-dark .highcharts-errorbar-series .highcharts-point {
  stroke: #fff;
}
.app.pink-dark .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-gauge-series .highcharts-dial {
  fill: #fff;
  stroke-width: 0;
}
.app.pink-dark .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.app.pink-dark .highcharts-waterfall-series .highcharts-graph {
  stroke: #fff;
  stroke-dasharray: 1, 3;
}
.app.pink-dark .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.app.pink-dark .highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.app.pink-dark .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.app.pink-dark .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}
.app.pink-dark .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}
.app.pink-dark .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.app.pink-dark .highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.app.pink-dark .highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}
.app.pink-dark .highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #888;
  cursor: ew-resize;
}
.app.pink-dark .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.app.pink-dark .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.app.pink-dark .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.app.pink-dark .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.app.pink-dark .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #666;
}
.app.pink-dark .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}
.app.pink-dark .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.app.pink-dark .highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-scrollbar-button {
  fill: #666;
  stroke: #cccccc;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-scrollbar-arrow {
  fill: #fff;
}
.app.pink-dark .highcharts-scrollbar-rifles {
  stroke: #fff;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-scrollbar-track {
  fill: #888;
  stroke: #888;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-button {
  fill: #333;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.app.pink-dark .highcharts-button text {
  fill: #fff;
}
.app.pink-dark .highcharts-button-hover {
  transition: fill 0ms;
  fill: #666;
  stroke: #cccccc;
}
.app.pink-dark .highcharts-button-hover text {
  fill: #fff;
}
.app.pink-dark .highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}
.app.pink-dark .highcharts-button-pressed text {
  fill: #fff;
  font-weight: bold;
}
.app.pink-dark .highcharts-button-disabled text {
  fill: #fff;
}
.app.pink-dark .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.app.pink-dark .highcharts-range-label rect {
  fill: none;
}
.app.pink-dark .highcharts-range-label text {
  fill: #fff;
}
.app.pink-dark .highcharts-range-input rect {
  fill: none;
}
.app.pink-dark .highcharts-range-input text {
  fill: #fff;
}
.app.pink-dark .highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}
.app.pink-dark 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 */
}
.app.pink-dark .highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}
.app.pink-dark .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.app.pink-dark .highcharts-candlestick-series .highcharts-point {
  stroke: #fff;
  stroke-width: 1px;
}
.app.pink-dark .highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}
.app.pink-dark .highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: #f21313;
  stroke: #f21313;
}
.app.pink-dark .highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: #06b535;
  stroke: #06b535;
}
.app.pink-dark .highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: #06b535;
}
.app.pink-dark .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.app.pink-dark .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: transparent;
  transition: fill 250ms;
}
.app.pink-dark .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #fff;
  fill: #666;
}
.app.pink-dark .highcharts-flags-series .highcharts-point text {
  fill: #fff;
  font-size: 0.9em;
  font-weight: bold;
}
.app.pink-dark .highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
  stroke-width: inherit;
}
.app.pink-dark .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.app.pink-dark .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.app.pink-dark .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.app.pink-dark .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.app.pink-dark .highcharts-mapview-inset-border {
  stroke: #cccccc;
  stroke-width: 1px;
  fill: none;
}
.app.pink-dark .highcharts-coloraxis {
  stroke-width: 0;
}
.app.pink-dark .highcharts-coloraxis-marker {
  fill: #999999;
}
.app.pink-dark .highcharts-null-point {
  fill: #333;
}
.app.pink-dark .highcharts-3d-frame {
  fill: transparent;
}
.app.pink-dark .highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.app.pink-dark .highcharts-contextbutton:hover {
  fill: #666;
  stroke: #666;
}
.app.pink-dark .highcharts-button-symbol {
  stroke: #fff;
  stroke-width: 3px;
}
.app.pink-dark .highcharts-menu {
  border: 1px solid #999999;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.app.pink-dark .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.app.pink-dark .highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}
.app.pink-dark .highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.app.pink-dark .highcharts-breadcrumbs-separator {
  fill: #fff;
}
.app.pink-dark .highcharts-drilldown-point {
  cursor: pointer;
}
.app.pink-dark .highcharts-drilldown-data-label text,
.app.pink-dark text.highcharts-drilldown-data-label,
.app.pink-dark .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #ec407a;
  font-weight: bold;
  text-decoration: underline;
}
.app.pink-dark .highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #fff;
}
.app.pink-dark .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
.app.pink-dark .highcharts-bullet-target {
  stroke-width: 0;
}
.app.pink-dark .highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #fff;
}
.app.pink-dark .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #fff;
}
.app.pink-dark .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #fff;
  fill: #fff;
  fill-opacity: 0.75;
}
.app.pink-dark .highcharts-annotation-label text {
  fill: #666;
}
.app.pink-dark .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;
}
.app.pink-dark .highcharts-a11y-proxy-group li {
  list-style: none;
}
.app.pink-dark .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;
}
.app.pink-dark .highcharts-a11y-invisible {
  visibility: hidden;
}
.app.pink-dark .highcharts-a11y-proxy-container,
.app.pink-dark .highcharts-a11y-proxy-container-before,
.app.pink-dark .highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
.app.pink-dark g.highcharts-series, .app.pink-dark .highcharts-markers, .app.pink-dark .highcharts-point {
  outline: none;
}
.app.pink-dark .highcharts-treegrid-node-collapsed, .app.pink-dark .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.app.pink-dark .highcharts-point-connecting-path {
  fill: none;
}
.app.pink-dark .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.app.pink-dark .highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
.app.pink-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-mdc-option:hover:not(.mdc-list-item--disabled), .app.pink-dark .mat-mdc-option:focus:not(.mdc-list-item--disabled), .app.pink-dark .mat-mdc-option.mat-mdc-option-active, .app.pink-dark .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.app.pink-dark .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #546e7a);
}
.app.pink-dark .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
.app.pink-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.pink-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #d81b60;
}
.app.pink-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.pink-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #d81b60;
}
.app.pink-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.pink-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.pink-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.pink-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #546e7a;
}
.app.pink-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.pink-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #546e7a;
}
.app.pink-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.pink-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.pink-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.pink-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #546e7a;
}
.app.pink-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.pink-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #546e7a;
}
.app.pink-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.pink-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.pink-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.pink-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5252;
}
.app.pink-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.pink-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5252;
}
.app.pink-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.app.pink-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
.app.pink-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.app.pink-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.app.pink-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.app.pink-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
.app.pink-dark .mat-app-background, .app.pink-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.app.pink-dark .mat-elevation-z0, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z1, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z2, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z3, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z4, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z5, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z6, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z7, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z8, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z9, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z10, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z11, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z12, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z13, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z14, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z15, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z16, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z17, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z18, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z19, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z20, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z21, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z22, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z23, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-elevation-z24, .app.pink-dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.app.pink-dark .mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #424242;
}
.app.pink-dark .mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #595959;
}
.app.pink-dark .mat-mdc-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #d81b60;
}
.app.pink-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(216, 27, 96, 0.25)'/%3E%3C/svg%3E");
}
.app.pink-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(216, 27, 96, 0.25);
}
.app.pink-dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #546e7a;
}
.app.pink-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(84, 110, 122, 0.25)'/%3E%3C/svg%3E");
}
.app.pink-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(84, 110, 122, 0.25);
}
.app.pink-dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff5252;
}
.app.pink-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 82, 82, 0.25)'/%3E%3C/svg%3E");
}
.app.pink-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 82, 82, 0.25);
}
.app.pink-dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media all {
  .app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.app.pink-dark .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.app.pink-dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.app.pink-dark .mdc-text-field--filled .mdc-text-field__ripple::before,
.app.pink-dark .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.app.pink-dark .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .app.pink-dark .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.app.pink-dark .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .app.pink-dark .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.app.pink-dark .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #4a4a4a;
}
.app.pink-dark .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.app.pink-dark .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.pink-dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #d81b60);
}
[dir=rtl] .app.pink-dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .app.pink-dark .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

[dir=rtl] .app.pink-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .app.pink-dark .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.app.pink-dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
.app.pink-dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
.app.pink-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.app.pink-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.app.pink-dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.app.pink-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(216, 27, 96, 0.87);
}
.app.pink-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(84, 110, 122, 0.87);
}
.app.pink-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 82, 82, 0.87);
}
.app.pink-dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #546e7a);
}
.app.pink-dark .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #546e7a);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(84, 110, 122, 0.87);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #546e7a);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 82, 82, 0.87);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.app.pink-dark .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff5252);
}
.app.pink-dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.app.pink-dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.app.pink-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.pink-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.pink-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.pink-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.pink-dark .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app.pink-dark .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
.app.pink-dark .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
.app.pink-dark .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(216, 27, 96, 0.87);
}
.app.pink-dark .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(84, 110, 122, 0.87);
}
.app.pink-dark .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.pink-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 82, 82, 0.87);
}
.app.pink-dark .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
.app.pink-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.pink-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.pink-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.pink-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.pink-dark .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);
}
.app.pink-dark .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;
}
.app.pink-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .app.pink-dark .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #d81b60;
  --mdc-chip-elevated-disabled-container-color: #d81b60;
  --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;
}
.app.pink-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .app.pink-dark .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #546e7a;
  --mdc-chip-elevated-disabled-container-color: #546e7a;
  --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;
}
.app.pink-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .app.pink-dark .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5252;
  --mdc-chip-elevated-disabled-container-color: #ff5252;
  --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;
}
.app.pink-dark .mat-mdc-chip-focus-overlay {
  background: white;
}
.app.pink-dark .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.app.pink-dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #f06292;
  --mdc-switch-selected-handle-color: #f06292;
  --mdc-switch-selected-hover-state-layer-color: #f06292;
  --mdc-switch-selected-pressed-state-layer-color: #f06292;
  --mdc-switch-selected-focus-handle-color: #f48fb1;
  --mdc-switch-selected-hover-handle-color: #f48fb1;
  --mdc-switch-selected-pressed-handle-color: #f48fb1;
  --mdc-switch-selected-focus-track-color: #d81b60;
  --mdc-switch-selected-hover-track-color: #d81b60;
  --mdc-switch-selected-pressed-track-color: #d81b60;
  --mdc-switch-selected-track-color: #d81b60;
}
.app.pink-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #90a4ae;
  --mdc-switch-selected-handle-color: #90a4ae;
  --mdc-switch-selected-hover-state-layer-color: #90a4ae;
  --mdc-switch-selected-pressed-state-layer-color: #90a4ae;
  --mdc-switch-selected-focus-handle-color: #b0bec5;
  --mdc-switch-selected-hover-handle-color: #b0bec5;
  --mdc-switch-selected-pressed-handle-color: #b0bec5;
  --mdc-switch-selected-focus-track-color: #546e7a;
  --mdc-switch-selected-hover-track-color: #546e7a;
  --mdc-switch-selected-pressed-track-color: #546e7a;
  --mdc-switch-selected-track-color: #546e7a;
}
.app.pink-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
.app.pink-dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #d81b60;
  --mdc-radio-selected-hover-icon-color: #d81b60;
  --mdc-radio-selected-icon-color: #d81b60;
  --mdc-radio-selected-pressed-icon-color: #d81b60;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #d81b60;
}
.app.pink-dark .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #546e7a;
  --mdc-radio-selected-hover-icon-color: #546e7a;
  --mdc-radio-selected-icon-color: #546e7a;
  --mdc-radio-selected-pressed-icon-color: #546e7a;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #546e7a;
}
.app.pink-dark .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.pink-dark .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.app.pink-dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #d81b60;
  --mdc-slider-focus-handle-color: #d81b60;
  --mdc-slider-hover-handle-color: #d81b60;
  --mdc-slider-active-track-color: #d81b60;
  --mdc-slider-inactive-track-color: #d81b60;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #d81b60;
  --mat-mdc-slider-ripple-color: #d81b60;
  --mat-mdc-slider-hover-ripple-color: rgba(216, 27, 96, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(216, 27, 96, 0.2);
}
.app.pink-dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #546e7a;
  --mdc-slider-focus-handle-color: #546e7a;
  --mdc-slider-hover-handle-color: #546e7a;
  --mdc-slider-active-track-color: #546e7a;
  --mdc-slider-inactive-track-color: #546e7a;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #546e7a;
  --mat-mdc-slider-ripple-color: #546e7a;
  --mat-mdc-slider-hover-ripple-color: rgba(84, 110, 122, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(84, 110, 122, 0.2);
}
.app.pink-dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff5252;
  --mdc-slider-focus-handle-color: #ff5252;
  --mdc-slider-hover-handle-color: #ff5252;
  --mdc-slider-active-track-color: #ff5252;
  --mdc-slider-inactive-track-color: #ff5252;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5252;
  --mat-mdc-slider-ripple-color: #ff5252;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 82, 82, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 82, 82, 0.2);
}
.app.pink-dark .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
.app.pink-dark .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.app.pink-dark .mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__start,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__content,
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mdc-list-item--selected .mdc-list-item__primary-text,
.app.pink-dark .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #d81b60);
}
.app.pink-dark .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mdc-list-divider::after {
  border-bottom-color: white;
}
.app.pink-dark .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.app.pink-dark .mat-mdc-menu-item[disabled],
.app.pink-dark .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.app.pink-dark .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
.app.pink-dark .mat-mdc-menu-item .mat-icon-no-color,
.app.pink-dark .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-mdc-menu-item:hover:not([disabled]),
.app.pink-dark .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.app.pink-dark .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.app.pink-dark .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
.app.pink-dark .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;
}
.app.pink-dark .mat-mdc-list-option .mdc-list-item__start, .app.pink-dark .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #d81b60;
  --mdc-checkbox-selected-hover-icon-color: #d81b60;
  --mdc-checkbox-selected-icon-color: #d81b60;
  --mdc-checkbox-selected-pressed-icon-color: #d81b60;
  --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);
}
.app.pink-dark .mat-mdc-list-option .mdc-list-item__start, .app.pink-dark .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: #d81b60;
  --mdc-radio-selected-hover-icon-color: #d81b60;
  --mdc-radio-selected-icon-color: #d81b60;
  --mdc-radio-selected-pressed-icon-color: #d81b60;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #d81b60;
}
.app.pink-dark .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .app.pink-dark .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.pink-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #546e7a;
  --mdc-checkbox-selected-hover-icon-color: #546e7a;
  --mdc-checkbox-selected-icon-color: #546e7a;
  --mdc-checkbox-selected-pressed-icon-color: #546e7a;
  --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);
}
.app.pink-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start, .app.pink-dark .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: #546e7a;
  --mdc-radio-selected-hover-icon-color: #546e7a;
  --mdc-radio-selected-icon-color: #546e7a;
  --mdc-radio-selected-pressed-icon-color: #546e7a;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #546e7a;
}
.app.pink-dark .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .app.pink-dark .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.pink-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.pink-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start, .app.pink-dark .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: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ff5252;
}
.app.pink-dark .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .app.pink-dark .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.app.pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #d81b60;
}
.app.pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.app.pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #d81b60;
}
.app.pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.app.pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.app.pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.app.pink-dark .mat-mdc-paginator {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
.app.pink-dark .mat-mdc-paginator-decrement,
.app.pink-dark .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
.app.pink-dark .mat-mdc-paginator-first,
.app.pink-dark .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
.app.pink-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.app.pink-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.app.pink-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.app.pink-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-mdc-tab, .app.pink-dark .mat-mdc-tab-link {
  background-color: transparent;
}
.app.pink-dark .mat-mdc-tab .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.app.pink-dark .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .app.pink-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #d81b60;
}
.app.pink-dark .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #d81b60);
}
.app.pink-dark .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-link .mat-ripple-element {
  background-color: #d81b60;
}
.app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #546e7a;
}
.app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #546e7a);
}
.app.pink-dark .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #546e7a;
}
.app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5252;
}
.app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5252);
}
.app.pink-dark .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.app.pink-dark .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5252;
}
.app.pink-dark .mat-mdc-tab-group.mat-background-primary, .app.pink-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #d81b60;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.pink-dark .mat-mdc-tab-group.mat-background-accent, .app.pink-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #546e7a;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.pink-dark .mat-mdc-tab-group.mat-background-warn, .app.pink-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff5252;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.app.pink-dark .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
.app.pink-dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.app.pink-dark .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.app.pink-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #d81b60;
  --mdc-checkbox-selected-hover-icon-color: #d81b60;
  --mdc-checkbox-selected-icon-color: #d81b60;
  --mdc-checkbox-selected-pressed-icon-color: #d81b60;
  --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);
}
.app.pink-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(216, 27, 96, 0.1);
}
.app.pink-dark .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #d81b60;
}
.app.pink-dark .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #546e7a;
  --mdc-checkbox-selected-hover-icon-color: #546e7a;
  --mdc-checkbox-selected-icon-color: #546e7a;
  --mdc-checkbox-selected-pressed-icon-color: #546e7a;
  --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);
}
.app.pink-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(84, 110, 122, 0.1);
}
.app.pink-dark .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #546e7a;
}
.app.pink-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --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);
}
.app.pink-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 82, 82, 0.1);
}
.app.pink-dark .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5252;
}
.app.pink-dark .mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #d81b60;
}
.app.pink-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #546e7a;
}
.app.pink-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff5252;
}
.app.pink-dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #d81b60;
  --mdc-filled-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #546e7a;
  --mdc-filled-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff5252;
  --mdc-filled-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #d81b60;
  --mdc-protected-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #546e7a;
  --mdc-protected-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff5252;
  --mdc-protected-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
.app.pink-dark .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.app.pink-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #d81b60;
}
.app.pink-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #546e7a;
}
.app.pink-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff5252;
}
.app.pink-dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-mdc-button, .app.pink-dark .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.pink-dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-button.mat-primary, .app.pink-dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #d81b60;
  --mat-mdc-button-ripple-color: rgba(216, 27, 96, 0.1);
}
.app.pink-dark .mat-mdc-button.mat-accent, .app.pink-dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #546e7a;
  --mat-mdc-button-ripple-color: rgba(84, 110, 122, 0.1);
}
.app.pink-dark .mat-mdc-button.mat-warn, .app.pink-dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.pink-dark .mat-mdc-raised-button, .app.pink-dark .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.pink-dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-raised-button.mat-primary, .app.pink-dark .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-raised-button.mat-accent, .app.pink-dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-raised-button.mat-warn, .app.pink-dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.pink-dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #d81b60;
  --mat-mdc-button-ripple-color: rgba(216, 27, 96, 0.1);
}
.app.pink-dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #546e7a;
  --mat-mdc-button-ripple-color: rgba(84, 110, 122, 0.1);
}
.app.pink-dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff5252;
  --mat-mdc-button-ripple-color: rgba(255, 82, 82, 0.1);
}
.app.pink-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #d81b60;
}
.app.pink-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #546e7a;
}
.app.pink-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff5252;
}
.app.pink-dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-mdc-fab, .app.pink-dark .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.app.pink-dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .app.pink-dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.app.pink-dark .mat-mdc-fab.mat-primary, .app.pink-dark .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-fab.mat-accent, .app.pink-dark .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-fab.mat-warn, .app.pink-dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.app.pink-dark .mat-mdc-fab.mat-unthemed, .app.pink-dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.pink-dark .mat-mdc-fab.mat-primary, .app.pink-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #d81b60;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.pink-dark .mat-mdc-fab.mat-accent, .app.pink-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #546e7a;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.pink-dark .mat-mdc-fab.mat-warn, .app.pink-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff5252;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.app.pink-dark .mat-mdc-fab[disabled][disabled], .app.pink-dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .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);
}
.app.pink-dark .mdc-data-table {
  background-color: var(--mdc-theme-surface, #424242);
  border-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mdc-data-table__row {
  background-color: inherit;
}
.app.pink-dark .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #424242);
}
.app.pink-dark .mdc-data-table__row--selected {
  background-color: rgba(216, 27, 96, 0.04);
}
.app.pink-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.app.pink-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.app.pink-dark .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mdc-data-table__cell,
.app.pink-dark .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.pink-dark .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
.app.pink-dark .mdc-data-table__pagination-total,
.app.pink-dark .mdc-data-table__pagination-rows-per-page-label,
.app.pink-dark .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] .app.pink-dark .mdc-data-table__pagination-button .mdc-button__icon, .app.pink-dark .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.app.pink-dark .mat-mdc-table {
  background: #424242;
}
.app.pink-dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #d81b60;
}
.app.pink-dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #546e7a;
}
.app.pink-dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5252;
}
.app.pink-dark .mat-badge-content {
  color: white;
  background: #d81b60;
}
.cdk-high-contrast-active .app.pink-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app.pink-dark .mat-badge-accent .mat-badge-content {
  background: #546e7a;
  color: white;
}
.app.pink-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff5252;
}
.app.pink-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.app.pink-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app.pink-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app.pink-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app.pink-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.app.pink-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.app.pink-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
.app.pink-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
.app.pink-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
.app.pink-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.app.pink-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.app.pink-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.app.pink-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.app.pink-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app.pink-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
.app.pink-dark .mat-calendar-arrow {
  fill: white;
}
.app.pink-dark .mat-datepicker-toggle,
.app.pink-dark .mat-datepicker-content .mat-calendar-next-button,
.app.pink-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.app.pink-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-calendar-table-header,
.app.pink-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-calendar-body-cell-content,
.app.pink-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.app.pink-dark .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);
}
.app.pink-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.app.pink-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .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);
}
.app.pink-dark .mat-calendar-body-in-range::before {
  background: rgba(216, 27, 96, 0.2);
}
.app.pink-dark .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.pink-dark .mat-calendar-body-comparison-bridge-start::before,
.app.pink-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(216, 27, 96, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-calendar-body-comparison-bridge-end::before,
.app.pink-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(216, 27, 96, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.pink-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.pink-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.pink-dark .mat-calendar-body-selected {
  background-color: #d81b60;
  color: white;
}
.app.pink-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(216, 27, 96, 0.4);
}
.app.pink-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.pink-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.pink-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(216, 27, 96, 0.3);
}
@media (hover: hover) {
  .app.pink-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(216, 27, 96, 0.3);
  }
}
.app.pink-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(84, 110, 122, 0.2);
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app.pink-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(84, 110, 122, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app.pink-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(84, 110, 122, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #546e7a;
  color: white;
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(84, 110, 122, 0.4);
}
.app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.pink-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.pink-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(84, 110, 122, 0.3);
}
@media (hover: hover) {
  .app.pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(84, 110, 122, 0.3);
  }
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 82, 82, 0.2);
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app.pink-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app.pink-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 82, 82, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5252;
  color: white;
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 82, 82, 0.4);
}
.app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app.pink-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app.pink-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 82, 82, 0.3);
}
@media (hover: hover) {
  .app.pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 82, 82, 0.3);
  }
}
.app.pink-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-datepicker-toggle-active {
  color: #d81b60;
}
.app.pink-dark .mat-datepicker-toggle-active.mat-accent {
  color: #546e7a;
}
.app.pink-dark .mat-datepicker-toggle-active.mat-warn {
  color: #ff5252;
}
.app.pink-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.app.pink-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
.app.pink-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app.pink-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app.pink-dark .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) {
  .app.pink-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.app.pink-dark .mat-expansion-panel-header-title {
  color: white;
}
.app.pink-dark .mat-expansion-panel-header-description,
.app.pink-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.app.pink-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app.pink-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app.pink-dark .mat-icon.mat-primary {
  color: #d81b60;
}
.app.pink-dark .mat-icon.mat-accent {
  color: #546e7a;
}
.app.pink-dark .mat-icon.mat-warn {
  color: #ff5252;
}
.app.pink-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.app.pink-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
.app.pink-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.app.pink-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app.pink-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.pink-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app.pink-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.app.pink-dark .mat-step-header.cdk-keyboard-focused, .app.pink-dark .mat-step-header.cdk-program-focused, .app.pink-dark .mat-step-header:hover:not([aria-disabled]), .app.pink-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
.app.pink-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app.pink-dark .mat-step-header:hover {
    background: none;
  }
}
.app.pink-dark .mat-step-header .mat-step-label,
.app.pink-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.app.pink-dark .mat-step-header .mat-step-icon-selected,
.app.pink-dark .mat-step-header .mat-step-icon-state-done,
.app.pink-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #d81b60;
  color: white;
}
.app.pink-dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.app.pink-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.app.pink-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.app.pink-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #546e7a;
  color: white;
}
.app.pink-dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app.pink-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.app.pink-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.app.pink-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5252;
  color: white;
}
.app.pink-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5252;
}
.app.pink-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.app.pink-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5252;
}
.app.pink-dark .mat-stepper-horizontal, .app.pink-dark .mat-stepper-vertical {
  background-color: #424242;
}
.app.pink-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-horizontal-stepper-header::before,
.app.pink-dark .mat-horizontal-stepper-header::after,
.app.pink-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app.pink-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
.app.pink-dark .mat-toolbar {
  background: #212121;
  color: white;
}
.app.pink-dark .mat-toolbar.mat-primary {
  background: #d81b60;
  color: white;
}
.app.pink-dark .mat-toolbar.mat-accent {
  background: #546e7a;
  color: white;
}
.app.pink-dark .mat-toolbar.mat-warn {
  background: #ff5252;
  color: white;
}
.app.pink-dark .mat-toolbar .mat-form-field-underline,
.app.pink-dark .mat-toolbar .mat-form-field-ripple,
.app.pink-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app.pink-dark .mat-toolbar .mat-form-field-label,
.app.pink-dark .mat-toolbar .mat-focused .mat-form-field-label,
.app.pink-dark .mat-toolbar .mat-select-value,
.app.pink-dark .mat-toolbar .mat-select-arrow,
.app.pink-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app.pink-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app.pink-dark .mat-tree {
  background: #424242;
}
.app.pink-dark .mat-tree-node,
.app.pink-dark .mat-nested-tree-node {
  color: white;
}
.app.pink-dark .bg-primary {
  background-color: #d81b60;
  color: white;
}
.app.pink-dark .bg-accent {
  background-color: #546e7a;
  color: white;
}
.app.pink-dark .bg-warn {
  background-color: #ff5252;
  color: white;
}
.app.pink-dark .muted-text {
  color: rgba(255, 255, 255, 0.7);
}
.app.pink-dark .gradient-primary {
  background: #ec407a;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ec407a 50%, #d81b60 100%);
}
.app.pink-dark .mat-toolbar {
  padding: 0 8px;
  min-height: 56px;
}
.app.pink-dark .mat-toolbar-row,
.app.pink-dark .mat-toolbar-single-row {
  height: 56px;
}
.app.pink-dark .mat-toolbar .mat-mdc-select-value-text span {
  color: white;
}
.app.pink-dark .mat-toolbar .mat-mdc-select-arrow {
  color: white;
}
.app.pink-dark .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: white;
}
.app.pink-dark .mat-mdc-raised-button.small-logo {
  color: #d81b60;
}
.app.pink-dark .horizontal-menu, .app.pink-dark .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .mat-toolbar, .mat-mdc-dialog-container.cad-lib-dialog .mat-mdc-dialog-title .app.pink-dark .mat-toolbar {
  background: #ad1457 !important;
}
.app.pink-dark .horizontal-menu-item .horizontal-sub-menu {
  background: #ad1457;
}
.app.pink-dark .breadcrumb a {
  color: #d81b60;
}
.app.pink-dark .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: white;
}
.app.pink-dark cad-lib-system-time-footer {
  background-color: #424242;
  color: white;
}
.app.pink-dark .user-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.app.pink-dark .active-link {
  border-radius: 0;
  background-color: #d81b60;
  color: #fff;
}
.app.pink-dark .warn-color {
  color: #ff5252 !important;
}
.app.pink-dark mat-radio-group.ng-invalid + label {
  color: #ff5252 !important;
}
.app.pink-dark .cal-day-view .cal-hour-segment:hover,
.app.pink-dark .cal-day-view .cal-drag-over .cal-hour-segment,
.app.pink-dark .cal-week-view .cal-day-headers .cal-header:hover,
.app.pink-dark .cal-week-view .cal-day-headers .cal-drag-over,
.app.pink-dark .cal-month-view .cal-cell-row .cal-cell:hover,
.app.pink-dark .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(216, 27, 96, 0.4);
}
.app.pink-dark .cal-month-view .cal-cell-row:hover {
  background-color: rgba(216, 27, 96, 0.05);
}
.app.pink-dark .cal-week-view .cal-header.cal-today,
.app.pink-dark .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(216, 27, 96, 0.4);
}
.app.pink-dark .cal-day-view .cal-hour:nth-child(odd) {
  background-color: inherit;
}
.app.pink-dark .cal-event-action i {
  margin: 4px;
}
.app.pink-dark .gradus-pagination .ngx-pagination {
  margin-bottom: 0;
  padding: 4px;
}
.app.pink-dark .gradus-pagination .ngx-pagination .current {
  background-color: #d81b60;
  color: white;
}
.app.pink-dark .gradus-pagination .ngx-pagination a:hover,
.app.pink-dark .gradus-pagination .ngx-pagination button:hover {
  background: rgba(216, 27, 96, 0.2);
  color: white;
}
.app.pink-dark .ql-snow .ql-picker,
.app.pink-dark .ql-editor.ql-blank::before {
  color: white;
}
.app.pink-dark .ql-snow .ql-stroke {
  stroke: white;
}
.app.pink-dark .ql-snow .ql-fill {
  fill: white;
}
.app.pink-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.app.pink-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #212121;
}
.app.pink-dark .ngx-charts text {
  fill: white;
}

.sebm-google-map-container {
  height: 490px;
  height: calc(100vh - 144px);
}

#leaflet-map {
  width: 100%;
  height: 490px;
  height: calc(100vh - 144px);
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url('material-icons.59322316b3fd6063.woff2') format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  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;
}

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