/* src/styles.scss */
h1 {
  font-size: 20px;
  font-weight: 500;
}
h2,
:root .mat-toolbar h2 {
  font-size: 16px;
  font-weight: 500;
}
.link {
  cursor: pointer;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled,
app-root mat-icon.disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  cursor: default;
}
:root .template-footer {
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  height: var(--footer-height);
  min-height: var(--footer-height);
  box-sizing: border-box;
  top: 100%;
  bottom: 0;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.text-wrap {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
.invalid-controls .mat-mdc-dialog-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle,
:root mat-card .mat-mdc-card-subtitle,
:root .template-footer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button],
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button],
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button],
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button] {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: var(--radius);
  text-transform: uppercase;
  max-width: 100%;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button]:not(.multi-line) mat-button,
:root [mat-button]:not(.multi-line) mat-button,
:root [mat-raised-button]:not(.multi-line) mat-button,
:root [mat-stroked-button]:not(.multi-line) mat-button,
:root [mat-flat-button]:not(.multi-line) mat-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root {
  --font-family:
    Manrope,
    "Helvetica Neue",
    sans-serif;
  --font-size: 16px;
  --radius: 8px;
  --header-height: 64px;
  --footer-height: 48px;
  --sidenav-width: 12.5rem;
  --size-small: 8px;
  --size-default: 16px;
  --size-medium: 24px;
  --size-large: 32px;
  --size-S: var(--size-small);
  --size-M: var(--size-medium);
  --size-L: (--size-large);
  --color-light: #fff;
  --color-light-rgb:
    255,
    255,
    255;
  --color-dark: #0f2050;
  --color-dark-rgb:
    15,
    32,
    80;
  --color-grey: #e5e7ef;
  --color-grey-rgb:
    229,
    231,
    239;
  --color-midgrey: #0a143c;
  --color-midgrey-rgb:
    10,
    20,
    60;
  --color-midgrey-inactive: rgba(#0a143c, 0.54);
  --color-midgrey-active: rgba(#0a143c, 0.38);
  --color-light-green: #e4faf0;
  --color-highlight: #eab20b;
  --color-highlight-rgb:
    234,
    178,
    11;
  --color-valid: #4caf50;
  --color-valid-rgb:
    76,
    175,
    80;
}
h1 {
  font-size: 20px;
  font-weight: 500;
}
h2,
:root .mat-toolbar h2 {
  font-size: 16px;
  font-weight: 500;
}
.link {
  cursor: pointer;
}
app-root mat-icon.disabled,
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  cursor: default;
}
:root .template-footer {
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  height: var(--footer-height);
  min-height: var(--footer-height);
  box-sizing: border-box;
  top: 100%;
  bottom: 0;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.text-wrap {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
.invalid-controls .mat-mdc-dialog-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle,
:root mat-card .mat-mdc-card-subtitle,
:root .template-footer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button],
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button],
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button],
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button] {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: var(--radius);
  text-transform: uppercase;
  max-width: 100%;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button]:not(.multi-line) mat-button,
:root [mat-button]:not(.multi-line) mat-button,
:root [mat-raised-button]:not(.multi-line) mat-button,
:root [mat-stroked-button]:not(.multi-line) mat-button,
:root [mat-flat-button]:not(.multi-line) mat-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root {
  --font-family:
    Manrope,
    "Helvetica Neue",
    sans-serif;
  --font-size: 16px;
  --radius: 8px;
  --header-height: 64px;
  --footer-height: 48px;
  --sidenav-width: 12.5rem;
  --size-small: 8px;
  --size-default: 16px;
  --size-medium: 24px;
  --size-large: 32px;
  --size-S: var(--size-small);
  --size-M: var(--size-medium);
  --size-L: (--size-large);
  --color-light: #fff;
  --color-light-rgb:
    255,
    255,
    255;
  --color-dark: #0f2050;
  --color-dark-rgb:
    15,
    32,
    80;
  --color-grey: #e5e7ef;
  --color-grey-rgb:
    229,
    231,
    239;
  --color-midgrey: #0a143c;
  --color-midgrey-rgb:
    10,
    20,
    60;
  --color-midgrey-inactive: rgba(#0a143c, 0.54);
  --color-midgrey-active: rgba(#0a143c, 0.38);
  --color-light-green: #e4faf0;
  --color-highlight: #eab20b;
  --color-highlight-rgb:
    234,
    178,
    11;
  --color-valid: #4caf50;
  --color-valid-rgb:
    76,
    175,
    80;
}
:root .border-top {
  border-top: 1px solid var(--color-grey);
}
@media only screen and (max-width : 600px) {
  :root .border-top-s {
    border-top: 1px solid var(--color-grey);
  }
}
@media only screen and (max-width : 600px) {
  :root .border-top-S {
    border-top: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-top-m {
    border-top: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-top-M {
    border-top: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-top-l {
    border-top: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-top-L {
    border-top: 1px solid var(--color-grey);
  }
}
:root .border-right {
  border-right: 1px solid var(--color-grey);
}
@media only screen and (max-width : 600px) {
  :root .border-right-s {
    border-right: 1px solid var(--color-grey);
  }
}
@media only screen and (max-width : 600px) {
  :root .border-right-S {
    border-right: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-right-m {
    border-right: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-right-M {
    border-right: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-right-l {
    border-right: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-right-L {
    border-right: 1px solid var(--color-grey);
  }
}
:root .border-bottom {
  border-bottom: 1px solid var(--color-grey);
}
@media only screen and (max-width : 600px) {
  :root .border-bottom-s {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media only screen and (max-width : 600px) {
  :root .border-bottom-S {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-bottom-m {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-bottom-M {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-bottom-l {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-bottom-L {
    border-bottom: 1px solid var(--color-grey);
  }
}
:root .border-left {
  border-left: 1px solid var(--color-grey);
}
@media only screen and (max-width : 600px) {
  :root .border-left-s {
    border-left: 1px solid var(--color-grey);
  }
}
@media only screen and (max-width : 600px) {
  :root .border-left-S {
    border-left: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-left-m {
    border-left: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 601px) and (max-width : 1023px) {
  :root .border-left-M {
    border-left: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-left-l {
    border-left: 1px solid var(--color-grey);
  }
}
@media only screen and (min-width : 1024px) {
  :root .border-left-L {
    border-left: 1px solid var(--color-grey);
  }
}
:root .padding {
  padding: var(--size-default);
}
:root .no-padding {
  padding: 0;
}
:root .padding-top {
  padding-top: var(--size-default);
}
:root .padding-right {
  padding-right: var(--size-default);
}
:root .padding-bottom {
  padding-bottom: var(--size-default);
}
:root .padding-left {
  padding-left: var(--size-default);
}
:root .padding-vertical {
  padding-top: var(--size-default);
  padding-bottom: var(--size-default);
}
:root .padding-horizontal {
  padding-right: var(--size-default);
  padding-left: var(--size-default);
}
:root .padding-vertical-S {
  padding-top: 8px;
  padding-bottom: 8px;
}
:root .padding-horizontal-S {
  padding-right: 8px;
  padding-left: 8px;
}
:root .padding-S {
  padding: 8px;
}
:root .padding-top-S {
  padding-top: 8px;
}
:root .padding-S {
  padding: 8px;
}
:root .padding-right-S {
  padding-right: 8px;
}
:root .padding-S {
  padding: 8px;
}
:root .padding-bottom-S {
  padding-bottom: 8px;
}
:root .padding-S {
  padding: 8px;
}
:root .padding-left-S {
  padding-left: 8px;
}
:root .padding-vertical-M {
  padding-top: 24px;
  padding-bottom: 24px;
}
:root .padding-horizontal-M {
  padding-right: 24px;
  padding-left: 24px;
}
:root .padding-M {
  padding: 24px;
}
:root .padding-top-M {
  padding-top: 24px;
}
:root .padding-M {
  padding: 24px;
}
:root .padding-right-M {
  padding-right: 24px;
}
:root .padding-M {
  padding: 24px;
}
:root .padding-bottom-M {
  padding-bottom: 24px;
}
:root .padding-M {
  padding: 24px;
}
:root .padding-left-M {
  padding-left: 24px;
}
:root .padding-vertical-L {
  padding-top: 32px;
  padding-bottom: 32px;
}
:root .padding-horizontal-L {
  padding-right: 32px;
  padding-left: 32px;
}
:root .padding-L {
  padding: 32px;
}
:root .padding-top-L {
  padding-top: 32px;
}
:root .padding-L {
  padding: 32px;
}
:root .padding-right-L {
  padding-right: 32px;
}
:root .padding-L {
  padding: 32px;
}
:root .padding-bottom-L {
  padding-bottom: 32px;
}
:root .padding-L {
  padding: 32px;
}
:root .padding-left-L {
  padding-left: 32px;
}
:root .margin {
  margin: var(--size-default);
}
:root .no-margin {
  margin: 0;
}
:root .margin-top {
  margin-top: var(--size-default);
}
:root .margin-right {
  margin-right: var(--size-default);
}
:root .margin-bottom {
  margin-bottom: var(--size-default);
}
:root .margin-left {
  margin-left: var(--size-default);
}
:root .margin-vertical {
  margin-top: var(--size-default);
  margin-bottom: var(--size-default);
}
:root .margin-horizontal {
  margin-right: var(--size-default);
  margin-left: var(--size-default);
}
:root .margin-vertical-S {
  margin-top: 8px;
  margin-bottom: 8px;
}
:root .margin-horizontal-S {
  margin-right: 8px;
  margin-left: 8px;
}
:root .margin-S {
  margin: 8px;
}
:root .margin-top-S {
  margin-top: 8px;
}
:root .margin-S {
  margin: 8px;
}
:root .margin-right-S {
  margin-right: 8px;
}
:root .margin-S {
  margin: 8px;
}
:root .margin-bottom-S {
  margin-bottom: 8px;
}
:root .margin-S {
  margin: 8px;
}
:root .margin-left-S {
  margin-left: 8px;
}
:root .margin-vertical-M {
  margin-top: 24px;
  margin-bottom: 24px;
}
:root .margin-horizontal-M {
  margin-right: 24px;
  margin-left: 24px;
}
:root .margin-M {
  margin: 24px;
}
:root .margin-top-M {
  margin-top: 24px;
}
:root .margin-M {
  margin: 24px;
}
:root .margin-right-M {
  margin-right: 24px;
}
:root .margin-M {
  margin: 24px;
}
:root .margin-bottom-M {
  margin-bottom: 24px;
}
:root .margin-M {
  margin: 24px;
}
:root .margin-left-M {
  margin-left: 24px;
}
:root .margin-vertical-L {
  margin-top: 32px;
  margin-bottom: 32px;
}
:root .margin-horizontal-L {
  margin-right: 32px;
  margin-left: 32px;
}
:root .margin-L {
  margin: 32px;
}
:root .margin-top-L {
  margin-top: 32px;
}
:root .margin-L {
  margin: 32px;
}
:root .margin-right-L {
  margin-right: 32px;
}
:root .margin-L {
  margin: 32px;
}
:root .margin-bottom-L {
  margin-bottom: 32px;
}
:root .margin-L {
  margin: 32px;
}
:root .margin-left-L {
  margin-left: 32px;
}
:root .rotate-45 {
  position: relative;
  transform: rotate(45deg);
}
:root .rotate-45.flip {
  transform: rotate(45deg) scaleX(-1);
}
:root .rotate-90 {
  position: relative;
  transform: rotate(90deg);
}
:root .rotate-90.flip {
  transform: rotate(90deg) scaleX(-1);
}
:root .rotate-135 {
  position: relative;
  transform: rotate(135deg);
}
:root .rotate-135.flip {
  transform: rotate(135deg) scaleX(-1);
}
:root .rotate-180 {
  position: relative;
  transform: rotate(180deg);
}
:root .rotate-180.flip {
  transform: rotate(180deg) scaleX(-1);
}
:root .rotate-225 {
  position: relative;
  transform: rotate(225deg);
}
:root .rotate-225.flip {
  transform: rotate(225deg) scaleX(-1);
}
:root .rotate-270 {
  position: relative;
  transform: rotate(270deg);
}
:root .rotate-270.flip {
  transform: rotate(270deg) scaleX(-1);
}
:root .rotate-315 {
  position: relative;
  transform: rotate(315deg);
}
:root .rotate-315.flip {
  transform: rotate(315deg) scaleX(-1);
}
@media only screen and (min-width : 380px) {
  :root .only-margin-top-s {
    margin-top: var(--size-default);
  }
}
@media only screen and (max-width : 600px) {
  :root .strong-s {
    font-weight: 600;
  }
}
@media only screen and (min-width : 380px) {
  :root .only-margin-top-S {
    margin-top: var(--size-default);
  }
}
@media only screen and (max-width : 600px) {
  :root .strong-S {
    font-weight: 600;
  }
}
@media only screen and (min-width : 601px) {
  :root .only-margin-top-m {
    margin-top: var(--size-default);
  }
}
@media only screen and (max-width : 1023px) {
  :root .strong-m {
    font-weight: 600;
  }
}
@media only screen and (min-width : 601px) {
  :root .only-margin-top-M {
    margin-top: var(--size-default);
  }
}
@media only screen and (max-width : 1023px) {
  :root .strong-M {
    font-weight: 600;
  }
}
@media only screen and (min-width : 1024px) {
  :root .only-margin-top-l {
    margin-top: var(--size-default);
  }
}
@media only screen and (min-width : 1024px) {
  :root .strong-l {
    font-weight: 600;
  }
}
@media only screen and (min-width : 1024px) {
  :root .only-margin-top-L {
    margin-top: var(--size-default);
  }
}
@media only screen and (min-width : 1024px) {
  :root .strong-L {
    font-weight: 600;
  }
}
:root .opacity-0 {
  opacity: calc(0 / 10);
}
:root .opacity-1 {
  opacity: calc(1 / 10);
}
:root .opacity-2 {
  opacity: calc(2 / 10);
}
:root .opacity-3 {
  opacity: calc(3 / 10);
}
:root .opacity-4 {
  opacity: calc(4 / 10);
}
:root .opacity-5 {
  opacity: calc(5 / 10);
}
:root .opacity-6 {
  opacity: calc(6 / 10);
}
:root .opacity-7 {
  opacity: calc(7 / 10);
}
:root .opacity-8 {
  opacity: calc(8 / 10);
}
:root .opacity-9 {
  opacity: calc(9 / 10);
}
.margin-auto {
  margin: auto;
}
.sticky {
  position: sticky;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.float-left,
.toast-message a.mat-mdc-button.float-left {
  float: left;
}
.float-right,
.toast-message a.mat-mdc-button.float-right {
  float: right;
}
.float-none {
  float: none;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
.flex-center,
:root .template-header button.user {
  display: flex;
  align-items: center;
}
.flex-space-around {
  display: flex;
  justify-content: space-around;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-right {
  text-align: right;
}
@media only screen and (max-width : 1023px) {
  .text-right-m,
  .text-right-M {
    text-align: right !important;
  }
}
@media only screen and (max-width : 600px) {
  .text-right-s,
  .text-right-S {
    text-align: right !important;
  }
}
.text-center {
  text-align: center;
}
@media only screen and (max-width : 1023px) {
  .text-center-m,
  .text-center-M {
    text-align: center !important;
  }
}
@media only screen and (max-width : 600px) {
  .text-center-s,
  .text-center-S {
    text-align: center !important;
  }
}
.text-left {
  text-align: left;
}
@media only screen and (max-width : 1023px) {
  .text-left-m,
  .text-left-M {
    text-align: left !important;
  }
}
@media only screen and (max-width : 600px) {
  .text-left-s,
  .text-left-S {
    text-align: left !important;
  }
}
.text-nowrap {
  white-space: nowrap;
}
.text-trim,
:root .template-footer .copyright {
  display: initial;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-bold {
  font-weight: bold;
}
.text-uppercase {
  text-transform: uppercase;
}
.preserve-whitespaces {
  white-space: pre-wrap;
}
.text-underline {
  text-decoration: underline;
}
.text-no-underline {
  text-decoration: none;
}
.no-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.no-appearance::-webkit-clear-button,
.no-appearance::-webkit-inner-spin-button,
.no-appearance::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.height-auto {
  height: auto;
}
.element-spacer {
  flex: 1 1 auto;
}
a.link {
  color: #2f74eb;
  cursor: pointer;
}
.full-width {
  width: 100%;
}
[sp-header-wrapper] .mat-toolbar sp-admin-search {
  font-size: initial;
}
@media only screen and (max-width : 600px) {
  [sp-header-wrapper] .mat-toolbar sp-admin-search {
    background: inherit;
    min-height: 56px;
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  [sp-header-wrapper] .mat-toolbar sp-admin-search form mat-form-field {
    padding: 0 var(--size-default);
  }
}
[sp-header-wrapper] .mat-toolbar sp-logo {
  max-height: 30px;
}
[sp-header-wrapper] .mat-toolbar button.user {
  text-transform: initial;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[sp-header-wrapper] .mat-toolbar button.user div {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 calc(var(--size-default) / 2);
}
div[toastContainer] {
  position: sticky;
  top: 0;
  z-index: 10;
}
[hidden=true],
.hidden {
  visibility: hidden;
}
[color=primary] {
  color: #2f74eb;
}
[color=accent] {
  color: #071631;
}
[color=warn] {
  color: #ebb82f;
}
.x-50 {
  transform: scale(0.5);
}
.x-100 {
  transform: scale(1);
}
.x-150 {
  transform: scale(1.5);
}
.x-200 {
  transform: scale(2);
}
.x-250 {
  transform: scale(2.5);
}
.x-300 {
  transform: scale(3);
}
.emptyScreen {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  color: #ebb82f;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.emptyScreen > div {
  max-width: 600px;
}
.emptyScreen .mat-icon {
  position: absolute;
  opacity: 0.1;
  font-size: 10em;
  margin: -0.5em 0 0 -0.5em;
  top: 25%;
  left: 50%;
  z-index: 0;
}
.emptySpace {
  flex: 1 1 auto;
}
.displayActions {
  visibility: hidden !important;
  width: 0 !important;
}
[actionsDropdownStyle] {
  margin-right: 20px;
}
[dialogTitle] {
  flex-shrink: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[sp-color-picker-input-hidden] {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  z-index: 0;
}
[sp-color-picker-input-hidden] ~ sp-color-picker {
  position: absolute;
  display: flex;
  top: -0.5em;
  left: 0;
  right: 0;
  bottom: 0;
}
[xSmsSimulate] {
  position: sticky;
  border-radius: 4px;
  background: #e6eefd;
  width: calc(100% - 2 * var(--size-default));
  margin: 0 0 var(--size-default) 0;
  padding: var(--size-default);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  right: var(--size-default);
  bottom: var(--size-default);
  left: var(--size-default);
  z-index: 1;
}
[xSmsSimulate].mat-mdc-slide-toggle {
  min-height: initial;
}
[xSmsSimulate].mat-mdc-slide-toggle-checked {
  background: #e1e3e6;
}
[xSmsSimulate].mat-mdc-slide-toggle-checked .mdc-label {
  color: #051025;
}
[xSmsSimulate].mat-mdc-slide-toggle-checked .mdc-form-field {
  flex-grow: 1;
}
mat-dialog-container [xSmsSimulate] {
  width: 100%;
  margin: 0 calc(var(--size-default) * -1);
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix {
  clear: both;
}
.disable-selection {
  pointer-events: none !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width : 600px) {
  .onboarding-mobile-padding mat-sidenav-container,
  .onboarding-mobile-padding mat-dialog-container.mat-mdc-dialog-container {
    padding-bottom: 88px;
  }
}
@media only screen and (max-width : 1023px) {
  .fab-mobile-padding {
    padding-bottom: 72px;
  }
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #2f74eb;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html .mat-accent {
  --mat-option-selected-state-label-text-color: #071631;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html .mat-warn {
  --mat-option-selected-state-label-text-color: #ebb82f;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #071631;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #071631;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #2f74eb;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html .mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2f74eb;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #071631;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html .mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #071631;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ebb82f;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html .mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ebb82f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2f74eb;
  --mdc-linear-progress-track-color: rgba(47, 116, 235, 0.25);
}
html .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #071631;
  --mdc-linear-progress-track-color: rgba(7, 22, 49, 0.25);
}
html .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ebb82f;
  --mdc-linear-progress-track-color: rgba(235, 184, 47, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #2f74eb;
  --mdc-filled-text-field-focus-active-indicator-color: #2f74eb;
  --mdc-filled-text-field-focus-label-text-color: rgba(47, 116, 235, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ebb82f;
  --mdc-filled-text-field-error-focus-label-text-color: #ebb82f;
  --mdc-filled-text-field-error-label-text-color: #ebb82f;
  --mdc-filled-text-field-error-caret-color: #ebb82f;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ebb82f;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ebb82f;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ebb82f;
}
html {
  --mdc-outlined-text-field-caret-color: #2f74eb;
  --mdc-outlined-text-field-focus-outline-color: #2f74eb;
  --mdc-outlined-text-field-focus-label-text-color: rgba(47, 116, 235, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ebb82f;
  --mdc-outlined-text-field-error-focus-label-text-color: #ebb82f;
  --mdc-outlined-text-field-error-label-text-color: #ebb82f;
  --mdc-outlined-text-field-error-hover-label-text-color: #ebb82f;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ebb82f;
  --mdc-outlined-text-field-error-hover-outline-color: #ebb82f;
  --mdc-outlined-text-field-error-outline-color: #ebb82f;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(47, 116, 235, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ebb82f;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
html .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #071631;
  --mdc-filled-text-field-focus-active-indicator-color: #071631;
  --mdc-filled-text-field-focus-label-text-color: rgba(7, 22, 49, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #071631;
  --mdc-outlined-text-field-focus-outline-color: #071631;
  --mdc-outlined-text-field-focus-label-text-color: rgba(7, 22, 49, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(7, 22, 49, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ebb82f;
  --mdc-filled-text-field-focus-active-indicator-color: #ebb82f;
  --mdc-filled-text-field-focus-label-text-color: rgba(235, 184, 47, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #ebb82f;
  --mdc-outlined-text-field-focus-outline-color: #ebb82f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(235, 184, 47, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(235, 184, 47, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(47, 116, 235, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 184, 47, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(7, 22, 49, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 184, 47, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(235, 184, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 184, 47, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-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-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
html .mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
html .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
html .mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2f74eb;
  --mdc-chip-elevated-selected-container-color: #2f74eb;
  --mdc-chip-elevated-disabled-container-color: #2f74eb;
  --mdc-chip-flat-disabled-selected-container-color: #2f74eb;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #071631;
  --mdc-chip-elevated-selected-container-color: #071631;
  --mdc-chip-elevated-disabled-container-color: #071631;
  --mdc-chip-flat-disabled-selected-container-color: #071631;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ebb82f;
  --mdc-chip-elevated-selected-container-color: #ebb82f;
  --mdc-chip-elevated-disabled-container-color: #ebb82f;
  --mdc-chip-flat-disabled-selected-container-color: #ebb82f;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
html .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #2a6ce9;
  --mdc-switch-selected-handle-color: #2a6ce9;
  --mdc-switch-selected-hover-state-layer-color: #2a6ce9;
  --mdc-switch-selected-pressed-state-layer-color: #2a6ce9;
  --mdc-switch-selected-focus-handle-color: #1244dd;
  --mdc-switch-selected-hover-handle-color: #1244dd;
  --mdc-switch-selected-pressed-handle-color: #1244dd;
  --mdc-switch-selected-focus-track-color: #6d9ef1;
  --mdc-switch-selected-hover-track-color: #6d9ef1;
  --mdc-switch-selected-pressed-track-color: #6d9ef1;
  --mdc-switch-selected-track-color: #6d9ef1;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #06132c;
  --mdc-switch-selected-handle-color: #06132c;
  --mdc-switch-selected-hover-state-layer-color: #06132c;
  --mdc-switch-selected-pressed-state-layer-color: #06132c;
  --mdc-switch-selected-focus-handle-color: #020613;
  --mdc-switch-selected-hover-handle-color: #020613;
  --mdc-switch-selected-pressed-handle-color: #020613;
  --mdc-switch-selected-focus-track-color: #515c6f;
  --mdc-switch-selected-hover-track-color: #515c6f;
  --mdc-switch-selected-pressed-track-color: #515c6f;
  --mdc-switch-selected-track-color: #515c6f;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dd9112;
  --mdc-switch-selected-handle-color: #dd9112;
  --mdc-switch-selected-hover-state-layer-color: #dd9112;
  --mdc-switch-selected-pressed-state-layer-color: #dd9112;
  --mdc-switch-selected-focus-handle-color: #dd9112;
  --mdc-switch-selected-hover-handle-color: #dd9112;
  --mdc-switch-selected-pressed-handle-color: #dd9112;
  --mdc-switch-selected-focus-track-color: #fdf6e6;
  --mdc-switch-selected-hover-track-color: #fdf6e6;
  --mdc-switch-selected-pressed-track-color: #fdf6e6;
  --mdc-switch-selected-track-color: #fdf6e6;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
html .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #2f74eb;
  --mdc-radio-selected-hover-icon-color: #2f74eb;
  --mdc-radio-selected-icon-color: #2f74eb;
  --mdc-radio-selected-pressed-icon-color: #2f74eb;
}
html .mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #2f74eb;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #071631;
  --mdc-radio-selected-hover-icon-color: #071631;
  --mdc-radio-selected-icon-color: #071631;
  --mdc-radio-selected-pressed-icon-color: #071631;
}
html .mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #071631;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #ebb82f;
  --mdc-radio-selected-hover-icon-color: #ebb82f;
  --mdc-radio-selected-icon-color: #ebb82f;
  --mdc-radio-selected-pressed-icon-color: #ebb82f;
}
html .mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ebb82f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #2f74eb;
  --mdc-slider-focus-handle-color: #2f74eb;
  --mdc-slider-hover-handle-color: #2f74eb;
  --mdc-slider-active-track-color: #2f74eb;
  --mdc-slider-inactive-track-color: #2f74eb;
  --mdc-slider-with-tick-marks-inactive-container-color: #2f74eb;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #2f74eb;
  --mat-slider-hover-state-layer-color: rgba(47, 116, 235, 0.05);
  --mat-slider-focus-state-layer-color: rgba(47, 116, 235, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #071631;
  --mdc-slider-focus-handle-color: #071631;
  --mdc-slider-hover-handle-color: #071631;
  --mdc-slider-active-track-color: #071631;
  --mdc-slider-inactive-track-color: #071631;
  --mdc-slider-with-tick-marks-inactive-container-color: #071631;
  --mdc-slider-with-tick-marks-active-container-color: black;
}
html .mat-accent {
  --mat-slider-ripple-color: #071631;
  --mat-slider-hover-state-layer-color: rgba(7, 22, 49, 0.05);
  --mat-slider-focus-state-layer-color: rgba(7, 22, 49, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #ebb82f;
  --mdc-slider-focus-handle-color: #ebb82f;
  --mdc-slider-hover-handle-color: #ebb82f;
  --mdc-slider-active-track-color: #ebb82f;
  --mdc-slider-inactive-track-color: #ebb82f;
  --mdc-slider-with-tick-marks-inactive-container-color: #ebb82f;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #ebb82f;
  --mat-slider-hover-state-layer-color: rgba(235, 184, 47, 0.05);
  --mat-slider-focus-state-layer-color: rgba(235, 184, 47, 0.2);
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --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;
}
html .mdc-list-item__start,
html .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #2f74eb;
  --mdc-radio-selected-hover-icon-color: #2f74eb;
  --mdc-radio-selected-icon-color: #2f74eb;
  --mdc-radio-selected-pressed-icon-color: #2f74eb;
}
html .mat-accent .mdc-list-item__start,
html .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #071631;
  --mdc-radio-selected-hover-icon-color: #071631;
  --mdc-radio-selected-icon-color: #071631;
  --mdc-radio-selected-pressed-icon-color: #071631;
}
html .mat-warn .mdc-list-item__start,
html .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #ebb82f;
  --mdc-radio-selected-hover-icon-color: #ebb82f;
  --mdc-radio-selected-icon-color: #ebb82f;
  --mdc-radio-selected-pressed-icon-color: #ebb82f;
}
html .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2f74eb;
  --mdc-checkbox-selected-hover-icon-color: #2f74eb;
  --mdc-checkbox-selected-icon-color: #2f74eb;
  --mdc-checkbox-selected-pressed-icon-color: #2f74eb;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2f74eb;
  --mdc-checkbox-selected-hover-state-layer-color: #2f74eb;
  --mdc-checkbox-selected-pressed-state-layer-color: #2f74eb;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #071631;
  --mdc-checkbox-selected-hover-icon-color: #071631;
  --mdc-checkbox-selected-icon-color: #071631;
  --mdc-checkbox-selected-pressed-icon-color: #071631;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #071631;
  --mdc-checkbox-selected-hover-state-layer-color: #071631;
  --mdc-checkbox-selected-pressed-state-layer-color: #071631;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ebb82f;
  --mdc-checkbox-selected-hover-icon-color: #ebb82f;
  --mdc-checkbox-selected-icon-color: #ebb82f;
  --mdc-checkbox-selected-pressed-icon-color: #ebb82f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ebb82f;
  --mdc-checkbox-selected-hover-state-layer-color: #ebb82f;
  --mdc-checkbox-selected-pressed-state-layer-color: #ebb82f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #2f74eb;
}
html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --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;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
html .mdc-list-item__start,
html .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2f74eb;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #2f74eb;
  --mat-tab-header-active-ripple-color: #2f74eb;
  --mat-tab-header-inactive-ripple-color: #2f74eb;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2f74eb;
  --mat-tab-header-active-hover-label-text-color: #2f74eb;
  --mat-tab-header-active-focus-indicator-color: #2f74eb;
  --mat-tab-header-active-hover-indicator-color: #2f74eb;
}
html .mat-mdc-tab-group.mat-accent,
html .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #071631;
}
html .mat-mdc-tab-group.mat-accent,
html .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #071631;
  --mat-tab-header-active-ripple-color: #071631;
  --mat-tab-header-inactive-ripple-color: #071631;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #071631;
  --mat-tab-header-active-hover-label-text-color: #071631;
  --mat-tab-header-active-focus-indicator-color: #071631;
  --mat-tab-header-active-hover-indicator-color: #071631;
}
html .mat-mdc-tab-group.mat-warn,
html .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ebb82f;
}
html .mat-mdc-tab-group.mat-warn,
html .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ebb82f;
  --mat-tab-header-active-ripple-color: #ebb82f;
  --mat-tab-header-inactive-ripple-color: #ebb82f;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ebb82f;
  --mat-tab-header-active-hover-label-text-color: #ebb82f;
  --mat-tab-header-active-focus-indicator-color: #ebb82f;
  --mat-tab-header-active-hover-indicator-color: #ebb82f;
}
html .mat-mdc-tab-group.mat-background-primary,
html .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #2f74eb;
  --mat-tab-header-with-background-foreground-color: white;
}
html .mat-mdc-tab-group.mat-background-accent,
html .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #071631;
  --mat-tab-header-with-background-foreground-color: black;
}
html .mat-mdc-tab-group.mat-background-warn,
html .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ebb82f;
  --mat-tab-header-with-background-foreground-color: white;
}
html .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #071631;
  --mdc-checkbox-selected-hover-icon-color: #071631;
  --mdc-checkbox-selected-icon-color: #071631;
  --mdc-checkbox-selected-pressed-icon-color: #071631;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #071631;
  --mdc-checkbox-selected-hover-state-layer-color: #071631;
  --mdc-checkbox-selected-pressed-state-layer-color: #071631;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2f74eb;
  --mdc-checkbox-selected-hover-icon-color: #2f74eb;
  --mdc-checkbox-selected-icon-color: #2f74eb;
  --mdc-checkbox-selected-pressed-icon-color: #2f74eb;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2f74eb;
  --mdc-checkbox-selected-hover-state-layer-color: #2f74eb;
  --mdc-checkbox-selected-pressed-state-layer-color: #2f74eb;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ebb82f;
  --mdc-checkbox-selected-hover-icon-color: #ebb82f;
  --mdc-checkbox-selected-icon-color: #ebb82f;
  --mdc-checkbox-selected-pressed-icon-color: #ebb82f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ebb82f;
  --mdc-checkbox-selected-hover-state-layer-color: #ebb82f;
  --mdc-checkbox-selected-pressed-state-layer-color: #ebb82f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 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);
  --mdc-protected-button-hover-container-elevation-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);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --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);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --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);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2f74eb;
}
html .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #2f74eb;
  --mat-text-button-ripple-color: rgba(47, 116, 235, 0.1);
}
html .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #071631;
}
html .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #071631;
  --mat-text-button-ripple-color: rgba(7, 22, 49, 0.1);
}
html .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ebb82f;
}
html .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #ebb82f;
  --mat-text-button-ripple-color: rgba(235, 184, 47, 0.1);
}
html .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2f74eb;
  --mdc-filled-button-label-text-color: white;
}
html .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #071631;
  --mdc-filled-button-label-text-color: black;
}
html .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ebb82f;
  --mdc-filled-button-label-text-color: white;
}
html .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2f74eb;
  --mdc-protected-button-label-text-color: white;
}
html .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #071631;
  --mdc-protected-button-label-text-color: black;
}
html .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ebb82f;
  --mdc-protected-button-label-text-color: white;
}
html .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2f74eb;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #2f74eb;
  --mat-outlined-button-ripple-color: rgba(47, 116, 235, 0.1);
}
html .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #071631;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #071631;
  --mat-outlined-button-ripple-color: rgba(7, 22, 49, 0.1);
}
html .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ebb82f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #ebb82f;
  --mat-outlined-button-ripple-color: rgba(235, 184, 47, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2f74eb;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #2f74eb;
  --mat-icon-button-ripple-color: rgba(47, 116, 235, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #071631;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #071631;
  --mat-icon-button-ripple-color: rgba(7, 22, 49, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ebb82f;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #ebb82f;
  --mat-icon-button-ripple-color: rgba(235, 184, 47, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
html .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #2f74eb;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #071631;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ebb82f;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #2f74eb;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #071631;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ebb82f;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #c1d5f9;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #2f74eb;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #071631;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ebb82f;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #2f74eb;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-badge-accent {
  --mat-badge-background-color: #071631;
  --mat-badge-text-color: black;
}
html .mat-badge-warn {
  --mat-badge-background-color: #ebb82f;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-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-datepicker-calendar-container-touch-elevation-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);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2f74eb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(47, 116, 235, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(47, 116, 235, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(47, 116, 235, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #2f74eb;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(47, 116, 235, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #071631;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(7, 22, 49, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(7, 22, 49, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(7, 22, 49, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(7, 22, 49, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
html .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ebb82f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(235, 184, 47, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(235, 184, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(235, 184, 47, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(235, 184, 47, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
html .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #071631;
}
html .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ebb82f;
}
html .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
html .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
html .mat-icon.mat-primary {
  --mat-icon-color: #2f74eb;
}
html .mat-icon.mat-accent {
  --mat-icon-color: #071631;
}
html .mat-icon.mat-warn {
  --mat-icon-color: #ebb82f;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-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-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2f74eb;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2f74eb;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2f74eb;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ebb82f;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ebb82f;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #071631;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #071631;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #071631;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ebb82f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ebb82f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ebb82f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2f74eb;
  --mat-toolbar-container-text-color: white;
}
html .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #071631;
  --mat-toolbar-container-text-color: black;
}
html .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ebb82f;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
:root [cdkDropListGroup] {
  display: flex;
  flex-wrap: wrap;
}
:root [cdkDropListGroup] .drop-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
:root [cdkDropListGroup] .drop-item {
  border-radius: 4px;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
}
:root [cdkDropListGroup] .cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
:root [cdkDropListGroup] .cdk-drag-placeholder {
  opacity: 0;
}
:root [cdkDropListGroup] .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (max-width : 1023px) {
  :root [cdkDropListGroup] .mat-mdc-chip {
    word-break: break-word;
    height: auto;
  }
}
:root mat-accordion.settings .mat-expansion-panel:not(.mat-expanded) {
  background: none;
  box-shadow: none;
}
:root mat-accordion.settings .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header-title,
:root mat-accordion.settings .mat-expansion-panel:not(.mat-expanded) .mat-expansion-indicator::after {
  color: #2f74eb;
}
:root mat-accordion.settings .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
:root mat-accordion.settings .mat-expansion-panel-header[aria-disabled=true]:hover {
  background: rgba(0, 0, 0, 0.04);
}
:root mat-accordion.settings .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-indicator {
  position: absolute;
  left: var(--size-M);
}
:root mat-accordion.settings .mat-expansion-panel-header[aria-disabled=true].mat-expanded .mat-expansion-indicator {
  transform: rotate(180deg);
}
:root mat-accordion.settings .mat-expansion-panel-header.mat-expanded {
  height: 48px;
}
:root mat-accordion.settings .prevent-click {
  pointer-events: none;
}
:root mat-accordion.settings .subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.54);
}
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button] {
  font-weight: 500;
}
:root [mat-button].block,
:root [mat-raised-button].block,
:root [mat-stroked-button].block,
:root [mat-flat-button].block {
  width: 100%;
}
:root [mat-button].mat-mdc-icon-button,
:root [mat-button].mat-mdc-fab,
:root [mat-button].mat-mdc-mini-fab,
:root [mat-raised-button].mat-mdc-icon-button,
:root [mat-raised-button].mat-mdc-fab,
:root [mat-raised-button].mat-mdc-mini-fab,
:root [mat-stroked-button].mat-mdc-icon-button,
:root [mat-stroked-button].mat-mdc-fab,
:root [mat-stroked-button].mat-mdc-mini-fab,
:root [mat-flat-button].mat-mdc-icon-button,
:root [mat-flat-button].mat-mdc-fab,
:root [mat-flat-button].mat-mdc-mini-fab {
  border-radius: 50%;
}
:root [mat-button] mat-icon,
:root [mat-raised-button] mat-icon,
:root [mat-stroked-button] mat-icon,
:root [mat-flat-button] mat-icon {
  margin: 0;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
:root [mat-fab].sticky.inside {
  position: sticky;
}
:root [mat-fab].sticky:not(.inside) {
  position: absolute;
}
:root [mat-fab].sticky.top {
  bottom: var(--size-default);
}
:root [mat-fab].sticky.right {
  right: var(--size-default);
}
:root [mat-fab].sticky.bottom {
  bottom: var(--size-default);
}
:root [mat-fab].sticky.left {
  left: var(--size-default);
}
:root [mat-icon-button] {
  background-color: transparent;
  border-color: transparent;
}
:root [mat-icon-button]:focus {
  outline: none;
}
:root [mat-icon-button] mat-icon {
  color: inherit;
}
:root [mat-icon-button].auto {
  width: auto;
  height: auto;
  padding: 0;
}
:root .mat-mdc-flat-button.mat-accent {
  background: #071631;
  color: inherit;
}
:root .mat-mdc-flat-button.mat-primary {
  background: #2f74eb;
  color: inherit;
}
:root .mat-mdc-flat-button.mat-warn {
  background: #ebb82f;
  color: inherit;
}
:root button[mat-icon-button] .mat-mdc-button-persistent-ripple {
  display: none;
}
:root button.mat-valid {
  background-color: var(--color-valid);
  color: white;
}
:root mat-button-toggle-group {
  flex-shrink: 1;
  margin-right: 0;
  margin-left: 0;
}
:root mat-button-toggle-group mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 var(--size-small);
}
h1 {
  font-size: 20px;
  font-weight: 500;
}
h2,
:root .mat-toolbar h2 {
  font-size: 16px;
  font-weight: 500;
}
.link {
  cursor: pointer;
}
app-root mat-icon.disabled,
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  cursor: default;
}
:root .template-footer {
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  height: var(--footer-height);
  min-height: var(--footer-height);
  box-sizing: border-box;
  top: 100%;
  bottom: 0;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.text-wrap {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
.invalid-controls .mat-mdc-dialog-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle,
:root mat-card .mat-mdc-card-subtitle,
:root .template-footer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button],
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button],
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button],
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button] {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: var(--radius);
  text-transform: uppercase;
  max-width: 100%;
}
mat-dialog-container.mat-mdc-dialog-container [mat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button]:not(.multi-line) mat-button,
:root [mat-button]:not(.multi-line) mat-button,
:root [mat-raised-button]:not(.multi-line) mat-button,
:root [mat-stroked-button]:not(.multi-line) mat-button,
:root [mat-flat-button]:not(.multi-line) mat-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root mat-card {
  padding: var(--size-default);
}
:root mat-card mat-card-header {
  padding: 0;
}
:root mat-card mat-card-header .mat-card-header-text {
  margin: 0;
}
:root mat-card mat-card-content {
  padding: 0;
}
:root mat-card .mat-mdc-card-subtitle {
  margin-bottom: 16px;
}
:root mat-card mat-card-actions[class*=flex-] {
  display: flex;
}
:root mat-card .mat-divider-horizontal.margin-horizontal {
  left: var(--size-default);
  width: calc(100% - var(--size-default) * 2);
}
:root .mat-mdc-chip,
:root .mat-mdc-chip.mat-mdc-standard-chip {
  background-color: #e6eefd;
  word-break: break-word;
  height: fit-content;
  color: rgba(var(--color-dark-rgb), 0.6);
  padding: 7px 12px;
  margin: 4px;
}
:root .mat-mdc-chip .mdc-evolution-chip__action,
:root .mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__action {
  padding: 0;
}
:root .mat-mdc-chip .mdc-evolution-chip__text-label,
:root .mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__text-label {
  display: flex;
  align-items: center;
  color: inherit;
}
:root .mat-mdc-chip .mdc-evolution-chip__cell > .mat-icon,
:root .mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__cell > .mat-icon {
  margin-left: 8px;
}
:root .mat-mdc-chip .mat-icon,
:root .mat-mdc-chip.mat-mdc-standard-chip .mat-icon {
  color: inherit;
}
:root .mat-mdc-chip span.text-nowrap,
:root .mat-mdc-chip.mat-mdc-standard-chip span.text-nowrap {
  max-width: 12rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root .mat-mdc-chip.link,
:root .mat-mdc-chip.mat-mdc-standard-chip.link {
  cursor: pointer;
}
:root .mat-mdc-chip:after,
:root .mat-mdc-chip.mat-mdc-standard-chip:after {
  background: rgba(35, 97, 229, 0.6);
  color: #2f74eb;
}
:root .mat-mdc-chip.marked,
:root .mat-mdc-chip.mat-mdc-standard-chip.marked {
  background: #fdf6e6;
  color: #ebb82f;
}
:root .mat-mdc-chip.marked label,
:root .mat-mdc-chip.mat-mdc-standard-chip.marked label {
  color: white;
}
:root .mat-mdc-chip.marked mat-icon,
:root .mat-mdc-chip.mat-mdc-standard-chip.marked mat-icon {
  background: inherit;
  color: inherit;
}
:root .mat-mdc-chip.marked mat-icon.delete,
:root .mat-mdc-chip.mat-mdc-standard-chip.marked mat-icon.delete {
  color: #ebb82f;
}
:root .mat-mdc-chip:not(.marked) button.mat-mdc-icon-button,
:root .mat-mdc-chip.mat-mdc-standard-chip:not(.marked) button.mat-mdc-icon-button {
  pointer-events: none !important;
}
:root .mat-mdc-chip button.mat-mdc-icon-button,
:root .mat-mdc-chip.mat-mdc-standard-chip button.mat-mdc-icon-button {
  width: var(--size-medium);
  height: var(--size-medium);
  line-height: var(--size-medium);
  margin-top: 2px;
  margin-left: calc(var(--size-small) / 2);
  padding: 0;
}
:root .mat-mdc-chip.draggable,
:root .mat-mdc-chip.mat-mdc-standard-chip.draggable {
  margin: var(--size-small);
  cursor: pointer;
}
:root .mat-mdc-chip.disabled,
:root .mat-mdc-chip.mat-mdc-standard-chip.disabled {
  opacity: 0.5;
}
:root .mat-mdc-chip.color-primary,
:root .mat-mdc-chip.mat-mdc-standard-chip.color-primary {
  background: #2f74eb;
  color: white;
}
:root .mat-mdc-chip.color-accent,
:root .mat-mdc-chip.mat-mdc-standard-chip.color-accent {
  background: #071631;
  color: black;
}
:root .mat-mdc-chip.color-warn,
:root .mat-mdc-chip.mat-mdc-standard-chip.color-warn {
  background: #ebb82f;
  color: white;
}
:root .mat-divider-horizontal.relative {
  position: relative;
}
:root [formGroupName=passwordGroup] mat-form-field .mat-mdc-form-field-hint-wrapper,
:root mat-form-field.auto-hint .mat-mdc-form-field-hint-wrapper,
:root mat-form-field.auto-error .mat-mdc-form-field-hint-wrapper {
  position: relative;
  display: inline-flex;
  margin: 0 var(--size-small);
}
:root [formGroupName=passwordGroup] mat-form-field .auto-error,
:root [formGroupName=passwordGroup] mat-form-field .auto-hint,
:root mat-form-field.auto-hint .auto-error,
:root mat-form-field.auto-hint .auto-hint,
:root mat-form-field.auto-error .auto-error,
:root mat-form-field.auto-error .auto-hint {
  white-space: normal !important;
}
:root .auto-hint auto-error,
:root .auto-hint auto-hint,
:root .auto-hint .auto,
:root .auto-error auto-error,
:root .auto-error auto-hint,
:root .auto-error .auto {
  white-space: normal !important;
}
:root mat-error,
:root mat-hint {
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.125;
}
:root mat-error.text-wrap,
:root mat-hint.text-wrap {
  white-space: normal;
}
:root mat-error:hover,
:root mat-hint:hover {
  cursor: default;
}
:root .cdk-overlay-container .error {
  background-color: #ebb82f;
}
:root mat-form-field {
  margin: 0.25em 0;
  line-height: 1.125;
}
:root mat-form-field.time {
  width: 6em;
}
:root mat-form-field.time .mdc-line-ripple::before,
:root mat-form-field.time .mdc-line-ripple::after {
  display: unset;
}
:root mat-form-field .mat-mdc-form-field-flex {
  padding: 0 0.75em 0 0.75em;
}
:root mat-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background: inherit;
}
:root mat-form-field .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
:root mat-form-field .mat-mdc-text-field-wrapper {
  padding: 0;
}
:root mat-form-field .mat-mdc-form-field-hint-wrapper {
  padding: 0;
}
:root mat-form-field .mdc-line-ripple::before,
:root mat-form-field .mdc-line-ripple::after {
  display: none;
}
:root mat-label.as-mat-form-field-label {
  display: block;
  font-size: 87.5%;
}
:root .date-picker-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
:root .date-picker-overlay ~ input,
:root .date-picker-overlay ~ mat-date-range-input {
  visibility: hidden;
}
:root .date-picker-overlay.disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root .files {
  border: 1px solid rgba(var(--color-grey-rgb), 1);
  border-radius: 4px;
  height: 48px;
  align-content: center;
  margin-top: 0.25em;
  margin-bottom: 1.34375em;
}
:root .files input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
:root .files.upload {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.12);
}
:root .files .file-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
:root .files .file-list > * {
  display: flex;
  align-self: center;
}
:root .files .file-list .mat-mdc-icon-button.mat-icon-button {
  height: auto;
  width: auto;
  line-height: initial;
}
:root .files .file-upload {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 0;
}
:root .as-mat-form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding-top: var(--size-small);
}
:root .mat-mdc-option.checkbox-hide .mat-pseudo-checkbox {
  display: none;
  opacity: 0;
}
:root .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
:root .read-only input {
  color: rgba(var(--color-dark-rgb), 0.38);
}
:root .mdc-checkbox {
  --mdc-checkbox-state-layer-size: var(--size-default);
}
:root .mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke: white;
}
:root .mat-icon {
  overflow: unset;
}
:root .mat-label-with-icon .mdc-notched-outline__notch {
  width: inherit;
}
:root .mat-label-with-icon .mdc-notched-outline__notch label {
  width: 100%;
}
:root .mat-label-with-icon .mdc-notched-outline__notch label mat-label {
  width: calc(100% - 40px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root mat-icon.zoom-2 {
  width: auto;
  height: auto;
  font-size: calc(26px * 2);
}
:root mat-icon.zoom-3 {
  width: auto;
  height: auto;
  font-size: calc(26px * 3);
}
:root mat-icon.zoom-4 {
  width: auto;
  height: auto;
  font-size: calc(26px * 4);
}
:root mat-icon.zoom-5 {
  width: auto;
  height: auto;
  font-size: calc(26px * 5);
}
:root .mat-mdc-list-base .mdc-list-item__primary-text {
  color: inherit;
  font-size: inherit;
}
:root .mat-mdc-list-base .mdc-list-item__primary-text[disableripple=true] {
  cursor: auto;
}
:root .mat-mdc-list-base .mdc-list-item__primary-text.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root .mat-mdc-list-base .mdc-list-item__primary-text.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root .mat-mdc-list-base .mdc-list-item__primary-text.read .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-mdc-list-base .mdc-list-item__primary-text.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root .mat-mdc-list-base .mdc-list-item__primary-text.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root .mat-mdc-list-base .mdc-list-item__primary-text.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-mdc-list-base .mdc-list-item__primary-text.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root mat-list.mat-list-drag .mat-mdc-list-item {
  margin: 0;
  overflow: hidden;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root mat-list.mat-list-drag .mat-mdc-list-item.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.read .mdc-list-item__content .col:not(.action-wrapper),
:root mat-list.mat-list-drag .mat-mdc-list-item.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root mat-list.mat-list-drag .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root mat-list.mat-list-drag .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root mat-list.mat-list-drag .mat-mdc-list-item:not(.no-padding) {
  padding: var(--size-default) 0;
}
:root mat-list.mat-list-drag .mat-mdc-list-item .col {
  overflow: hidden;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item {
  display: flex;
  align-items: center;
  height: auto;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .mdc-list-item__content > :first-child {
  display: flex;
  align-items: center;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .title-wrapper.with-icon {
  max-width: calc(100% - 56px);
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .title-wrapper .title {
  display: flex;
  align-items: center;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .title-wrapper .title .title-text.default {
  max-width: calc(100% - 90px);
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .title-wrapper .description {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .title-wrapper mat-chip {
  padding: 0 var(--size-default);
  min-height: 24px;
  color: #071631;
  background-color: #b5b9c1;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .action-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .text-action-wrapper {
  display: flex;
  flex-shrink: 1;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width : 1023px) {
  :root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .text-action-wrapper {
    justify-content: flex-end;
  }
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item .text-action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
:root mat-list.mat-list-drag .mat-mdc-list-item.mat-mdc-list-item [cdkDragHandle] {
  cursor: move;
}
:root mat-list.mat-list-drag .mat-mdc-list-item:not(:first-of-type) {
  border-top: 1px solid var(--color-grey);
}
:root mat-list .small {
  font-size: 65%;
}
:root .mat-list-drag-item.cdk-drag-preview {
  margin: 0;
  overflow: hidden;
  background-color: var(--color-light);
  height: 48px !important;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
:root .mat-list-drag-item.cdk-drag-preview.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root .mat-list-drag-item.cdk-drag-preview.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root .mat-list-drag-item.cdk-drag-preview.read .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-drag-item.cdk-drag-preview.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root .mat-list-drag-item.cdk-drag-preview.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root .mat-list-drag-item.cdk-drag-preview.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-drag-item.cdk-drag-preview.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root .mat-list-drag-item.cdk-drag-preview:not(.no-padding) {
  padding: var(--size-default) 0;
}
:root .mat-list-drag-item.cdk-drag-preview .col {
  overflow: hidden;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item {
  display: flex;
  align-items: center;
  height: auto;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .mdc-list-item__content > :first-child {
  display: flex;
  align-items: center;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .title-wrapper.with-icon {
  max-width: calc(100% - 56px);
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .title-wrapper .title {
  display: flex;
  align-items: center;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .title-wrapper .title .title-text.default {
  max-width: calc(100% - 90px);
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .title-wrapper .description {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .title-wrapper mat-chip {
  padding: 0 var(--size-default);
  min-height: 24px;
  color: #071631;
  background-color: #b5b9c1;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .action-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .text-action-wrapper {
  display: flex;
  flex-shrink: 1;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .text-action-wrapper {
    justify-content: flex-end;
  }
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item .text-action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
:root .mat-list-drag-item.cdk-drag-preview.mat-mdc-list-item [cdkDragHandle] {
  cursor: move;
}
:root .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
:root .mat-list-responsive:not(.no-margin) {
  margin: 0 var(--size-default);
}
:root .mat-list-responsive.disabled {
  opacity: 0.3;
}
:root .mat-list-responsive .mat-mdc-list-item {
  border-bottom: 1px solid var(--color-grey);
}
:root .mat-list-responsive .mat-mdc-list-item.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root .mat-list-responsive .mat-mdc-list-item.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root .mat-list-responsive .mat-mdc-list-item.read .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-responsive .mat-mdc-list-item.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root .mat-list-responsive .mat-mdc-list-item.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root .mat-list-responsive .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-responsive .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root .mat-list-responsive .mat-mdc-list-item.header {
  background: var(--color-light);
  z-index: 1;
}
:root .mat-list-responsive .mat-mdc-list-item.header.sticky {
  position: sticky;
  top: 0;
}
:root .mat-list-responsive .mat-mdc-list-item.header .col {
  font-size: 87.5%;
  opacity: 0.6;
}
:root .mat-list-responsive .mat-mdc-list-item.row {
  margin: 0;
  width: 100%;
}
:root .mat-list-responsive .mat-mdc-list-item .col {
  display: flex;
  align-items: center;
  min-height: 48px;
}
:root .mat-list-responsive .mat-mdc-list-item .col mat-icon.hide-on-large-only {
  font-size: 95%;
  line-height: 1.25;
  height: auto;
  width: auto;
  margin-right: var(--size-small);
  opacity: 0.3;
}
:root .mat-list-responsive .mat-mdc-list-item .col[text-nowrap],
:root .mat-list-responsive .mat-mdc-list-item .col.text-nowrap {
  display: block;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root .mat-list-responsive .mat-mdc-list-item .action-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:root .mat-list-responsive .mat-mdc-list-item .action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-responsive .mat-mdc-list-item {
    height: auto !important;
    min-height: 48px;
    padding: var(--size-default) 0;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col:empty {
    display: none;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col:not(.action-wrapper) {
    font-size: 85%;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col.name {
    font-size: 125%;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col.action-space {
    width: 80%;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col.small-line {
    min-height: auto;
  }
  :root .mat-list-responsive .mat-mdc-list-item .col.action-wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-responsive .mat-mdc-list-item .mdc-list-item__content {
    display: block;
  }
}
:root .mat-list-responsive .mat-mdc-list-item .mdc-list-item__content {
  display: block;
}
:root .mat-list-responsive .mat-mdc-list-item ~ mat-expansion-panel.mat-expanded:last-of-type {
  margin-bottom: var(--size-default);
}
:root .mat-list-responsive .mat-mdc-list-item ~ mat-expansion-panel.mat-expanded:last-of-type ~ mat-divider {
  visibility: hidden;
}
:root .mat-list-responsive .mat-mdc-list-item ~ mat-expansion-panel {
  clear: both;
}
:root .mat-list-option-responsive .mat-mdc-list-item {
  border-bottom: 1px solid var(--color-grey);
}
:root .mat-list-option-responsive .mat-mdc-list-item.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-item.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root .mat-list-option-responsive .mat-mdc-list-item.read .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-item.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root .mat-list-option-responsive .mat-mdc-list-item.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root .mat-list-option-responsive .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-item.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root .mat-list-option-responsive .mat-mdc-list-item.header {
  background: var(--color-light);
  z-index: 1;
}
:root .mat-list-option-responsive .mat-mdc-list-item.header.sticky {
  position: sticky;
  top: 0;
}
:root .mat-list-option-responsive .mat-mdc-list-item.header .col {
  font-size: 87.5%;
  opacity: 0.6;
}
:root .mat-list-option-responsive .mat-mdc-list-item.row {
  margin: 0;
  width: 100%;
}
:root .mat-list-option-responsive .mat-mdc-list-item .col {
  display: flex;
  align-items: center;
  min-height: 48px;
}
:root .mat-list-option-responsive .mat-mdc-list-item .col mat-icon.hide-on-large-only {
  font-size: 95%;
  line-height: 1.25;
  height: auto;
  width: auto;
  margin-right: var(--size-small);
  opacity: 0.3;
}
:root .mat-list-option-responsive .mat-mdc-list-item .col[text-nowrap],
:root .mat-list-option-responsive .mat-mdc-list-item .col.text-nowrap {
  display: block;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root .mat-list-option-responsive .mat-mdc-list-item .action-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:root .mat-list-option-responsive .mat-mdc-list-item .action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-option-responsive .mat-mdc-list-item {
    height: auto !important;
    min-height: 48px;
    padding: var(--size-default) 0;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col:empty {
    display: none;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col:not(.action-wrapper) {
    font-size: 85%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col.name {
    font-size: 125%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col.action-space {
    width: 80%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col.small-line {
    min-height: auto;
  }
  :root .mat-list-option-responsive .mat-mdc-list-item .col.action-wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}
:root .mat-list-option-responsive .mat-mdc-list-item.header {
  width: auto;
  padding-left: var(--size-large);
}
:root .mat-list-option-responsive .mat-mdc-list-item .mat-mdc-list-option-checkbox-before {
  margin-right: var(--size-small);
}
:root .mat-list-option-responsive .mat-mdc-list-item .sortable {
  cursor: pointer;
}
:root .mat-list-option-responsive .mat-mdc-list-option {
  border-bottom: 1px solid var(--color-grey);
}
:root .mat-list-option-responsive .mat-mdc-list-option.disabled .mdc-list-item__content .col:not(.action-wrapper):not(.text-action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-option.disabled .mdc-list-item__content kds-mat-chip-list {
  opacity: 0.3;
}
:root .mat-list-option-responsive .mat-mdc-list-option.read .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-option.read .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 0.7;
}
:root .mat-list-option-responsive .mat-mdc-list-option.selected {
  background-color: rgba(193, 213, 249, 0.5);
}
:root .mat-list-option-responsive .mat-mdc-list-option.selected.disabled .mdc-list-item__content .col:not(.action-wrapper),
:root .mat-list-option-responsive .mat-mdc-list-option.selected.disabled .mdc-list-item__content .col:not(.text-action-wrapper) {
  opacity: 1;
}
:root .mat-list-option-responsive .mat-mdc-list-option.header {
  background: var(--color-light);
  z-index: 1;
}
:root .mat-list-option-responsive .mat-mdc-list-option.header.sticky {
  position: sticky;
  top: 0;
}
:root .mat-list-option-responsive .mat-mdc-list-option.header .col {
  font-size: 87.5%;
  opacity: 0.6;
}
:root .mat-list-option-responsive .mat-mdc-list-option.row {
  margin: 0;
  width: 100%;
}
:root .mat-list-option-responsive .mat-mdc-list-option .col {
  display: flex;
  align-items: center;
  min-height: 48px;
}
:root .mat-list-option-responsive .mat-mdc-list-option .col mat-icon.hide-on-large-only {
  font-size: 95%;
  line-height: 1.25;
  height: auto;
  width: auto;
  margin-right: var(--size-small);
  opacity: 0.3;
}
:root .mat-list-option-responsive .mat-mdc-list-option .col[text-nowrap],
:root .mat-list-option-responsive .mat-mdc-list-option .col.text-nowrap {
  display: block;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root .mat-list-option-responsive .mat-mdc-list-option .action-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:root .mat-list-option-responsive .mat-mdc-list-option .action-wrapper .mat-mdc-icon-button:not([color]) {
  opacity: 0.6;
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-option-responsive .mat-mdc-list-option {
    height: auto !important;
    min-height: 48px;
    padding: var(--size-default) 0;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col:empty {
    display: none;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col:not(.action-wrapper) {
    font-size: 85%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col.name {
    font-size: 125%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col.action-space {
    width: 80%;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col.small-line {
    min-height: auto;
  }
  :root .mat-list-option-responsive .mat-mdc-list-option .col.action-wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}
:root .mat-list-option-responsive .mat-mdc-list-option[aria-selected=true] {
  background-color: #e6eefd;
}
:root .mat-list-option-responsive .mat-mdc-list-option .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width : 1023px) {
  :root .mat-list-option-responsive .mat-mdc-list-option .row {
    display: block;
  }
}
:root .cdk-overlay-container .mat-mdc-select-panel {
  padding: 0;
}
:root .cdk-overlay-container .mat-mdc-menu-content {
  padding: 0;
}
:root .cdk-overlay-container .mat-mdc-menu-content .mat-mdc-selection-list ~ [mat-raised-button] {
  border-radius: 4px;
}
:root .cdk-overlay-container .mat-mdc-menu-item[color] .mat-icon-no-color {
  color: inherit;
}
:root .cdk-overlay-container .mat-mdc-menu-item:not([disabled])[color=primary] {
  color: #2f74eb;
}
:root .cdk-overlay-container .mat-mdc-menu-item:not([disabled])[color=accent] {
  color: #071631;
}
:root .cdk-overlay-container .mat-mdc-menu-item:not([disabled])[color=warn] {
  color: #ebb82f;
}
:root .cdk-overlay-container .mat-mdc-nav-list .mat-mdc-list-item.header-group {
  font-size: 75%;
  opacity: 0.75;
  cursor: default;
}
:root .cdk-overlay-container .mat-mdc-nav-list .mat-mdc-list-item.header-group:hover {
  background: none;
}
:root .cdk-overlay-container .mat-mdc-nav-list .mat-mdc-list-item.header-group .mdc-list-item__content {
  padding: var(--size-default);
}
:root .cdk-overlay-container .mat-mdc-nav-list .mat-mdc-list-item .red-dot {
  position: absolute;
  left: calc(100% - 16px);
  height: 5px;
  width: 5px;
  background-color: #ebb82f;
  border-radius: 50%;
}
:root .cdk-overlay-container .cdk-overlay-pane[style*="max-width:"] mat-dialog-container.mat-mdc-dialog-container {
  width: auto;
}
:root .cdk-overlay-container .cdk-overlay-pane[style*="max-width:"]:not([style*="max-width: 80vw"]) {
  margin: auto !important;
}
:root .cdk-overlay-container .cdk-overlay-pane[style*="max-width:"]:not([style*="max-width: 80vw"]) mat-dialog-container.mat-mdc-dialog-container {
  width: max-content;
  max-width: initial;
  margin: auto;
  overflow: hidden;
  overflow-y: auto;
}
:root .cdk-overlay-container .cdk-overlay-pane[style*="max-width:"]:not([style*="max-width: 80vw"]) mat-dialog-container.mat-mdc-dialog-container form {
  max-width: 100%;
}
:root .cdk-overlay-container .cdk-overlay-pane.inherit-width .mat-mdc-dialog-container.mat-dialog-container {
  max-width: 100%;
}
:root .cdk-overlay-container .cdk-overlay-pane.sidenav-right {
  height: 100vh;
  max-width: 300px !important;
  padding: 0;
  animation: aside-right-animate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes aside-right-animate {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
:root .cdk-overlay-container .cdk-overlay-pane.sidenav-right mat-dialog-container.mat-mdc-dialog-container {
  border-radius: 0;
  max-height: 100vh;
}
@media only screen and (max-width : 1023px) {
  :root .cdk-overlay-container .cdk-overlay-pane.full-screen-M {
    position: absolute !important;
    width: 100vw !important;
    height: 100vh;
    max-width: 100vw !important;
    max-height: 100vh;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    left: 0;
    transform: none !important;
  }
  :root .cdk-overlay-container .cdk-overlay-pane.full-screen-M > *:first-of-type {
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
  }
}
@media only screen and (max-width : 600px) {
  :root .cdk-overlay-container .cdk-overlay-pane.full-screen-S {
    position: absolute !important;
    width: 100vw !important;
    height: 100vh;
    max-width: 100vw !important;
    max-height: 100vh;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    left: 0;
    transform: none !important;
  }
  :root .cdk-overlay-container .cdk-overlay-pane.full-screen-S > *:first-of-type {
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
  }
}
mat-dialog-container.mat-mdc-dialog-container {
  position: relative;
  width: calc(100vw - var(--size-default) * 2);
  max-width: 800px;
  max-height: calc(100vh - var(--size-large) * 2);
  padding: 0;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content {
  color: var(--color-dark);
}
@media only screen and (min-width : 601px) {
  mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-surface {
    padding-right: var(--size-default);
    padding-left: var(--size-default);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  mat-dialog-container.mat-mdc-dialog-container {
    max-height: calc(100vh - var(--size-large) * 3);
  }
}
mat-dialog-container.mat-mdc-dialog-container > *:first-child {
  display: block;
  padding-bottom: 0;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-title {
  padding: 0;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  margin: var(--size-default);
  overflow: hidden;
}
@media only screen and (min-width : 601px) {
  mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-title {
    padding-top: var(--size-default);
  }
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-title > div[class^=mat-display-] {
  display: flex;
  margin: 0;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-title ~ .mat-mdc-dialog-content {
  margin-top: 0;
  padding-bottom: 0;
}
mat-dialog-container.mat-mdc-dialog-container .close {
  position: absolute;
  background: none;
  border: 0;
  font-size: 1.8em;
  line-height: 30px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 0;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 1;
}
mat-dialog-container.mat-mdc-dialog-container .close .mat-icon {
  vertical-align: initial;
  height: 30px;
  width: 30px;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content {
  display: block;
  max-height: max-content;
  padding-right: var(--size-default);
  padding-left: var(--size-default);
  margin: 0;
  margin-top: var(--size-large);
  overflow: hidden;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content:first-child {
  margin-top: var(--size-medium);
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.fix-padding {
  margin: 0 calc(var(--size-default) * -1);
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content mat-input-container[class*=textarea] {
  width: 100%;
  resize: none;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content textarea.mat-mdc-input-element {
  resize: none;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content iframe {
  border: 0;
  width: 100%;
  min-height: 200px;
  height: calc(100vh - 384px);
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width : 601px) {
  mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content .image-wrapper {
    height: 50vh;
  }
}
mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: pointer;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions {
  padding: var(--size-default);
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[text-right],
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[align=right] {
  justify-content: flex-end;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[text-center],
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[align=center] {
  justify-content: center;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[text-left],
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[align=left] {
  justify-content: flex-start;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions[align=space-between] {
  justify-content: space-between;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions:last-child {
  margin-bottom: 0;
}
mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .mat-mdc-button.mat-button[color=grey] {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width : 600px) {
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions {
    flex-direction: column;
  }
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .mat-mdc-button.mat-button,
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .mat-mdc-unelevated-button[mat-flat-button] {
    width: 100%;
    margin: var(--size-small) auto;
  }
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .mat-mdc-button-base + .mat-button-base {
    margin-left: auto;
  }
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions [emptySpace],
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .emptySpace,
  mat-dialog-container.mat-mdc-dialog-container mat-dialog-actions .element-spacer {
    display: none;
  }
}
.no-padding mat-dialog-container.mat-mdc-dialog-container {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.full-height mat-dialog-container.mat-mdc-dialog-container {
  max-height: 100%;
}
.no-horizontal-padding mat-dialog-container.mat-mdc-dialog-container {
  padding-right: 0;
  padding-left: 0;
}
.image-helper .mat-mdc-dialog-content.mat-dialog-content {
  display: flex;
  flex-direction: column;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
:root .mat-mdc-tab-link {
  text-transform: uppercase;
  min-width: initial;
  padding: 0 var(--size-default);
}
:root .mat-mdc-tab-link.mat-tab-label-active,
:root .mat-mdc-tab-link.mat-tab-label-active .mdc-tab__text-label {
  color: #2f74eb;
  opacity: 1;
}
:root .mat-mdc-tab-link-container,
:root .mat-mdc-tab-label-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
:root .mat-mdc-tab-nav-bar .mat-tab-header-pagination.mat-tab-header-pagination-disabled {
  position: absolute;
  visibility: hidden;
}
:root .mat-mdc-tab-nav-bar[color=light],
:root .mat-mdc-tab-nav-bar.mat-light {
  background-color: white;
  color: var(--color-dark);
}
:root .mat-mdc-tab-header.mat-mdc-tab-nav-bar-stretch-tabs .mat-mdc-tab-link {
  flex-grow: 0;
}
:root .mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: 0;
}
:root .mat-mdc-paginator:not(.enable-range) .mat-mdc-paginator-range-label {
  display: none;
}
:root .mat-mdc-paginator:not(.show-label) .mat-mdc-paginator-page-size-label {
  display: none;
}
:root .mat-mdc-paginator.hide-page .mat-mdc-paginator-page-size-label ~ div {
  display: none;
}
:root .mat-mdc-paginator .mat-mdc-paginator-outer-container {
  width: 100%;
}
:root .mat-mdc-paginator .mat-mdc-paginator-container {
  flex-wrap: wrap-reverse;
  padding: 0;
}
:root .mat-mdc-paginator .mat-mdc-paginator-range-label {
  margin: 0 var(--size-default) 0 0;
}
:root .mat-mdc-paginator .mat-mdc-paginator-page-size-select {
  width: 40px;
  margin-left: 0;
  margin-right: 0;
}
:root .mat-mdc-paginator .mat-mdc-paginator-page-size-select .mat-mdc-form-field-flex {
  padding: 0;
}
:root .mat-mdc-paginator .mat-mdc-paginator-icon {
  fill: #2f74eb;
}
:root .mat-mdc-paginator .mat-mdc-paginator-page-size-select .mat-mdc-notch-piece {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
:root .cdk-overlay-pane .mat-mdc-select-panel.mat-paginator-overlay .mat-mdc-option {
  min-height: unset;
  font-size: 12px;
  padding: 0;
}
:root .cdk-overlay-pane .mat-mdc-select-panel.mat-paginator-overlay .mat-mdc-option .mdc-list-item__primary-text {
  padding: var(--size-small);
}
:root mat-progress-bar.blur-below ~ *:not(.mat-toolbar) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
:root mat-progress-bar.absolute {
  position: absolute;
  z-index: 2;
}
:root mat-progress-bar.hidden {
  position: absolute;
  visibility: hidden;
}
:root mat-progress-bar.small {
  height: 2px;
}
:root mat-slide-toggle {
  display: flex;
  align-items: center;
  min-height: 36px;
}
:root mat-slide-toggle .mdc-switch--selected .mdc-switch__handle::after,
:root mat-slide-toggle .mdc-switch__track::after {
  background: #071631 !important;
}
:root mat-slide-toggle .mdc-switch--unselected:not(.mdc-switch--disabled) .mdc-switch__handle::after {
  background: white !important;
}
:root mat-slide-toggle .mdc-label {
  max-width: 100%;
}
:root mat-slide-toggle.text-wrap .mdc-label {
  white-space: pre-wrap;
}
:root .mat-slider-horizontal {
  width: 100%;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
}
:root .mat-slider-horizontal .mdc-slider__thumb-knob {
  top: 25%;
}
:root .mat-slider-horizontal .mat-mdc-focus-indicator {
  display: none;
}
:root .mat-slider-horizontal.mdc-slider--discrete .mat-slider-thumb-label {
  top: -34px;
}
:root .mat-slider-horizontal.mdc-slider--discrete ~ .mat-slider-information > div:first-of-type {
  margin-left: -0.5em;
}
:root .mat-slider-horizontal.mdc-slider--discrete ~ .mat-slider-information > div:last-of-type {
  margin-right: -0.5em;
}
:root .mat-slider-horizontal.mdc-slider--discrete .mdc-slider__value-indicator {
  padding: 0;
}
:root .mat-slider-horizontal.mdc-slider--discrete.suffix-min .mdc-slider__value-indicator::after {
  position: absolute;
  content: "min";
  font-size: 75%;
  top: -1.45em;
  left: 2em;
  transform: rotate(-45deg) !important;
  cursor: default;
}
:root .mat-slider-horizontal ~ .mat-slider-information {
  display: flex;
  justify-content: space-between;
}
:root .mat-slider-horizontal ~ .mat-slider-information > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 75%;
  min-width: 2em;
  min-height: 2em;
  line-height: 1;
  margin-top: var(--size-small);
}
:root .mat-slider-horizontal ~ .mat-slider-information > div:first-of-type {
  margin-left: -0.5em;
}
:root .mat-slider-horizontal ~ .mat-slider-information > div:last-of-type {
  margin-right: -0.5em;
}
@media only screen and (max-width : 600px) {
  :root .mat-slider-horizontal ~ .mat-slider-information > div {
    font-size: 62.5%;
  }
}
:root .mat-slider-horizontal.mat-primary.mdc-slider--discrete .mdc-slider__value-indicator {
  background-color: #2f74eb !important;
}
:root .mat-slider-horizontal.mat-primary ~ .mat-slider-information > div.numberCircle {
  border-color: #2f74eb;
}
:root .mat-slider-horizontal.mat-accent.mdc-slider--discrete .mdc-slider__value-indicator {
  background-color: #071631 !important;
}
:root .mat-slider-horizontal.mat-accent ~ .mat-slider-information > div.numberCircle {
  border-color: #071631;
}
:root .mat-toolbar {
  flex-shrink: 0;
}
:root .mat-toolbar:not([color]) {
  background-color: transparent;
}
:root .mat-toolbar[color=light],
:root .mat-toolbar.mat-light {
  background-color: white;
  color: var(--color-dark);
}
:root .mat-toolbar[color=grey],
:root .mat-toolbar.mat-grey {
  background-color: #e6eefd;
  color: var(--color-dark);
}
:root .mat-toolbar[color=grey-dark],
:root .mat-toolbar.mat-grey-dark {
  background-color: rgb(219.45, 226.95, 249.9);
  color: var(--color-dark);
}
:root .mat-toolbar[color=dark],
:root .mat-toolbar.mat-dark {
  background-color: rgba(var(--color-midgrey-rgb), 0.5);
  color: var(--color-light);
}
:root .mat-toolbar[color=dark] *,
:root .mat-toolbar.mat-dark * {
  color: inherit;
}
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle {
  display: flex;
  align-items: center;
}
:root .mat-toolbar .small {
  font-size: 65%;
  line-height: 1.25;
}
app-root mat-icon.primary {
  color: #2f74eb;
}
app-root mat-icon.accent {
  color: #071631;
}
app-root mat-icon.warn {
  color: #ebb82f;
}
app-root mat-icon[link] {
  cursor: pointer;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  src: url("./media/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("./media/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("./media/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("./media/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("./media/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
.material-icons {
  font-family: "Material Icons", sans-serif;
  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;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  font-family: var(--font-family);
  color: #071631;
  font-weight: var(--regular);
  font-size: var(--font-size);
  min-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
app-root {
  position: relative;
  display: block;
  width: 100%;
}
form.hidden {
  visibility: hidden;
}
.hide {
  display: none !important;
}
footer button.mat-mdc-icon-button.add {
  z-index: 1;
}
h1 {
  font-size: 20px;
  font-weight: 500;
}
:root .mat-toolbar h2,
h2 {
  font-size: 16px;
  font-weight: 500;
}
.link {
  cursor: pointer;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled,
app-root mat-icon.disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  cursor: default;
}
:root .template-footer {
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  height: var(--footer-height);
  min-height: var(--footer-height);
  box-sizing: border-box;
  top: 100%;
  bottom: 0;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.text-wrap {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
.invalid-controls .mat-mdc-dialog-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
:root .template-footer,
:root mat-card .mat-mdc-card-subtitle,
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button],
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button],
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button] {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: var(--radius);
  text-transform: uppercase;
  max-width: 100%;
}
:root [mat-button]:not(.multi-line) mat-button,
:root [mat-raised-button]:not(.multi-line) mat-button,
:root [mat-stroked-button]:not(.multi-line) mat-button,
:root [mat-flat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button]:not(.multi-line) mat-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root {
  --font-family:
    Manrope,
    "Helvetica Neue",
    sans-serif;
  --font-size: 16px;
  --radius: 8px;
  --header-height: 64px;
  --footer-height: 48px;
  --sidenav-width: 12.5rem;
  --size-small: 8px;
  --size-default: 16px;
  --size-medium: 24px;
  --size-large: 32px;
  --size-S: var(--size-small);
  --size-M: var(--size-medium);
  --size-L: (--size-large);
  --color-light: #fff;
  --color-light-rgb:
    255,
    255,
    255;
  --color-dark: #0f2050;
  --color-dark-rgb:
    15,
    32,
    80;
  --color-grey: #e5e7ef;
  --color-grey-rgb:
    229,
    231,
    239;
  --color-midgrey: #0a143c;
  --color-midgrey-rgb:
    10,
    20,
    60;
  --color-midgrey-inactive: rgba(#0a143c, 0.54);
  --color-midgrey-active: rgba(#0a143c, 0.38);
  --color-light-green: #e4faf0;
  --color-highlight: #eab20b;
  --color-highlight-rgb:
    234,
    178,
    11;
  --color-valid: #4caf50;
  --color-valid-rgb:
    76,
    175,
    80;
}
:root .template {
  position: absolute;
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
}
:root .template > mat-sidenav-container {
  height: 100%;
}
:root .template > mat-sidenav-container > .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(255, 255, 255, 0.6);
}
:root .template > mat-sidenav-container > mat-sidenav {
  width: 100%;
  max-width: var(--sidenav-width);
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] {
  background-color: #1244dd;
  color: white;
  border-right-width: 0;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item.header-group .mdc-list-item__content {
  font-size: 75%;
  padding-top: var(--size-default);
  padding-bottom: var(--size-small);
  cursor: default;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item:hover .mdc-list-item__primary-text,
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item:focus .mdc-list-item__primary-text {
  color: inherit;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item:not(.header-group)::before {
  background: none;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item.active-list-item,
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item.active-group {
  background-color: #2a6ce9;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item.active-list-item {
  border-left-color: var(--color-highlight);
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item:not(.active-list-item):not(.active-group):not(.header-group) {
  color: rgba(255, 255, 255, 0.4);
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .mat-mdc-list-item .mdc-list-item__primary-text {
  display: flex;
}
:root .template > mat-sidenav-container > mat-sidenav[color=primary] .version {
  color: rgba(255, 255, 255, 0.6);
}
:root .template > mat-sidenav-container > mat-sidenav mat-nav-list {
  width: 100%;
  padding-top: 0;
}
:root .template > mat-sidenav-container > mat-sidenav mat-nav-list .mat-mdc-list-item.active-list-item {
  border-left: 4px solid transparent;
  padding-left: calc(var(--size-default) - 4px);
  border-radius: 0;
}
:root .template > mat-sidenav-container > mat-sidenav mat-nav-list.submenu .mat-mdc-list-item {
  background: rgba(29, 87, 226, 0.85);
  padding-left: calc(var(--size-default) * 3);
}
:root .template > mat-sidenav-container > mat-sidenav mat-nav-list.submenu .mat-mdc-list-item.active-list-item {
  padding-left: calc(var(--size-default) * 3 - 4px);
}
:root .template > mat-sidenav-container > mat-sidenav sp-angular-logo {
  max-width: 160px;
  margin: 0;
}
:root .template > mat-sidenav-container > mat-sidenav .version {
  font-size: 10px;
  overflow: visible;
}
:root .template > mat-sidenav-container > mat-sidenav-content {
  display: flex;
  flex-direction: column;
}
:root .template-header,
:root .template-footer {
  width: 100%;
  min-height: 64px;
}
:root .template-header {
  position: sticky;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 2;
}
:root .template-header sp-angular-logo {
  max-width: 9.5rem;
}
:root .template-header button.user {
  text-transform: initial;
  max-width: 15rem;
}
:root .template-header button.user .text-trim,
:root .template-header button.user .template-footer .copyright,
:root .template-footer .template-header button.user .copyright {
  max-width: calc(100% - var(--size-medium) * 2);
}
:root .template-header-attachment {
  position: absolute;
  display: flex;
  height: var(--header-height);
  padding: 0 var(--size-default);
  top: 0;
  right: calc(15rem + var(--size-default) * 2);
  left: 0;
  z-index: 2;
}
@media only screen and (max-width : 600px) {
  :root .template-header-attachment.skip-mobile {
    position: sticky;
    background-color: #e6eefd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    z-index: 2;
  }
  :root .template-header-attachment:not(.skip-mobile) {
    min-width: 40px;
    overflow: hidden;
    right: 0;
    left: auto;
  }
  :root .template-header-attachment:not(.skip-mobile) .search-wrapper form .mat-mdc-form-field.mat-focused {
    width: calc(100vw - var(--size-default) * 2);
  }
  :root .template-header-attachment:not(.skip-mobile) .search-wrapper form .mat-mdc-form-field.mat-focused .mdc-text-field--outlined {
    opacity: 1;
  }
  :root .template-header-attachment:not(.skip-mobile) .search-wrapper form .mat-mdc-form-field:not(.mat-focused) {
    width: 0;
  }
  :root .template-header-attachment:not(.skip-mobile) .search-wrapper form .mat-mdc-form-field:not(.mat-focused) .mdc-text-field--outlined {
    opacity: 0;
  }
}
:root .template-header-attachment .search-wrapper {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 400px;
}
:root .template-header-attachment .search-wrapper form {
  position: relative;
  display: flex;
  flex-grow: 1;
  font-size: initial;
  max-height: var(--header-height);
  line-height: 1.75;
}
:root .template-header-attachment .search-wrapper form .mat-mdc-form-field {
  width: 100%;
}
:root .template-header-attachment .mat-badge-content {
  top: calc(50% - 22px);
  right: calc(var(--size-default) * -1);
}
:root .template .content-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (min-width : 1024px) {
  :root .row.split {
    display: flex;
  }
  :root .row.split .col.border-right-L,
  :root .row.split .col.border-left-L {
    min-height: 100%;
  }
}
:root .resource-chip mat-icon {
  border-radius: 50%;
  min-width: var(--size-default);
  width: var(--size-default);
  height: var(--size-default);
  margin-right: var(--size-small);
}
:root .resource-chip label {
  width: 100%;
  max-width: 10em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.col .row {
  margin-left: -8px;
  margin-right: -8px;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 8px;
  min-height: 1px;
}
.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}
.row .col.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1024px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center,
.toast-container.md-toast-bottom-center.md-toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 0;
  left: 0;
}
.toast-top-right {
  top: 0;
  right: 0;
}
.toast-bottom-right {
  right: 0;
  bottom: 0;
}
.toast-bottom-left {
  bottom: 0;
  left: 0;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message label {
  color: white;
}
.toast-message a {
  color: white;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-message a.mat-mdc-button {
  flex-shrink: 0;
}
.toast-message a.mat-mdc-button[color=primary] {
  text-transform: uppercase;
  color: #2f74eb;
}
.toast-message a.mat-mdc-button[color=primary]:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #2f74eb;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: absolute;
  overflow-x: hidden;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: var(--size-default) var(--size-default) var(--size-default) 50px;
  width: 25em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #030303;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 var(--sie-small) rgba(0, 0, 0, 0.5);
  color: #ffffff;
  pointer-events: auto;
}
.toast-container .ngx-toastr:hover {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  .toast-container .ngx-toastr {
    padding: var(--size-default) var(--size-default) var(--size-default) 50px;
    width: calc(100% - var(--size-default) * 2 - 50px);
  }
  .toast-container .ngx-toastr .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
.toast-container.md-toast-bottom-center.md-toast-bottom-center .ngx-toastr {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
  max-width: 600px;
  padding: var(--size-default);
  margin-bottom: 1em;
}
.toast-container.md-toast-bottom-center.md-toast-bottom-center .ngx-toastr.toast-info {
  background-image: none;
}
.toast-container.md-toast-bottom-center.md-toast-bottom-center .ngx-toastr.flex-row .toast-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr,
.toast-container.md-toast-bottom-center .ngx-toastr,
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 100%;
}
.toast-container .toast-info {
  background-color: var(--color-dark);
}
.toast-container .toast-info:not(.no-icon) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
.toast-container .toast-error {
  background-color: #ebb82f;
}
.toast-container .toast-error:not(.no-icon) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.toast-container .toast-error .toast-message a.mat-mdc-button[color=primary] {
  color: white;
}
.toast-container .toast-success {
  background-color: var(--color-dark);
}
.toast-container .toast-success:not(.no-icon) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.toast-container .toast-warning {
  background-color: #fdf6e6;
}
.toast-container .toast-warning:not(.no-icon) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
div.toastContainer {
  position: relative;
  width: 100%;
}
div[toastContainer] .toast-container.md-toast-bottom-center.md-toast-bottom-center {
  position: fixed;
}
@media only screen and (min-width : 601px) {
  div[toastContainer] .toast-container.md-toast-bottom-center.md-toast-bottom-center {
    max-width: calc(100% - 12rem);
  }
}
h1 {
  font-size: 20px;
  font-weight: 500;
}
:root .mat-toolbar h2,
h2 {
  font-size: 16px;
  font-weight: 500;
}
.link {
  cursor: pointer;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled,
app-root mat-icon.disabled {
  color: rgba(0, 0, 0, 0.26);
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  cursor: default;
}
:root .template-footer {
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  height: var(--footer-height);
  min-height: var(--footer-height);
  box-sizing: border-box;
  top: 100%;
  bottom: 0;
}
:root [mat-button].disabled,
:root [mat-raised-button].disabled,
:root [mat-stroked-button].disabled,
:root [mat-flat-button].disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.text-wrap {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
.invalid-controls .mat-mdc-dialog-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
:root mat-card .mat-mdc-card-subtitle,
:root .mat-toolbar > mat-checkbox,
:root .mat-toolbar > mat-slide-toggle,
:root .template-footer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
:root [mat-button],
:root [mat-raised-button],
:root [mat-stroked-button],
:root [mat-flat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-button],
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button],
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button],
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button] {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.25px;
  border-radius: var(--radius);
  text-transform: uppercase;
  max-width: 100%;
}
:root [mat-button]:not(.multi-line) mat-button,
:root [mat-raised-button]:not(.multi-line) mat-button,
:root [mat-stroked-button]:not(.multi-line) mat-button,
:root [mat-flat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-raised-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-stroked-button]:not(.multi-line) mat-button,
mat-dialog-container.mat-mdc-dialog-container [mat-flat-button]:not(.multi-line) mat-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
:root {
  --font-family:
    Manrope,
    "Helvetica Neue",
    sans-serif;
  --font-size: 16px;
  --radius: 8px;
  --header-height: 64px;
  --footer-height: 48px;
  --sidenav-width: 12.5rem;
  --size-small: 8px;
  --size-default: 16px;
  --size-medium: 24px;
  --size-large: 32px;
  --size-S: var(--size-small);
  --size-M: var(--size-medium);
  --size-L: (--size-large);
  --color-light: #fff;
  --color-light-rgb:
    255,
    255,
    255;
  --color-dark: #0f2050;
  --color-dark-rgb:
    15,
    32,
    80;
  --color-grey: #e5e7ef;
  --color-grey-rgb:
    229,
    231,
    239;
  --color-midgrey: #0a143c;
  --color-midgrey-rgb:
    10,
    20,
    60;
  --color-midgrey-inactive: rgba(#0a143c, 0.54);
  --color-midgrey-active: rgba(#0a143c, 0.38);
  --color-light-green: #e4faf0;
  --color-highlight: #eab20b;
  --color-highlight-rgb:
    234,
    178,
    11;
  --color-valid: #4caf50;
  --color-valid-rgb:
    76,
    175,
    80;
}
full-calendar.monthly days-display-1 .fc-timeline {
  max-width: calc(200px + 22px * 1 + 10px);
}
full-calendar.monthly days-display-2 .fc-timeline {
  max-width: calc(200px + 22px * 2 + 10px);
}
full-calendar.monthly days-display-3 .fc-timeline {
  max-width: calc(200px + 22px * 3 + 10px);
}
full-calendar.monthly days-display-4 .fc-timeline {
  max-width: calc(200px + 22px * 4 + 10px);
}
full-calendar.monthly days-display-5 .fc-timeline {
  max-width: calc(200px + 22px * 5 + 10px);
}
full-calendar.monthly days-display-6 .fc-timeline {
  max-width: calc(200px + 22px * 6 + 10px);
}
full-calendar.monthly days-display-7 .fc-timeline {
  max-width: calc(200px + 22px * 7 + 10px);
}
full-calendar.monthly days-display-8 .fc-timeline {
  max-width: calc(200px + 22px * 8 + 10px);
}
full-calendar.monthly days-display-9 .fc-timeline {
  max-width: calc(200px + 22px * 9 + 10px);
}
full-calendar.monthly days-display-10 .fc-timeline {
  max-width: calc(200px + 22px * 10 + 10px);
}
full-calendar.monthly days-display-11 .fc-timeline {
  max-width: calc(200px + 22px * 11 + 10px);
}
full-calendar.monthly days-display-12 .fc-timeline {
  max-width: calc(200px + 22px * 12 + 10px);
}
full-calendar.monthly days-display-13 .fc-timeline {
  max-width: calc(200px + 22px * 13 + 10px);
}
full-calendar.monthly days-display-14 .fc-timeline {
  max-width: calc(200px + 22px * 14 + 10px);
}
full-calendar.monthly days-display-15 .fc-timeline {
  max-width: calc(200px + 22px * 15 + 10px);
}
full-calendar.monthly days-display-16 .fc-timeline {
  max-width: calc(200px + 22px * 16 + 10px);
}
full-calendar.monthly days-display-17 .fc-timeline {
  max-width: calc(200px + 22px * 17 + 10px);
}
full-calendar.monthly days-display-18 .fc-timeline {
  max-width: calc(200px + 22px * 18 + 10px);
}
full-calendar.monthly days-display-19 .fc-timeline {
  max-width: calc(200px + 22px * 19 + 10px);
}
full-calendar.monthly days-display-20 .fc-timeline {
  max-width: calc(200px + 22px * 20 + 10px);
}
full-calendar.monthly days-display-21 .fc-timeline {
  max-width: calc(200px + 22px * 21 + 10px);
}
full-calendar.monthly days-display-22 .fc-timeline {
  max-width: calc(200px + 22px * 22 + 10px);
}
full-calendar.monthly days-display-23 .fc-timeline {
  max-width: calc(200px + 22px * 23 + 10px);
}
full-calendar.monthly days-display-24 .fc-timeline {
  max-width: calc(200px + 22px * 24 + 10px);
}
full-calendar.monthly days-display-25 .fc-timeline {
  max-width: calc(200px + 22px * 25 + 10px);
}
full-calendar.monthly days-display-26 .fc-timeline {
  max-width: calc(200px + 22px * 26 + 10px);
}
full-calendar.monthly days-display-27 .fc-timeline {
  max-width: calc(200px + 22px * 27 + 10px);
}
full-calendar.monthly days-display-28 .fc-timeline {
  max-width: calc(200px + 22px * 28 + 10px);
}
full-calendar.monthly days-display-29 .fc-timeline {
  max-width: calc(200px + 22px * 29 + 10px);
}
full-calendar.monthly days-display-30 .fc-timeline {
  max-width: calc(200px + 22px * 30 + 10px);
}
full-calendar.fc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media only screen and (max-width : 1023px) {
  full-calendar.fc {
    font-size: var(--font-size);
  }
}
@media only screen and (max-width : 600px) {
  full-calendar.fc {
    font-size: 12px;
  }
}
full-calendar.fc .fc-toolbar.fc-header-toolbar {
  margin: var(--size-default);
}
full-calendar.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  font-size: inherit;
}
full-calendar.fc .fc-timegrid-cols > table,
full-calendar.fc table.fc-col-header {
  border-spacing: 2px 0;
  border-collapse: initial !important;
}
full-calendar.fc .fc-timegrid-col {
  border: 0;
}
full-calendar.fc .fc-timegrid-col.fc-day-today {
  background: transparent;
}
full-calendar.fc .fc-timegrid-col.fc-day-past {
  cursor: default;
}
full-calendar.fc .fc-timegrid-col.fc-day-today,
full-calendar.fc .fc-timegrid-col.fc-day-future {
  cursor: pointer;
}
full-calendar.fc th,
full-calendar.fc .fc-scrollgrid,
full-calendar.fc .fc-timegrid-slot-label {
  border-color: transparent;
  border-right-width: 0;
  border-left-width: 0;
}
full-calendar.fc td {
  border-style: dashed;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
full-calendar.fc .fc-scrollgrid-section-sticky > * {
  background: transparent;
}
full-calendar.fc .fc-scrollgrid-section-liquid {
  height: 1px;
}
full-calendar.fc .fc-timegrid-slot-label {
  vertical-align: top;
}
full-calendar.fc .fc-timegrid-slot-label .fc-timegrid-slot-label-cushion.fc-timegrid-slot-label-cushion {
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
  width: 3rem;
  line-height: 1;
  padding: 0;
}
full-calendar.fc .fc-timegrid-slot-label .fc-timegrid-slot-label-cushion.fc-timegrid-slot-label-cushion > span.min {
  opacity: 0.5;
  font-size: 75%;
  margin: 0 4px;
}
full-calendar.fc .fc-timegrid-slot {
  height: 32px;
  line-height: 32px;
}
full-calendar.fc .fc-bg-event {
  background: none;
}
full-calendar.fc .fc-bg-event.sp-absent {
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2) 2px,
      transparent 2px,
      transparent 10px);
  background-color: #fff !important;
  opacity: 1;
  z-index: 3;
}
full-calendar.fc .fc-timegrid-now-indicator-line {
  border-color: #071631;
  border-top-width: 2px;
}
full-calendar.fc .fc-timegrid-now-indicator-arrow {
  border-right-color: #071631;
  border-left-color: #071631;
  border-width: 6px 0 6px 7px;
}
full-calendar.fc .fc-col-header,
full-calendar.fc .fc-timeline-header-row {
  font-size: 12px;
  font-weight: 400;
}
full-calendar.fc .fc-col-header.fc-timeline-header-row-chrono th.fc-timeline-slot-label.fc-day-today,
full-calendar.fc .fc-timeline-header-row.fc-timeline-header-row-chrono th.fc-timeline-slot-label.fc-day-today {
  background-color: #2f74eb;
  border-radius: 2px;
  color: white;
}
full-calendar.fc .fc-col-header th,
full-calendar.fc .fc-timeline-header-row th {
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  padding: 0 0 1px 0;
}
full-calendar.fc .fc-col-header th:not(.fc-timeline-slot-label),
full-calendar.fc .fc-timeline-header-row th:not(.fc-timeline-slot-label) {
  height: var(--size-large);
}
full-calendar.fc .fc-col-header th.fc-timeline-slot-label.fc-day-today,
full-calendar.fc .fc-timeline-header-row th.fc-timeline-slot-label.fc-day-today {
  color: #2f74eb;
}
full-calendar.fc .fc-col-header th .fc-timeline-slot-cushion,
full-calendar.fc .fc-col-header th .fc-col-header-cell-cushion,
full-calendar.fc .fc-timeline-header-row th .fc-timeline-slot-cushion,
full-calendar.fc .fc-timeline-header-row th .fc-col-header-cell-cushion {
  display: flex;
  justify-content: center;
  padding: 0;
}
full-calendar.fc .fc-col-header th .fc-timeline-slot-frame,
full-calendar.fc .fc-timeline-header-row th .fc-timeline-slot-frame {
  justify-content: center;
}
full-calendar.fc .fc-col-header th.fc-col-header-cell.fc-resource,
full-calendar.fc .fc-timeline-header-row th.fc-col-header-cell.fc-resource {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: var(--size-medium);
  cursor: default;
  overflow: visible;
}
full-calendar.fc .fc-col-header th.fc-col-header-cell.fc-resource .badge-resource,
full-calendar.fc .fc-timeline-header-row th.fc-col-header-cell.fc-resource .badge-resource {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  color: var(--color-light);
  text-overflow: ellipsis;
  width: 100%;
  height: var(--size-default);
  line-height: var(--size-default);
  padding: 0 calc(var(--size-small) / 2);
  overflow: hidden;
}
full-calendar.fc .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
}
full-calendar.fc .fc-timegrid-event.extended {
  background-color: transparent !important;
}
full-calendar.fc .fc-timegrid-event.extended .fc-event-main {
  display: flex;
  flex-direction: column;
  padding: 0;
}
full-calendar.fc .fc-timegrid-event.extended .fc-event-main-frame {
  flex-grow: 1;
  flex-shrink: 1;
}
full-calendar.fc .fc-timegrid-event,
full-calendar.fc .fc-timegrid-col-events {
  margin: 0 1px;
}
full-calendar.fc .fc-event-main-frame,
full-calendar.fc .fc-event-main-frame > * {
  overflow: hidden;
}
full-calendar.fc .fc-event-main-frame:after,
full-calendar.fc .fc-event-main-frame > *:after {
  content: "";
}
full-calendar.fc .fc-resource-timeline {
  padding-top: var(--size-default);
}
full-calendar.fc .fc-resource-timeline .fc-datagrid-cell.fc-resource .fc-datagrid-cell-main {
  display: block;
  text-overflow: ellipsis;
  line-height: 1.75;
  overflow: hidden;
}
full-calendar.fc .fc-resource-timeline .fc-resource {
  border-color: transparent;
  font-size: 90%;
}
@media only screen and (max-width : 600px) {
  full-calendar.fc .fc-resource-timeline .fc-resource {
    font-size: 100%;
  }
}
full-calendar.fc .fc-resource-timeline .fc-datagrid-cell-cushion {
  padding: 0 0 0 var(--size-default);
}
full-calendar.fc .fc-resource-timeline .resourceAreaWidth {
  min-height: auto;
}
full-calendar.fc .fc-resource-timeline .fc-cell-shaded {
  background: none;
}
full-calendar.fc .fc-resource-timeline .fc-timeline-event {
  border-radius: 2px;
}
full-calendar.monthly {
  height: calc(100% - 160px);
}
full-calendar.monthly.resource-display-1 {
  height: calc(26px * 1 + 64px);
}
full-calendar.monthly.resource-display-2 {
  height: calc(26px * 2 + 64px);
}
full-calendar.monthly.resource-display-3 {
  height: calc(26px * 3 + 64px);
}
full-calendar.monthly.resource-display-4 {
  height: calc(26px * 4 + 64px);
}
full-calendar.monthly.resource-display-5 {
  height: calc(26px * 5 + 64px);
}
full-calendar.monthly.resource-display-6 {
  height: calc(26px * 6 + 64px);
}
full-calendar.monthly.resource-display-7 {
  height: calc(26px * 7 + 64px);
}
full-calendar.monthly.resource-display-8 {
  height: calc(26px * 8 + 64px);
}
full-calendar.monthly.resource-display-9 {
  height: calc(26px * 9 + 64px);
}
full-calendar.monthly.resource-display-10 {
  height: calc(26px * 10 + 64px);
}
full-calendar.monthly.resource-display-11 {
  height: calc(26px * 11 + 64px);
}
full-calendar.monthly.resource-display-12 {
  height: calc(26px * 12 + 64px);
}
full-calendar.monthly.resource-display-13 {
  height: calc(26px * 13 + 64px);
}
full-calendar.monthly.resource-display-14 {
  height: calc(26px * 14 + 64px);
}
full-calendar.monthly.resource-display-15 {
  height: calc(26px * 15 + 64px);
}
full-calendar.monthly.resource-display-16 {
  height: calc(26px * 16 + 64px);
}
full-calendar.monthly.resource-display-17 {
  height: calc(26px * 17 + 64px);
}
full-calendar.monthly.resource-display-18 {
  height: calc(26px * 18 + 64px);
}
full-calendar.monthly.resource-display-19 {
  height: calc(26px * 19 + 64px);
}
full-calendar.monthly.resource-display-20 {
  height: calc(26px * 20 + 64px);
}
full-calendar.monthly.resource-display-21 {
  height: calc(26px * 21 + 64px);
}
full-calendar.monthly.resource-display-22 {
  height: calc(26px * 22 + 64px);
}
full-calendar.monthly.resource-display-23 {
  height: calc(26px * 23 + 64px);
}
full-calendar.monthly.resource-display-24 {
  height: calc(26px * 24 + 64px);
}
full-calendar.monthly.resource-display-25 {
  height: calc(26px * 25 + 64px);
}
full-calendar.monthly.resource-display-26 {
  height: calc(26px * 26 + 64px);
}
full-calendar.monthly.resource-display-27 {
  height: calc(26px * 27 + 64px);
}
full-calendar.monthly.resource-display-28 {
  height: calc(26px * 28 + 64px);
}
full-calendar.monthly.resource-display-29 {
  height: calc(26px * 29 + 64px);
}
full-calendar.monthly.resource-display-30 {
  height: calc(26px * 30 + 64px);
}
full-calendar.monthly.resource-display-31 {
  height: calc(26px * 31 + 64px);
}
full-calendar.monthly.resource-display-32 {
  height: calc(26px * 32 + 64px);
}
full-calendar.monthly.resource-display-33 {
  height: calc(26px * 33 + 64px);
}
full-calendar.monthly.resource-display-34 {
  height: calc(26px * 34 + 64px);
}
full-calendar.monthly.resource-display-35 {
  height: calc(26px * 35 + 64px);
}
full-calendar.monthly.resource-display-36 {
  height: calc(26px * 36 + 64px);
}
full-calendar.monthly.resource-display-37 {
  height: calc(26px * 37 + 64px);
}
full-calendar.monthly.resource-display-38 {
  height: calc(26px * 38 + 64px);
}
full-calendar.monthly.resource-display-39 {
  height: calc(26px * 39 + 64px);
}
full-calendar.monthly.resource-display-40 {
  height: calc(26px * 40 + 64px);
}
full-calendar.monthly.resource-display-41 {
  height: calc(26px * 41 + 64px);
}
full-calendar.monthly.resource-display-42 {
  height: calc(26px * 42 + 64px);
}
full-calendar.monthly.resource-display-43 {
  height: calc(26px * 43 + 64px);
}
full-calendar.monthly.resource-display-44 {
  height: calc(26px * 44 + 64px);
}
full-calendar.monthly.resource-display-45 {
  height: calc(26px * 45 + 64px);
}
full-calendar.monthly.resource-display-46 {
  height: calc(26px * 46 + 64px);
}
full-calendar.monthly.resource-display-47 {
  height: calc(26px * 47 + 64px);
}
full-calendar.monthly.resource-display-48 {
  height: calc(26px * 48 + 64px);
}
full-calendar.monthly.resource-display-49 {
  height: calc(26px * 49 + 64px);
}
full-calendar.monthly.resource-display-50 {
  height: calc(26px * 50 + 64px);
}
full-calendar.monthly .fc-scroller.fc-scroller-liquid-absolute {
  overflow-x: auto !important;
}
full-calendar.monthly .fc-event {
  min-height: 25px !important;
}
full-calendar td {
  font-weight: normal;
}
@media only screen and (min-width : 601px) {
  .calendar-header h2.month-padding {
    margin-left: 200px;
  }
}
.calendar-subtitle {
  color: rgba(230, 238, 253, 0.5);
  font-size: 12px;
}
.calendar-footer {
  position: absolute;
  border-radius: 4px;
  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);
  max-width: calc(100% - var(--size-default) * 2);
  right: var(--size-default);
  bottom: var(--size-default);
  left: var(--size-default);
  flex-wrap: wrap;
}
.calendar-footer .color-picker {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.calendar-footer .color-picker mat-icon {
  border-radius: 4px;
}
.calendar-footer ~ full-calendar {
  margin-bottom: calc(var(--size-default) * 2 + var(--header-height));
}
.fc-nonbusiness {
  background: white;
}

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