/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext);
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss?ngGlobalStyle (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
list section {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: var(--space-xxxl);
}
list .list-section-wrap {
  overflow-y: overlay;
  overflow-x: hidden;
  padding-left: 21px;
  padding-right: var(--scroll-bar);
}
list .list-empty {
  padding-left: 35px;
}
list .nv-checkbox-wrapper {
  margin-left: 0;
}
list .cell-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
list listhead {
  display: grid;
  grid-template-columns: auto;
  grid-row: auto/span 2;
  transition: box-shadow 0.5s;
  align-content: flex-end;
}
list listhead.first-header {
  padding-right: var(--scroll-bar);
  padding-left: 21px;
  padding-bottom: 6px;
}
list listhead.shadow {
  box-shadow: var(--elevation-2);
  z-index: 1;
}
list listhead cell {
  align-self: flex-end;
  grid-auto-flow: column;
  text-transform: uppercase;
  letter-spacing: var(--space-xxxs);
  font-size: var(--font-xxxs);
  font-weight: 600;
  height: var(--space-xxxl);
}
list listhead cell.first {
  text-transform: none;
  letter-spacing: normal;
  font-size: var(--font-m);
}
list listhead cell.first span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 var(--space-m) 0 0;
}
list cell {
  display: grid;
  grid-auto-columns: auto;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  cursor: pointer;
  background-size: auto var(--space-l);
  overflow: hidden;
  padding: 0px var(--space-s);
  min-height: var(--space-xl);
  max-height: calc(var(--space-xxxl) - var(--space-xxxs));
  margin-top: var(--space-xxxs);
  position: relative;
}
list cell.center {
  justify-content: center;
  text-align: center;
}
list cell.em-dash {
  color: var(--color-blue-50);
}
list cell .cell-sleeve .label {
  justify-self: center;
}
list cell .cell-sleeve .sort-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: var(--space-xxs);
  color: var(--color-purple);
  font-weight: bold;
  font-size: var(--font-xxxs);
}
list cell .batch-edit-mode-disabled-fields {
  opacity: 0.3;
  z-index: 1000;
  background: white;
  height: 46px;
  line-height: var(--space-xxxl);
  display: block;
  pointer-events: none;
}
list cell.flags {
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
}
list cell.flags.one-flag {
  background: url(/assets/v3/img/icon-flags-1.png) no-repeat center;
}
list cell.flags.two-flags {
  background: url(/assets/v3/img/icon-flags-2.png) no-repeat center;
}
list cell.flags.three-plus-flags {
  background: url(/assets/v3/img/icon-flags-3.png) no-repeat center;
}
list cell.flags span {
  width: var(--space-xxxl);
}
list cell.flags span.batch-edit-mode-disabled-fields {
  opacity: 0.7;
  width: 200px;
}
list cell.flags span.batch-edit-mode-disabled-fields:hover {
  background: none;
}
list .sort-arrow {
  font-size: var(--font-xxs);
}
list .fixed-up::after,
list .hover-up::after {
  content: "↑";
}
list .fixed-down::after,
list .hover-down::after {
  content: "↓";
}
list row {
  height: calc(var(--space-xxxl) - var(--space-xxxs));
  display: grid;
  grid-template-columns: var(--space-xxxl) 3fr 170px 170px;
  border-bottom: var(--space-xxxs) solid var(--color-blue-20);
  cursor: pointer;
  background: none;
}
list row:hover {
  background: var(--color-blue-05);
}
list row.s1 {
  grid-template-columns: 3fr 120px 120px;
}
list.list-my-students listhead.s1,
list.list-my-students row.s1 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, 120px);
  grid-template-columns: minmax(0, max-content) 1fr 120px;
}
list.list-my-students listhead.s1 cell:nth-child(2),
list.list-my-students row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.list-my-students listhead.s1.batch-edit-mode,
list.list-my-students row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) 1fr 120px 120px;
}
list.graph-detail listhead.s1,
list.graph-detail row.s1 {
  grid-auto-flow: column;
  grid-template-columns: auto 120px;
  grid-auto-columns: minmax(0px, 120px);
}
list.graph-list listhead.s1,
list.graph-list row.s1 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(0px, 120px);
  grid-template-columns: minmax(0, max-content) 1fr 100px;
}
list.graph-list listhead.s1 cell:nth-child(2),
list.graph-list row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.student-level listhead.s1,
list.student-level row.s1 {
  grid-auto-flow: column;
  grid-template-columns: var(--space-s) 3fr;
  grid-auto-columns: 1fr;
}
list.student-level listhead.s1.batch-edit-mode,
list.student-level row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) minmax(calc(33% - 48px), 3fr);
}
list.student-level listhead.s1.batch-edit-mode.batch-edit-mode-checked,
list.student-level row.s1.batch-edit-mode.batch-edit-mode-checked {
  background-color: var(--color-blue-5);
}
list.student-level listhead.s1.batch-edit-mode.batch-edit-mode-no-section-checkbox,
list.student-level row.s1.batch-edit-mode.batch-edit-mode-no-section-checkbox {
  grid-template-columns: minmax(33%, 3.2fr);
}
list.student-level listhead cell:nth-child(2),
list.student-level row cell:nth-child(2) {
  padding-left: 0px;
}
list.student-level .warning {
  color: var(--color-pink);
}
list.list-attendance listhead.s1,
list.list-attendance row.s1 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, 110px);
  grid-template-columns: minmax(0, max-content) 1fr 110px;
}
list.list-attendance listhead.s1 cell:nth-child(2),
list.list-attendance row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.list-attendance listhead.s1.batch-edit-mode,
list.list-attendance row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) 1fr 120px 120px;
}
list.list-academic listhead.s1,
list.list-academic row.s1 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, 120px);
  grid-template-columns: minmax(0, max-content) 1fr 110px;
}
list.list-academic listhead.s1 cell:nth-child(2),
list.list-academic row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.list-academic listhead.s1.batch-edit-mode,
list.list-academic row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) 1fr 120px 120px;
}
list.list-academic .warning {
  background-color: var(--color-pink-20);
}
list.list-academic .more-info {
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  background: url(/assets/v3/img/generate_report@1x.png) no-repeat center;
}
list.list-academic .more-info span {
  width: var(--space-xxxl);
}
list.list-academic .more-info span.batch-edit-mode-disabled-fields {
  opacity: 0.7;
  width: 200px;
}
list.list-academic .more-info span.batch-edit-mode-disabled-fields:hover {
  background: none;
}
list.list-postsecondary listhead.s1,
list.list-postsecondary row.s1 {
  grid-auto-flow: column;
  grid-template-columns: minmax(0, max-content) 1fr 30px;
  grid-column-start: auto;
}
list.list-postsecondary listhead.s1.batch-edit-mode,
list.list-postsecondary row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) 1fr auto;
}
list.list-postsecondary listhead.s1 cell:nth-child(2),
list.list-postsecondary row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.list-postsecondary listhead.s1 cell + .center,
list.list-postsecondary row.s1 cell + .center {
  grid-auto-columns: minmax(auto, 14px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
list.list-postsecondary listhead.s1 cell + .milestone-complete,
list.list-postsecondary row.s1 cell + .milestone-complete {
  background-image: url(/assets/v3/img/icon-milestone-complete.png);
}
list.list-postsecondary listhead.s1 cell + .milestone-past-due,
list.list-postsecondary row.s1 cell + .milestone-past-due {
  background-image: url(/assets/v3/img/icon-milestone-pastdue.png);
}
list.list-postsecondary listhead.s1 cell + .milestone-due-soon,
list.list-postsecondary row.s1 cell + .milestone-due-soon {
  background-image: url(/assets/v3/img/icon-milestone-due-soon.png);
}
list.list-postsecondary listhead.s1 cell + .milestone-not-due-yet,
list.list-postsecondary row.s1 cell + .milestone-not-due-yet {
  background-image: url(/assets/v3/img/icon-milestone-not-due-yet.png);
}
list.list-postsecondary-alt listhead.s1,
list.list-postsecondary-alt row.s1, list.graph-list-post-sec listhead.s1,
list.graph-list-post-sec row.s1 {
  grid-auto-flow: column;
  grid-template-columns: minmax(0, max-content) 1fr 90px;
  grid-column-start: auto;
}
list.list-postsecondary-alt listhead.s1.batch-edit-mode,
list.list-postsecondary-alt row.s1.batch-edit-mode, list.graph-list-post-sec listhead.s1.batch-edit-mode,
list.graph-list-post-sec row.s1.batch-edit-mode {
  grid-template-columns: var(--space-xxxl) 1fr auto;
}
list.list-postsecondary-alt listhead.s1 cell:nth-child(2),
list.list-postsecondary-alt row.s1 cell:nth-child(2), list.graph-list-post-sec listhead.s1 cell:nth-child(2),
list.graph-list-post-sec row.s1 cell:nth-child(2) {
  padding-left: 0px;
}
list.list-postsecondary-alt listhead.s1 cell + .center,
list.list-postsecondary-alt row.s1 cell + .center, list.graph-list-post-sec listhead.s1 cell + .center,
list.graph-list-post-sec row.s1 cell + .center {
  grid-auto-columns: minmax(auto, 85px);
}
list.list-postsecondary-alt row.s1 cell span, list.graph-list-post-sec row.s1 cell span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0 7px;
}
list.list-postsecondary-alt row.s1 cell:nth-child(2) span, list.graph-list-post-sec row.s1 cell:nth-child(2) span {
  padding: 0;
}
list.list-student-activities {
  --status-col-size: 140px;
}
list.list-student-activities listhead.s1,
list.list-student-activities row.s1 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(0px, var(--auto-col-size));
}
list.list-student-activities listhead.s1,
list.list-student-activities row.s1 {
  grid-template-columns: auto var(--status-col-size) var(--status-col-size) 40px;
}
list .disabled {
  color: rgba(10, 76, 207, 0.5);
}
list .person-initials {
  display: inline-block;
  padding: var(--space-xxs) var(--space-m);
  border-radius: var(--space-l);
  background: var(--color-blue-05);
}
list listfoot {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  align-self: stretch;
  background-size: auto var(--space-l);
  overflow: hidden;
  padding: 0px var(--space-s);
  min-height: var(--space-xl);
}
list listfoot:hover {
  background: var(--color-blue-05);
}
list listfoot.list-foot-fixed-table {
  grid-template-columns: var(--space-xxxl) auto;
  padding: 0;
}

.list-header-col-tooltip {
  margin-top: var(--space-m);
  margin-left: var(--space-m);
  word-wrap: break-word;
}
.list-header-col-tooltip.list-header-col-tooltip-long {
  width: 180px;
}
.list-header-col-tooltip.postsec-list-header-col-tooltip {
  width: auto;
}

.group-label-tooltip {
  margin-bottom: 5px;
  margin-left: var(--space-m);
}

.point-person-tooltip {
  white-space: pre-line;
  justify-content: center;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.path-status-tooltip {
  white-space: normal;
  justify-content: center;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  line-height: normal;
}
.path-status-tooltip span {
  display: block;
  line-height: normal;
  text-align: left;
}
.path-status-tooltip span:nth-child(2) {
  color: var(--color-purple);
  font-size: var(--font-xxs);
  font-family: "Roboto Mono";
  letter-spacing: calc(var(--space-xxxs) * -1);
}

.milestone-tooltip,
.activity-tooltip {
  white-space: normal;
  justify-content: center;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  line-height: normal;
  font-weight: normal;
}
.milestone-tooltip span,
.activity-tooltip span {
  display: block;
  line-height: normal;
  text-align: left;
}

.financial-aid-tooltip {
  white-space: normal;
  justify-content: center;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  line-height: normal;
}
.financial-aid-tooltip span {
  display: block;
  line-height: normal;
  text-align: left;
}
.financial-aid-tooltip span:nth-child(2) {
  color: var(--color-purple);
  font-size: var(--font-xxs);
  font-family: "Roboto Mono";
  letter-spacing: calc(var(--space-xxxs) * -1);
}

.tooltip-wrapper {
  line-height: 20px;
}
.tooltip-wrapper .tooltip-pill {
  background-color: var(--color-blue-10);
  border-radius: 12px;
  padding: 6px;
  margin-right: 4px;
}

.nv-mat-tooltip-panel .more-info-wide {
  width: auto;
}

div.nv-table-container {
  overflow: auto;
}

table.nv-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
table.nv-table tr {
  height: 48px;
  transition: background-color 0s;
  background-color: inherit;
}
table.nv-table td {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
table.nv-table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}
table.nv-table th.col-header-button {
  cursor: pointer;
}
table.nv-table th:focus {
  outline: none !important;
}
table.nv-table th span:focus {
  outline: none !important;
}
table.nv-table th span.sort-direction {
  color: rgba(0, 0, 0, 0.87);
  font-size: 75%;
}
table.nv-table th span.sort-direction:after {
  content: "▲";
}
table.nv-table th span.sort-direction.reverse-sort:after {
  content: "▼";
}
table.nv-table th span.active-sort {
  color: rgba(0, 0, 0, 0.87);
}
table.nv-table th,
table.nv-table td {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}
table.nv-table th.left-align,
table.nv-table td.left-align {
  text-align: left !important;
}
table.nv-table th.right-align,
table.nv-table td.right-align {
  text-align: right !important;
}
table.nv-table th.center-align,
table.nv-table td.center-align {
  text-align: center !important;
}
table.nv-table th.number-col,
table.nv-table td.number-col {
  text-align: center !important;
}
table.nv-table th.score-col,
table.nv-table td.score-col {
  font-size: 13px;
  font-weight: 500;
}
table.nv-table tbody tr:not([disabled]):hover {
  background: #e4e6e9 !important;
}

table.nv-table-dense tr {
  height: 32px;
}

table.nv-table-extra-dense tr {
  height: 28px;
}

table.nv-data-table td {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
}
table.nv-data-table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5px;
}
table.nv-data-table th.col-header-button {
  cursor: pointer;
}
table.nv-data-table th span:focus {
  outline: none !important;
}
table.nv-data-table th span.sort-direction {
  color: rgba(0, 0, 0, 0.87);
  font-size: 75%;
}
table.nv-data-table th span.sort-direction:after {
  content: "▲";
}
table.nv-data-table th span.sort-direction.reverse-sort:after {
  content: "▼";
}
table.nv-data-table th span.active-sort {
  color: rgba(0, 0, 0, 0.87);
}
table.nv-data-table th.double-header {
  color: rgba(0, 0, 0, 0.87);
}
table.nv-data-table th,
table.nv-data-table td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  vertical-align: middle;
}
table.nv-data-table th.left-align,
table.nv-data-table td.left-align {
  text-align: left !important;
}
table.nv-data-table th.right-align,
table.nv-data-table td.right-align {
  text-align: right !important;
}
table.nv-data-table th.center-align,
table.nv-data-table td.center-align {
  text-align: center !important;
}
table.nv-data-table th.number-col,
table.nv-data-table td.number-col {
  text-align: center !important;
}
table.nv-data-table th.score-col,
table.nv-data-table td.score-col {
  font-size: 13px;
  font-weight: 500;
}
table.nv-data-table td.md-cell.md-numeric,
table.nv-data-table th.md-column.md-numeric {
  text-align: center;
}
table.nv-data-table tbody tr:not([disabled]):hover {
  background-color: #e4e6e9 !important;
}

table.nv-data-table-dense tr {
  height: 32px !important;
}

table.nv-data-table-extra-dense tr {
  height: 28px !important;
}

/**
  Assuming you have use the modals.service (ng2/shared/modals/modals.service.ts)
  to define an initial modal config object, all modals will be wrapped in `nv-mat-dialog`.

  Styles for `nv-mat-dialog` are defined in custom-material.scss (ng2/styles/custom-material.scss).
  Going forward if you need to override any angular material elements,
  like `mat-form-field` or other, try to do so in that file, NOT in this file.

  This file should be reserved for defining rulesets for dialogs/modals
  when just overriding angular material elements is not sufficient.

  CAVEAT: If UI design calls for modal specific tweaks to an angular material element
  we can do that here. Meaning, if the student report modal needs to have a
  slightly different implementation of `mat-form-field` than what is defined for all of the other
  modals, it is OK to define that here.

  - JYR

  At the end of this file, styling for .nv-dialog is placed there TEMPORALLY.
  It is  been used by add-college, add-career, alert and list-summary modal.
  TODO: we need to dry them up further and refactor their templates/components structure to inherit from Jamie's base modal architecture

  - JChu
*/
/* 

We should not have global styles that are component specific defined here.
Either move your styles to a more specific component,
or remove them from this repo, and use them in our design library "src/nvps-libraries/design"
- AT

*/
.nv-checkbox-wrapper {
  padding: 0;
  justify-content: center;
  margin-left: var(--space-xs);
}
.nv-checkbox-wrapper .checkbox {
  height: var(--space-l);
  width: var(--space-l);
  display: inline-block;
  position: relative;
  border-radius: var(--space-xxs);
  background-image: url(/assets/v3/img/checkbox-off.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.nv-checkbox-wrapper .checkbox.checkbox-selected {
  background-image: url(/assets/v3/img/checkbox-on.png);
}

.nv-mat-autocomplete mat-form-field, .nv-mat-dialog-common-markup mat-form-field {
  width: 100%;
}
.nv-mat-autocomplete mat-form-field .mdc-line-ripple, .nv-mat-dialog-common-markup mat-form-field .mdc-line-ripple {
  display: none;
}
.nv-mat-autocomplete mat-form-field .mat-form-field-label, .nv-mat-dialog-common-markup mat-form-field .mat-form-field-label {
  color: var(--color-blue-50);
}
.nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-mdc-input-element, .nv-mat-dialog-common-markup mat-form-field.mat-form-field-invalid .mat-mdc-input-element, .nv-mat-autocomplete mat-form-field.mat-focused .mat-mdc-input-element, .nv-mat-dialog-common-markup mat-form-field.mat-focused .mat-mdc-input-element {
  caret-color: var(--color-blue);
}
.nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-form-field-label, .nv-mat-dialog-common-markup mat-form-field.mat-form-field-invalid .mat-form-field-label, .nv-mat-autocomplete mat-form-field.mat-focused .mat-form-field-label, .nv-mat-dialog-common-markup mat-form-field.mat-focused .mat-form-field-label {
  color: var(--color-blue-50);
}

.nv-dialog .mat-mdc-input-element, .nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element {
  background-color: var(--color-blue-03);
  border: var(--space-xxxs) solid var(--color-blue-10);
  border-radius: var(--space-xs);
  color: var(--color-blue);
  font-size: var(--font-s);
  margin: var(--space-xs) 0px;
  outline: 0;
  overflow: hidden;
  padding: var(--space-s) var(--space-m);
  position: relative;
}
.nv-dialog .mat-mdc-input-element::-ms-input-placeholder, .nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element::-ms-input-placeholder {
  color: var(--color-blue-50);
}
.nv-dialog .mat-mdc-input-element::placeholder, .nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element::placeholder {
  color: var(--color-blue-50);
}

.nv-dialog .mat-mdc-input-element, .nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element {
  background-size: var(--space-l);
  background-image: url("/assets/v3/img/icon-search-30.png");
  background-repeat: no-repeat;
  background-position: var(--space-s) center;
  padding-left: var(--space-xxl);
}
.nv-dialog .mat-mdc-input-element:focus, .nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element:focus {
  background-image: none;
  box-shadow: var(--elevation-1);
  padding-left: var(--space-m);
}

.flag-modal {
  color: var(--color-blue);
}
.flag-modal .solution {
  display: grid;
  grid-template-areas: "headline" "solutions" "textarea" "actions";
  grid-template-columns: auto;
  grid-template-rows: var(--space-xxxl) auto 120px auto;
  grid-auto-columns: unset;
  grid-row-gap: var(--space-xl);
}
.flag-modal .solution h2 {
  grid-area: "headline";
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.flag-modal .solution .solutions {
  grid-area: "solutions";
  align-self: center;
}
.flag-modal .solution .solutions .choices {
  display: grid;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  align-items: flex-end;
}
.flag-modal .solution .solutions .choices .choice {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: var(--space-xxxs) solid var(--color-blue-20);
  line-height: var(--space-xxxl);
}
.flag-modal .solution .solutions .choices .choice label {
  height: 100%;
}
.flag-modal .solution .solutions .choices:last-child {
  grid-row: "intrinsic";
}
.flag-modal .solution textarea {
  grid-area: "textarea";
  width: 100%;
  border: var(--space-xxxs) solid var(--color-blue-10);
  background: var(--color-blue-05);
  outline: 0px none transparent;
  padding: var(--space-s);
  font-size: var(--space-m);
  display: block;
  box-sizing: border-box;
  color: var(--color-blue);
}
.flag-modal .actions {
  align-self: flex-end;
  text-align: right;
  grid-area: "actions";
}
.flag-modal .actions button {
  letter-spacing: var(--space-xxxs);
  font-size: var(--space-m);
  font-weight: 500;
  height: var(--space-xxl);
}
.flag-modal .actions button.resolve {
  color: white;
  background-color: var(--color-blue);
}

.base-modal-shell {
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "header" "body" "actions";
  grid-template-rows: 1fr max-content minmax(1fr max-content);
  grid-auto-flow: row;
  grid-row-gap: var(--space-m);
  color: var(--color-blue);
  background: var(--color-white);
  border-radius: var(--space-xxs);
}
.base-modal-shell p {
  margin: 0;
  color: var(--color-blue);
}
.base-modal-shell label {
  color: var(--color-blue);
  font-size: var(--font-xxs);
  margin-bottom: var(--space-s);
  line-height: 1.33;
  display: inline-block;
  letter-spacing: normal;
  font-weight: bold;
  width: 100%;
  opacity: 0.5;
}
.base-modal-shell nv-form-field label {
  display: unset;
  width: unset;
  margin-bottom: unset;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  opacity: unset;
}
.base-modal-shell .dialog-header {
  display: grid;
  grid-area: header;
  grid-template-rows: 1fr min-content;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 4px;
  align-items: center;
}
.base-modal-shell .dialog-header .dialog-title {
  font-size: 24px;
  color: var(--color-blue);
}
.base-modal-shell .dialog-header .dialog-subtitle {
  grid-column: 2/3;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-blue-60);
}
.base-modal-shell .dialog-actions {
  grid-area: actions;
  grid-auto-flow: column;
  align-self: flex-end;
  text-align: right;
  justify-content: flex-end;
  grid-column-gap: var(--space-s);
  padding: 0;
  margin-bottom: -24px;
}
.base-modal-shell .mat-mdc-dialog-content {
  padding: 0;
}

/*
  component: mat-dialog

  `
    this.dialog.open(CustomModalComponent, {
      panelClass: 'nv-mat-dialog'
    });
  `
*/
.nv-mat-dialog mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  width: 500px;
}

.nv-mat-dialog-sm mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  width: 250px;
}

.nv-mat-dialog-med mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  width: 600px;
}

.nv-mat-dialog-med-no-padding mat-dialog-container .mdc-dialog__surface {
  padding: 0;
  width: 600px;
}

.nv-mat-dialog-no-padding-no-overflow-wide mat-dialog-container .mdc-dialog__surface {
  padding: 0;
  width: 800px;
  max-height: 90vh;
  min-width: 700px;
  min-height: 90vh;
  overflow: hidden;
}

.nv-mat-dialog-wide mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  width: 800px;
}

.nv-mat-dialog-wide-tall mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  width: 800px;
  height: 600px;
}

.nv-mat-dialog-extra-wide mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xxl);
  width: 1000px;
}

.nv-mat-dialog-wide-no-padding mat-dialog-container .mdc-dialog__surface {
  padding: 0;
  width: 800px;
  max-height: 90vh;
  min-width: 700px;
  min-height: 500px;
}

.nv-mat-dialog-common-markup mat-dialog-container .mdc-dialog__surface {
  padding: var(--space-xl);
  overflow: hidden;
  width: 500px;
  overflow-y: auto;
  max-height: 95vh;
}
.nv-mat-dialog-common-markup mat-dialog-content {
  width: 100%;
  overflow: visible;
}
.nv-mat-dialog-common-markup mat-form-field .mat-form-field-infix {
  border: 0;
  padding: 0;
}
.nv-mat-dialog-common-markup mat-form-field .mat-mdc-input-element {
  width: 100%;
  box-sizing: border-box;
  height: var(--space-xxl);
}
.nv-mat-dialog-common-markup mat-form-field .mat-form-field-ripple {
  background-color: transparent;
}
.nv-mat-dialog-common-markup mat-dialog-actions {
  margin-top: var(--space-m);
  padding-top: 0;
  padding-bottom: 0;
}

.nv-dialog {
  background: white;
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: var(--space-m);
  grid-template-areas: "title" "message" "controls";
  grid-template-rows: minmax(var(--space-xxl), auto) 1fr auto;
  border-radius: var(--space-xxs);
  box-sizing: border-box;
  overflow: auto;
  color: var(--color-blue);
}
.nv-dialog .dialog-head {
  grid-area: title;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: var(--space-m);
}
.nv-dialog .dialog-head > div.icon,
.nv-dialog .dialog-head > h2 {
  align-self: center;
}
.nv-dialog .dialog-message {
  grid-area: message;
  display: grid;
  grid-auto-flow: row;
  align-content: center;
  grid-row-gap: var(--space-m);
}
.nv-dialog .dialog-controls {
  display: grid;
  grid-area: controls;
  grid-auto-flow: column;
  align-self: flex-end;
  text-align: right;
  justify-content: flex-end;
  grid-column-gap: var(--space-s);
}
.nv-dialog .mat-mdc-form-field {
  width: 436px;
}
.nv-dialog .mat-mdc-form-field .mat-form-field-label {
  position: relative;
  margin-left: 43px;
  color: var(--color-blue-50);
}
.nv-dialog .mat-mdc-form-field.mat-focused .mat-form-field-label {
  color: transparent;
}
.nv-dialog .mdc-line-ripple {
  height: 0;
  display: none;
}
.nv-dialog .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
.nv-dialog .mat-mdc-input-element {
  width: 86%;
}

.cdk-overlay-container .nv-multi-picker-menu {
  max-height: calc(50vh - 48px);
  width: 410px;
  max-width: 410px;
}
.cdk-overlay-container .nv-multi-picker-menu .mat-mdc-menu-content {
  width: 390px;
}
.cdk-overlay-container .nv-multi-picker-menu .searchbox {
  position: absolute;
  z-index: 10;
  top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: white;
  width: 390px;
}
.cdk-overlay-container .nv-multi-picker-menu .searchbox nv-icon {
  top: 8px;
}
.cdk-overlay-container .nv-multi-picker-menu .option-pills {
  margin-top: 42px;
  width: 390px;
}

.icon-wrapper nv-icon {
  opacity: 0.5;
  bottom: -4px;
}
.icon-wrapper nv-icon:hover {
  cursor: pointer;
}

:root {
  --font-xxxs: 10px;
  --font-xxs: 12px;
  --font-xs: 14px;
  --font-s: 16px;
  --font-m: 18px;
  --font-l: 20px;
  --font-xl: 22px;
  --font-xxl: 24px;
  --font-xxxl: 32px;
  --font-family-normal: "Roboto", --apple-system, sans-serif;
  --font-family-mono: "Roboto Mono", Courrier, monospace;
}

:root {
  --space-xxxs: 1px;
  --space-xxs: 2px;
  --space-xs: 4px;
  --space-s: 8px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-xxl: 40px;
  --space-xxxl: 48px;
  --space-4xl: 64px;
  --space-5xl: 96px;
  --space-6xl: 192px;
  --elevation-1: 0px 1px 3px rgba(0, 0, 0, 0.25);
  --elevation-2: 0px 2px 5px rgba(0, 0, 0, 0.25);
  --elevation-3: 0px 4px 10px rgba(0, 0, 0, 0.25);
  --elevation-4: 0px 11px 15px -7px rgba(0, 0, 0, 0.25), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --elevation-nav-option: 0px 3px 10px rgba(0, 0, 0, 0.3);
  --elevation-sticky-header: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
  --elevation-history-log-side-nav: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.3);
  --scroll-bar: 12px;
  --sidebar-header-height: 144px;
  --sidebar-min-width: 208px;
  --content-min-width: 864px;
  --right-nav-header: var(--sidebar-header-height);
  --z-idx-neg: -1;
  --z-idx-1: 1;
  --z-idx-standard: 10;
  --z-idx-header: 50;
  --z-idx-elevated: 60;
}

:root {
  --color-white: #ffffff;
  --color-white-90: white;
  --color-white-80: white;
  --color-white-70: white;
  --color-white-60: white;
  --color-white-50: white;
  --color-white-40: white;
  --color-white-30: white;
  --color-white-20: white;
  --color-white-10: white;
  --color-white-5: white;
  --color-white-3: white;
  --color-white-1: white;
  --color-white-dark: #e6e6e6;
  --color-white-dark-80: #cccccc;
  --color-white-dark-70: #b3b3b3;
  --color-white-dark-60: #999999;
  --color-white-dark-50: gray;
  --color-black: #000000;
  --color-black-90: #1a1a1a;
  --color-black-80: #333333;
  --color-black-70: #4d4d4d;
  --color-black-60: #666666;
  --color-black-50: gray;
  --color-black-40: #999999;
  --color-black-30: #b3b3b3;
  --color-black-20: #cccccc;
  --color-black-10: #e6e6e6;
  --color-black-5: #f2f2f2;
  --color-black-3: #f7f7f7;
  --color-black-1: #fcfcfc;
  --color-black-dark: black;
  --color-black-dark-80: black;
  --color-black-dark-70: black;
  --color-black-dark-60: black;
  --color-black-dark-50: black;
  --color-red: rgb(194, 0, 24);
  --color-red-90: #c81a2f;
  --color-red-80: #ce3346;
  --color-red-70: #d44d5d;
  --color-red-60: #da6674;
  --color-red-50: #e1808c;
  --color-red-40: #e799a3;
  --color-red-30: #edb3ba;
  --color-red-20: #f3ccd1;
  --color-red-10: #f9e6e8;
  --color-red-5: #fcf2f3;
  --color-red-3: #fdf7f8;
  --color-red-1: #fefcfd;
  --color-red-dark: #af0016;
  --color-red-dark-80: #9b0013;
  --color-red-dark-70: #880011;
  --color-red-dark-60: #74000e;
  --color-red-dark-50: #61000c;
  --color-pink: rgb(255, 92, 143);
  --color-pink-90: #ff6c9a;
  --color-pink-80: #ff7da5;
  --color-pink-70: #ff8db1;
  --color-pink-60: #ff9dbc;
  --color-pink-50: #ffaec7;
  --color-pink-40: #ffbed2;
  --color-pink-30: #ffcedd;
  --color-pink-20: #ffdee9;
  --color-pink-10: #ffeff4;
  --color-pink-5: #fff7f9;
  --color-pink-3: #fffafc;
  --color-pink-1: #fffdfe;
  --color-pink-dark: #e65381;
  --color-pink-dark-80: #cc4a72;
  --color-pink-dark-70: #b34064;
  --color-pink-dark-60: #993756;
  --color-pink-dark-50: #802e48;
  --color-salmon: rgb(255, 137, 137);
  --color-salmon-90: #ff9595;
  --color-salmon-80: #ffa1a1;
  --color-salmon-70: #ffacac;
  --color-salmon-60: #ffb8b8;
  --color-salmon-50: #ffc4c4;
  --color-salmon-40: #ffd0d0;
  --color-salmon-30: #ffdcdc;
  --color-salmon-20: #ffe7e7;
  --color-salmon-10: #fff3f3;
  --color-salmon-5: #fff9f9;
  --color-salmon-3: #fffbfb;
  --color-salmon-1: #fffefe;
  --color-salmon-dark: #e67b7b;
  --color-salmon-dark-80: #cc6e6e;
  --color-salmon-dark-70: #b36060;
  --color-salmon-dark-60: #995252;
  --color-salmon-dark-50: #804545;
  --color-yellow: rgb(255, 196, 0);
  --color-yellow-90: #ffca1a;
  --color-yellow-80: #ffd033;
  --color-yellow-70: #ffd64d;
  --color-yellow-60: #ffdc66;
  --color-yellow-50: #ffe280;
  --color-yellow-40: #ffe799;
  --color-yellow-30: #ffedb3;
  --color-yellow-20: #fff3cc;
  --color-yellow-10: #fff9e6;
  --color-yellow-5: #fffcf2;
  --color-yellow-3: #fffdf7;
  --color-yellow-1: #fffefc;
  --color-yellow-dark: #e6b000;
  --color-yellow-dark-80: #cc9d00;
  --color-yellow-dark-70: #b38900;
  --color-yellow-dark-60: #997600;
  --color-yellow-dark-50: #806200;
  --color-green: rgb(0, 155, 72);
  --color-green-90: #1aa55a;
  --color-green-80: #33af6d;
  --color-green-70: #4db97f;
  --color-green-60: #66c391;
  --color-green-50: #80cda4;
  --color-green-40: #99d7b6;
  --color-green-30: #b3e1c8;
  --color-green-20: #ccebda;
  --color-green-10: #e6f5ed;
  --color-green-5: #f2faf6;
  --color-green-3: #f7fcfa;
  --color-green-1: #fcfefd;
  --color-green-dark: #008c41;
  --color-green-dark-80: #007c3a;
  --color-green-dark-70: #006d32;
  --color-green-dark-60: #005d2b;
  --color-green-dark-50: #004e24;
  --color-teal: rgb(10, 196, 172);
  --color-teal-90: #23cab4;
  --color-teal-80: #3bd0bd;
  --color-teal-70: #54d6c5;
  --color-teal-60: #6cdccd;
  --color-teal-50: #85e2d6;
  --color-teal-40: #9de7de;
  --color-teal-30: #b6ede6;
  --color-teal-20: #cef3ee;
  --color-teal-10: #e7f9f7;
  --color-teal-5: #f3fcfb;
  --color-teal-3: #f8fdfd;
  --color-teal-1: #fdfefe;
  --color-teal-dark: #09b09b;
  --color-teal-dark-80: #089d8a;
  --color-teal-dark-70: #078978;
  --color-teal-dark-60: #067667;
  --color-teal-dark-50: #056256;
  --color-blue: rgb(10, 74, 206);
  --color-blue-90: #235cd3;
  --color-blue-80: #3b6ed8;
  --color-blue-70: #5480dd;
  --color-blue-60: #6c92e2;
  --color-blue-50: #85a5e7;
  --color-blue-40: #9db7eb;
  --color-blue-30: #b6c9f0;
  --color-blue-20: #cedbf5;
  --color-blue-10: #e7edfa;
  --color-blue-5: #f3f6fd;
  --color-blue-3: #f8fafe;
  --color-blue-1: #fdfdff;
  --color-blue-dark: #0943b9;
  --color-blue-dark-80: #083ba5;
  --color-blue-dark-70: #073490;
  --color-blue-dark-60: #062c7c;
  --color-blue-dark-50: #052567;
  --color-navy: rgb(0, 1, 101);
  --color-navy-90: #1a1a74;
  --color-navy-80: #333484;
  --color-navy-70: #4d4d93;
  --color-navy-60: #6667a3;
  --color-navy-50: #8080b2;
  --color-navy-40: #9999c1;
  --color-navy-30: #b3b3d1;
  --color-navy-20: #cccce0;
  --color-navy-10: #e6e6f0;
  --color-navy-5: #f2f2f7;
  --color-navy-3: #f7f7fa;
  --color-navy-1: #fcfcfd;
  --color-navy-dark: #00015b;
  --color-navy-dark-80: #000151;
  --color-navy-dark-70: #000147;
  --color-navy-dark-60: #00013d;
  --color-navy-dark-50: #000133;
  --color-purple: rgb(102, 45, 145);
  --color-purple-90: #75429c;
  --color-purple-80: #8557a7;
  --color-purple-70: #946cb2;
  --color-purple-60: #a381bd;
  --color-purple-50: #b396c8;
  --color-purple-40: #c2abd3;
  --color-purple-30: #d1c0de;
  --color-purple-20: #e0d5e9;
  --color-purple-10: #f0eaf4;
  --color-purple-5: #f7f5fa;
  --color-purple-3: #faf9fc;
  --color-purple-1: #fdfdfe;
  --color-purple-dark: #5c2983;
  --color-purple-dark-80: #522474;
  --color-purple-dark-70: #472066;
  --color-purple-dark-60: #3d1b57;
  --color-purple-dark-50: #331749;
  --color-blue-05: var(--color-blue-5);
  --color-blue-03: var(--color-blue-3);
  --color-blue-01: var(--color-blue-1);
  --color-red-pill: --var(--color-pink);
}

:root {
  --color-white: #ffffff;
  --color-white-90: white;
  --color-white-80: white;
  --color-white-70: white;
  --color-white-60: white;
  --color-white-50: white;
  --color-white-40: white;
  --color-white-30: white;
  --color-white-20: white;
  --color-white-10: white;
  --color-white-5: white;
  --color-white-3: white;
  --color-white-1: white;
  --color-white-dark: #e6e6e6;
  --color-white-dark-80: #cccccc;
  --color-white-dark-70: #b3b3b3;
  --color-white-dark-60: #999999;
  --color-white-dark-50: gray;
  --color-black: #000000;
  --color-black-90: #1a1a1a;
  --color-black-80: #333333;
  --color-black-70: #4d4d4d;
  --color-black-60: #666666;
  --color-black-50: gray;
  --color-black-40: #999999;
  --color-black-30: #b3b3b3;
  --color-black-20: #cccccc;
  --color-black-10: #e6e6e6;
  --color-black-5: #f2f2f2;
  --color-black-3: #f7f7f7;
  --color-black-1: #fcfcfc;
  --color-black-dark: black;
  --color-black-dark-80: black;
  --color-black-dark-70: black;
  --color-black-dark-60: black;
  --color-black-dark-50: black;
  --color-red: rgb(194, 0, 24);
  --color-red-90: #c81a2f;
  --color-red-80: #ce3346;
  --color-red-70: #d44d5d;
  --color-red-60: #da6674;
  --color-red-50: #e1808c;
  --color-red-40: #e799a3;
  --color-red-30: #edb3ba;
  --color-red-20: #f3ccd1;
  --color-red-10: #f9e6e8;
  --color-red-5: #fcf2f3;
  --color-red-3: #fdf7f8;
  --color-red-1: #fefcfd;
  --color-red-dark: #af0016;
  --color-red-dark-80: #9b0013;
  --color-red-dark-70: #880011;
  --color-red-dark-60: #74000e;
  --color-red-dark-50: #61000c;
  --color-pink: rgb(255, 92, 143);
  --color-pink-90: #ff6c9a;
  --color-pink-80: #ff7da5;
  --color-pink-70: #ff8db1;
  --color-pink-60: #ff9dbc;
  --color-pink-50: #ffaec7;
  --color-pink-40: #ffbed2;
  --color-pink-30: #ffcedd;
  --color-pink-20: #ffdee9;
  --color-pink-10: #ffeff4;
  --color-pink-5: #fff7f9;
  --color-pink-3: #fffafc;
  --color-pink-1: #fffdfe;
  --color-pink-dark: #e65381;
  --color-pink-dark-80: #cc4a72;
  --color-pink-dark-70: #b34064;
  --color-pink-dark-60: #993756;
  --color-pink-dark-50: #802e48;
  --color-salmon: rgb(255, 137, 137);
  --color-salmon-90: #ff9595;
  --color-salmon-80: #ffa1a1;
  --color-salmon-70: #ffacac;
  --color-salmon-60: #ffb8b8;
  --color-salmon-50: #ffc4c4;
  --color-salmon-40: #ffd0d0;
  --color-salmon-30: #ffdcdc;
  --color-salmon-20: #ffe7e7;
  --color-salmon-10: #fff3f3;
  --color-salmon-5: #fff9f9;
  --color-salmon-3: #fffbfb;
  --color-salmon-1: #fffefe;
  --color-salmon-dark: #e67b7b;
  --color-salmon-dark-80: #cc6e6e;
  --color-salmon-dark-70: #b36060;
  --color-salmon-dark-60: #995252;
  --color-salmon-dark-50: #804545;
  --color-yellow: rgb(255, 196, 0);
  --color-yellow-90: #ffca1a;
  --color-yellow-80: #ffd033;
  --color-yellow-70: #ffd64d;
  --color-yellow-60: #ffdc66;
  --color-yellow-50: #ffe280;
  --color-yellow-40: #ffe799;
  --color-yellow-30: #ffedb3;
  --color-yellow-20: #fff3cc;
  --color-yellow-10: #fff9e6;
  --color-yellow-5: #fffcf2;
  --color-yellow-3: #fffdf7;
  --color-yellow-1: #fffefc;
  --color-yellow-dark: #e6b000;
  --color-yellow-dark-80: #cc9d00;
  --color-yellow-dark-70: #b38900;
  --color-yellow-dark-60: #997600;
  --color-yellow-dark-50: #806200;
  --color-green: rgb(0, 155, 72);
  --color-green-90: #1aa55a;
  --color-green-80: #33af6d;
  --color-green-70: #4db97f;
  --color-green-60: #66c391;
  --color-green-50: #80cda4;
  --color-green-40: #99d7b6;
  --color-green-30: #b3e1c8;
  --color-green-20: #ccebda;
  --color-green-10: #e6f5ed;
  --color-green-5: #f2faf6;
  --color-green-3: #f7fcfa;
  --color-green-1: #fcfefd;
  --color-green-dark: #008c41;
  --color-green-dark-80: #007c3a;
  --color-green-dark-70: #006d32;
  --color-green-dark-60: #005d2b;
  --color-green-dark-50: #004e24;
  --color-teal: rgb(10, 196, 172);
  --color-teal-90: #23cab4;
  --color-teal-80: #3bd0bd;
  --color-teal-70: #54d6c5;
  --color-teal-60: #6cdccd;
  --color-teal-50: #85e2d6;
  --color-teal-40: #9de7de;
  --color-teal-30: #b6ede6;
  --color-teal-20: #cef3ee;
  --color-teal-10: #e7f9f7;
  --color-teal-5: #f3fcfb;
  --color-teal-3: #f8fdfd;
  --color-teal-1: #fdfefe;
  --color-teal-dark: #09b09b;
  --color-teal-dark-80: #089d8a;
  --color-teal-dark-70: #078978;
  --color-teal-dark-60: #067667;
  --color-teal-dark-50: #056256;
  --color-blue: rgb(10, 74, 206);
  --color-blue-90: #235cd3;
  --color-blue-80: #3b6ed8;
  --color-blue-70: #5480dd;
  --color-blue-60: #6c92e2;
  --color-blue-50: #85a5e7;
  --color-blue-40: #9db7eb;
  --color-blue-30: #b6c9f0;
  --color-blue-20: #cedbf5;
  --color-blue-10: #e7edfa;
  --color-blue-5: #f3f6fd;
  --color-blue-3: #f8fafe;
  --color-blue-1: #fdfdff;
  --color-blue-dark: #0943b9;
  --color-blue-dark-80: #083ba5;
  --color-blue-dark-70: #073490;
  --color-blue-dark-60: #062c7c;
  --color-blue-dark-50: #052567;
  --color-navy: rgb(0, 1, 101);
  --color-navy-90: #1a1a74;
  --color-navy-80: #333484;
  --color-navy-70: #4d4d93;
  --color-navy-60: #6667a3;
  --color-navy-50: #8080b2;
  --color-navy-40: #9999c1;
  --color-navy-30: #b3b3d1;
  --color-navy-20: #cccce0;
  --color-navy-10: #e6e6f0;
  --color-navy-5: #f2f2f7;
  --color-navy-3: #f7f7fa;
  --color-navy-1: #fcfcfd;
  --color-navy-dark: #00015b;
  --color-navy-dark-80: #000151;
  --color-navy-dark-70: #000147;
  --color-navy-dark-60: #00013d;
  --color-navy-dark-50: #000133;
  --color-purple: rgb(102, 45, 145);
  --color-purple-90: #75429c;
  --color-purple-80: #8557a7;
  --color-purple-70: #946cb2;
  --color-purple-60: #a381bd;
  --color-purple-50: #b396c8;
  --color-purple-40: #c2abd3;
  --color-purple-30: #d1c0de;
  --color-purple-20: #e0d5e9;
  --color-purple-10: #f0eaf4;
  --color-purple-5: #f7f5fa;
  --color-purple-3: #faf9fc;
  --color-purple-1: #fdfdfe;
  --color-purple-dark: #5c2983;
  --color-purple-dark-80: #522474;
  --color-purple-dark-70: #472066;
  --color-purple-dark-60: #3d1b57;
  --color-purple-dark-50: #331749;
  --color-blue-05: var(--color-blue-5);
  --color-blue-03: var(--color-blue-3);
  --color-blue-01: var(--color-blue-1);
  --color-red-pill: --var(--color-pink);
}

/*
  component: mat-autocomplete

  `<div class="nv-mat-autocomplete">
    <form>
      <mat-form-field>
        <input>
        <mat-autocomplete >
          <mat-option>
          </mat-option>
        </mat-autocomplete>
      </mat-form-field>
    </form>
  </div>`
*/
.mat-mdc-autocomplete-panel-above .nv-mat-autocomplete.mdc-menu-surface--open {
  margin-bottom: var(--space-s);
}

.nv-mat-autocomplete.mat-mdc-autocomplete-panel.mdc-menu-surface--open {
  padding: 0;
  max-height: 256px;
  margin-top: var(--space-s);
  overflow-x: hidden;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option {
  padding: 0 var(--space-m);
  cursor: pointer;
  line-height: 1em;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option:hover {
  background: var(--color-blue-10);
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active {
  background: var(--color-blue-05);
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-mdc-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: var(--color-blue);
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mdc-list-item__primary-text, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active .mdc-list-item__primary-text {
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: var(--space-xxs);
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mdc-list-item__primary-text .nv-mat-option-label, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active .mdc-list-item__primary-text .nv-mat-option-label {
  font-size: var(--font-xs);
  font-weight: 500;
  color: var(--color-blue);
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mdc-list-item__primary-text .nv-mat-option-label em, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active .mdc-list-item__primary-text .nv-mat-option-label em {
  background-color: var(--color-yellow-50);
  color: var(--color-navy);
  font-style: normal;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mdc-list-item__primary-text .nv-mat-option-tags, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active .mdc-list-item__primary-text .nv-mat-option-tags {
  font-size: var(--font-xxs);
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow-x: hidden;
  color: var(--color-blue);
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mdc-list-item__primary-text .nv-mat-option-tags em, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.mat-active .mdc-list-item__primary-text .nv-mat-option-tags em {
  background-color: var(--color-yellow-50);
  color: var(--color-navy);
  font-style: normal;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.nv-mat-option-empty_state {
  font-style: italic;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.nv-mat-option-empty_state:hover, .nv-mat-autocomplete .mat-mdc-option.nv-mat-option.nv-mat-option-empty_state *:hover {
  background: transparent;
  cursor: default;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.nv-mat-option-empty_state_action .mdc-list-item__primary-text {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: var(--space-xl);
  align-items: center;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option.nv-mat-option-empty_state_action .mdc-list-item__primary-text span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nv-mat-autocomplete .mat-mdc-option.nv-mat-option .mat-mdc-option-ripple.mat-ripple * {
  opacity: 0.1;
  background: var(--color-navy);
}
.nv-mat-autocomplete mat-form-field .mdc-text-field--filled {
  padding: 0;
}
.nv-mat-autocomplete mat-form-field .mdc-text-field--filled .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  padding-bottom: var(--space-s);
}
.nv-mat-autocomplete mat-form-field .mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
.nv-mat-autocomplete mat-form-field .mat-form-field-infix {
  border: 0;
}
.nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-mdc-input-element, .nv-mat-autocomplete mat-form-field.mat-focused .mat-mdc-input-element {
  caret-color: black;
}
.nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-form-field-label, .nv-mat-autocomplete mat-form-field.mat-focused .mat-form-field-label {
  color: var(--color-blue-50);
}

/**
  * Global styles for autocomplete panel
  * These styles reset padding of the autocomplete panel to what the default was prior to angular material v15
*/
.mat-mdc-autocomplete-panel.mdc-menu-surface.mdc-menu-surface--open {
  padding: 0;
}

/*
  component: mat-calendar

  <mat-datepicker></<mat-datepicker>
*/
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar {
  height: auto;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content {
  padding: 0;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header {
  background-color: var(--color-blue-10);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header th {
  padding: 4px 0;
  color: var(--color-blue);
  font-size: var(--font-xxs);
  font-weight: 600;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header :nth-child(1) {
  height: var(--space-xl);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-table-header-divider {
  display: none;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body {
  color: var(--color-blue);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body tr[aria-hidden=true] {
  display: none;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-label {
  opacity: 0;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: var(--color-blue-03);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-cell-content {
  color: var(--color-blue);
  font-size: 14px;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: var(--color-blue-50);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-disabled .mat-calendar-body-cell-content:hover {
  background-color: inherit;
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-selected {
  color: white;
  background-color: var(--color-blue);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--color-blue-50);
}
mat-datepicker-content.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-content .mat-calendar-table tbody.mat-calendar-body .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--color-blue);
}

/*
  component: mat-checkbox

  `<mat-checkbox disableRipple class="nv-mat-checkbox"></mat-checkbox>`
*/
/**
 *
 * currently only been used in - jchu:
 * flag-log-action-modal.component.html
 * school-tools-sync.component.html
 * cluster-user-modal-shell.component.html
 * cluster-user-portfolio.component.html
 *
 */
.nv-mat-checkbox {
  display: flex;
  margin: 0px;
  /**
    * Most of the styles here reset checkbox with class nv-mat-checkbox to what it looked prior to the angular material v15 upgrade
    *
    * Styles applied with the !important CSS rule are needed because of how high the specifity angular material CSS styles are applied with
  */
}
.nv-mat-checkbox .mdc-form-field {
  height: 16px;
  margin-left: 1px;
}
.nv-mat-checkbox .mdc-form-field .mdc-checkbox {
  cursor: default;
  margin: 0 -12px;
  padding-top: 9px;
}
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background,
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target {
  border-color: var(--color-blue) !important;
  width: 16px;
  height: 16px;
}
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__mixedmark,
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target .mdc-checkbox__mixedmark {
  border-radius: 16px;
  width: 8px;
}
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control {
  top: 11px;
  left: 11px;
  width: 16px;
  height: 16px;
}
.nv-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:not(:disabled) {
  cursor: pointer;
  z-index: 1;
}
.nv-mat-checkbox .mdc-form-field label {
  padding-left: 6px;
  z-index: 1;
  color: var(--color-blue);
  font-size: 16px;
}
.nv-mat-checkbox .mdc-checkbox__ripple {
  background: unset !important;
}
.nv-mat-checkbox.mdc-checkbox--disabled {
  pointer-events: unset;
}
.nv-mat-checkbox.mdc-checkbox--disabled .mdc-form-field .mdc-checkbox:hover {
  cursor: not-allowed;
}
.nv-mat-checkbox.mdc-checkbox--disabled .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  background-color: var(--color-blue-30) !important;
  border-color: var(--color-blue-30) !important;
}
.nv-mat-checkbox.mdc-checkbox--disabled .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  background-color: unset !important;
  border-color: var(--color-blue-30) !important;
}
.nv-mat-checkbox.mdc-checkbox--disabled .mdc-form-field label {
  color: var(--color-blue-30);
}

/*
 * used with .nv-mat-checkbox to override default square checkbox style to a circle (AB)
 * Currently being used in:
 * fixed-table.component.html
*/
.nv-circle-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background,
.nv-circle-mat-checkbox .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target {
  border-color: var(--color-blue-20) !important;
  border-radius: 70%;
  border-width: thin;
}
.nv-circle-mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: var(--color-blue-05);
}
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background,
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target {
  background-color: var(--color-blue-05) !important;
  border-color: var(--color-blue) !important;
  scale: 1.1;
}
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background svg,
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target svg {
  filter: brightness(0) saturate(100%) invert(23%) sepia(88%) saturate(2097%) hue-rotate(206deg) brightness(92%) contrast(96%);
  scale: 0.75;
}
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked.mdc-checkbox--disabled .mdc-form-field .mdc-checkbox .mdc-checkbox__background,
.nv-circle-mat-checkbox.mat-mdc-checkbox-checked.mdc-checkbox--disabled .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target {
  background-color: var(--color-blue-30) !important;
  border-color: var(--color-blue) !important;
}

/**
 *
 * currently been used in main page and student profile page - jchu:
 * list-display-milestone.component.html
 * list-display-career-path.component.html
 * list-display-college-path.component.html
 * list-display-student.component.html
 *
 */
.nv-checkbox-wrapper {
  padding: 0;
  justify-content: center;
  margin-left: var(--space-xs);
}
.nv-checkbox-wrapper .checkbox {
  height: var(--space-l);
  width: var(--space-l);
  display: inline-block;
  position: relative;
  border-radius: var(--space-xxs);
  background-image: url(/assets/v3/img/checkbox-off.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.nv-checkbox-wrapper .checkbox.checkbox-selected {
  background-image: url(/assets/v3/img/checkbox-on.png);
}

mat-form-field .mdc-text-field--filled {
  background-color: transparent !important;
}
mat-form-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
mat-form-field .mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0;
}

.nv-mat-dialog-common-markup mat-form-field, .nv-mat-autocomplete mat-form-field {
  width: 100%;
}
.nv-mat-dialog-common-markup mat-form-field .mdc-line-ripple, .nv-mat-autocomplete mat-form-field .mdc-line-ripple {
  display: none;
}
.nv-mat-dialog-common-markup mat-form-field .mat-form-field-label, .nv-mat-autocomplete mat-form-field .mat-form-field-label {
  color: var(--color-blue-50);
}
.nv-mat-dialog-common-markup mat-form-field.mat-form-field-invalid .mat-mdc-input-element, .nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-mdc-input-element, .nv-mat-dialog-common-markup mat-form-field.mat-focused .mat-mdc-input-element, .nv-mat-autocomplete mat-form-field.mat-focused .mat-mdc-input-element {
  caret-color: var(--color-blue);
}
.nv-mat-dialog-common-markup mat-form-field.mat-form-field-invalid .mat-form-field-label, .nv-mat-autocomplete mat-form-field.mat-form-field-invalid .mat-form-field-label, .nv-mat-dialog-common-markup mat-form-field.mat-focused .mat-form-field-label, .nv-mat-autocomplete mat-form-field.mat-focused .mat-form-field-label {
  color: var(--color-blue-50);
}

.cdk-overlay-pane {
  min-width: 150px;
}
.cdk-overlay-pane:not(.nv-multi-picker-panel) {
  transform: translateY(0px) !important;
}
.cdk-overlay-pane .mat-mdc-menu-panel.mdc-menu-surface {
  min-height: unset;
  max-width: unset;
}
.cdk-overlay-pane .mat-mdc-menu-panel.mdc-menu-surface .mat-mdc-menu-content {
  padding: 0;
}
.cdk-overlay-pane .mat-mdc-menu-panel.mdc-menu-surface .mat-mdc-menu-ripple.mat-ripple .mat-ripple-element {
  background-color: var(--color-blue) !important;
  opacity: 0.05;
}
.cdk-overlay-pane .mat-mdc-select-panel.mdc-menu-surface.mat-primary.mdc-menu-surface--open {
  padding: 0;
  border-radius: 5px;
}

/*
  component: mat-option

  `<mat-option class=".nv-mat-option"></mat-option>`
*/
mat-option.nv-mat-option {
  color: var(--color-blue);
}
mat-option.nv-mat-option .mdc-list-item__primary-text {
  color: var(--color-blue);
}
mat-option.nv-mat-option.mdc-list-item.mdc-list-item--selected {
  background-color: unset;
}

/*
  component: mat-radio-group

  `<mat-radio-group class=".nv-mat-radio-group"></mat-radio-group>`
*/
.nv-mat-radio-group mat-radio-button {
  --mat-mdc-radio-checked-ripple-color: unset !important;
  --mat-mdc-radio-ripple-color: unset !important;
}
.nv-mat-radio-group mat-radio-button.mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element {
  background-color: unset;
}
.nv-mat-radio-group mat-radio-button .mdc-form-field label {
  padding-left: 0;
  cursor: pointer;
}

:root {
  --color-white: #ffffff;
  --color-white-90: white;
  --color-white-80: white;
  --color-white-70: white;
  --color-white-60: white;
  --color-white-50: white;
  --color-white-40: white;
  --color-white-30: white;
  --color-white-20: white;
  --color-white-10: white;
  --color-white-5: white;
  --color-white-3: white;
  --color-white-1: white;
  --color-white-dark: #e6e6e6;
  --color-white-dark-80: #cccccc;
  --color-white-dark-70: #b3b3b3;
  --color-white-dark-60: #999999;
  --color-white-dark-50: gray;
  --color-black: #000000;
  --color-black-90: #1a1a1a;
  --color-black-80: #333333;
  --color-black-70: #4d4d4d;
  --color-black-60: #666666;
  --color-black-50: gray;
  --color-black-40: #999999;
  --color-black-30: #b3b3b3;
  --color-black-20: #cccccc;
  --color-black-10: #e6e6e6;
  --color-black-5: #f2f2f2;
  --color-black-3: #f7f7f7;
  --color-black-1: #fcfcfc;
  --color-black-dark: black;
  --color-black-dark-80: black;
  --color-black-dark-70: black;
  --color-black-dark-60: black;
  --color-black-dark-50: black;
  --color-red: rgb(194, 0, 24);
  --color-red-90: #c81a2f;
  --color-red-80: #ce3346;
  --color-red-70: #d44d5d;
  --color-red-60: #da6674;
  --color-red-50: #e1808c;
  --color-red-40: #e799a3;
  --color-red-30: #edb3ba;
  --color-red-20: #f3ccd1;
  --color-red-10: #f9e6e8;
  --color-red-5: #fcf2f3;
  --color-red-3: #fdf7f8;
  --color-red-1: #fefcfd;
  --color-red-dark: #af0016;
  --color-red-dark-80: #9b0013;
  --color-red-dark-70: #880011;
  --color-red-dark-60: #74000e;
  --color-red-dark-50: #61000c;
  --color-pink: rgb(255, 92, 143);
  --color-pink-90: #ff6c9a;
  --color-pink-80: #ff7da5;
  --color-pink-70: #ff8db1;
  --color-pink-60: #ff9dbc;
  --color-pink-50: #ffaec7;
  --color-pink-40: #ffbed2;
  --color-pink-30: #ffcedd;
  --color-pink-20: #ffdee9;
  --color-pink-10: #ffeff4;
  --color-pink-5: #fff7f9;
  --color-pink-3: #fffafc;
  --color-pink-1: #fffdfe;
  --color-pink-dark: #e65381;
  --color-pink-dark-80: #cc4a72;
  --color-pink-dark-70: #b34064;
  --color-pink-dark-60: #993756;
  --color-pink-dark-50: #802e48;
  --color-salmon: rgb(255, 137, 137);
  --color-salmon-90: #ff9595;
  --color-salmon-80: #ffa1a1;
  --color-salmon-70: #ffacac;
  --color-salmon-60: #ffb8b8;
  --color-salmon-50: #ffc4c4;
  --color-salmon-40: #ffd0d0;
  --color-salmon-30: #ffdcdc;
  --color-salmon-20: #ffe7e7;
  --color-salmon-10: #fff3f3;
  --color-salmon-5: #fff9f9;
  --color-salmon-3: #fffbfb;
  --color-salmon-1: #fffefe;
  --color-salmon-dark: #e67b7b;
  --color-salmon-dark-80: #cc6e6e;
  --color-salmon-dark-70: #b36060;
  --color-salmon-dark-60: #995252;
  --color-salmon-dark-50: #804545;
  --color-yellow: rgb(255, 196, 0);
  --color-yellow-90: #ffca1a;
  --color-yellow-80: #ffd033;
  --color-yellow-70: #ffd64d;
  --color-yellow-60: #ffdc66;
  --color-yellow-50: #ffe280;
  --color-yellow-40: #ffe799;
  --color-yellow-30: #ffedb3;
  --color-yellow-20: #fff3cc;
  --color-yellow-10: #fff9e6;
  --color-yellow-5: #fffcf2;
  --color-yellow-3: #fffdf7;
  --color-yellow-1: #fffefc;
  --color-yellow-dark: #e6b000;
  --color-yellow-dark-80: #cc9d00;
  --color-yellow-dark-70: #b38900;
  --color-yellow-dark-60: #997600;
  --color-yellow-dark-50: #806200;
  --color-green: rgb(0, 155, 72);
  --color-green-90: #1aa55a;
  --color-green-80: #33af6d;
  --color-green-70: #4db97f;
  --color-green-60: #66c391;
  --color-green-50: #80cda4;
  --color-green-40: #99d7b6;
  --color-green-30: #b3e1c8;
  --color-green-20: #ccebda;
  --color-green-10: #e6f5ed;
  --color-green-5: #f2faf6;
  --color-green-3: #f7fcfa;
  --color-green-1: #fcfefd;
  --color-green-dark: #008c41;
  --color-green-dark-80: #007c3a;
  --color-green-dark-70: #006d32;
  --color-green-dark-60: #005d2b;
  --color-green-dark-50: #004e24;
  --color-teal: rgb(10, 196, 172);
  --color-teal-90: #23cab4;
  --color-teal-80: #3bd0bd;
  --color-teal-70: #54d6c5;
  --color-teal-60: #6cdccd;
  --color-teal-50: #85e2d6;
  --color-teal-40: #9de7de;
  --color-teal-30: #b6ede6;
  --color-teal-20: #cef3ee;
  --color-teal-10: #e7f9f7;
  --color-teal-5: #f3fcfb;
  --color-teal-3: #f8fdfd;
  --color-teal-1: #fdfefe;
  --color-teal-dark: #09b09b;
  --color-teal-dark-80: #089d8a;
  --color-teal-dark-70: #078978;
  --color-teal-dark-60: #067667;
  --color-teal-dark-50: #056256;
  --color-blue: rgb(10, 74, 206);
  --color-blue-90: #235cd3;
  --color-blue-80: #3b6ed8;
  --color-blue-70: #5480dd;
  --color-blue-60: #6c92e2;
  --color-blue-50: #85a5e7;
  --color-blue-40: #9db7eb;
  --color-blue-30: #b6c9f0;
  --color-blue-20: #cedbf5;
  --color-blue-10: #e7edfa;
  --color-blue-5: #f3f6fd;
  --color-blue-3: #f8fafe;
  --color-blue-1: #fdfdff;
  --color-blue-dark: #0943b9;
  --color-blue-dark-80: #083ba5;
  --color-blue-dark-70: #073490;
  --color-blue-dark-60: #062c7c;
  --color-blue-dark-50: #052567;
  --color-navy: rgb(0, 1, 101);
  --color-navy-90: #1a1a74;
  --color-navy-80: #333484;
  --color-navy-70: #4d4d93;
  --color-navy-60: #6667a3;
  --color-navy-50: #8080b2;
  --color-navy-40: #9999c1;
  --color-navy-30: #b3b3d1;
  --color-navy-20: #cccce0;
  --color-navy-10: #e6e6f0;
  --color-navy-5: #f2f2f7;
  --color-navy-3: #f7f7fa;
  --color-navy-1: #fcfcfd;
  --color-navy-dark: #00015b;
  --color-navy-dark-80: #000151;
  --color-navy-dark-70: #000147;
  --color-navy-dark-60: #00013d;
  --color-navy-dark-50: #000133;
  --color-purple: rgb(102, 45, 145);
  --color-purple-90: #75429c;
  --color-purple-80: #8557a7;
  --color-purple-70: #946cb2;
  --color-purple-60: #a381bd;
  --color-purple-50: #b396c8;
  --color-purple-40: #c2abd3;
  --color-purple-30: #d1c0de;
  --color-purple-20: #e0d5e9;
  --color-purple-10: #f0eaf4;
  --color-purple-5: #f7f5fa;
  --color-purple-3: #faf9fc;
  --color-purple-1: #fdfdfe;
  --color-purple-dark: #5c2983;
  --color-purple-dark-80: #522474;
  --color-purple-dark-70: #472066;
  --color-purple-dark-60: #3d1b57;
  --color-purple-dark-50: #331749;
  --color-blue-05: var(--color-blue-5);
  --color-blue-03: var(--color-blue-3);
  --color-blue-01: var(--color-blue-1);
  --color-red-pill: --var(--color-pink);
}

.mat-ripple .mat-ripple-element {
  background-color: var(--color-blue);
  opacity: 0.1;
}
.mat-ripple.mat-ripple-inverted.mat-ripple-element,
.mat-ripple.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.1;
}

*.red.mat-ripple .mat-ripple-element,
*.red .mat-ripple .mat-ripple-element {
  background-color: var(--color-red);
  opacity: 0.1;
}
*.red.mat-ripple-inverted.mat-ripple-element,
*.red.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.salmon.mat-ripple .mat-ripple-element,
*.salmon .mat-ripple .mat-ripple-element {
  background-color: var(--color-salmon);
  opacity: 0.1;
}
*.salmon.mat-ripple-inverted.mat-ripple-element,
*.salmon.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.pink.mat-ripple .mat-ripple-element,
*.pink .mat-ripple .mat-ripple-element {
  background-color: var(--color-pink);
  opacity: 0.1;
}
*.pink.mat-ripple-inverted.mat-ripple-element,
*.pink.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.yellow.mat-ripple .mat-ripple-element,
*.yellow .mat-ripple .mat-ripple-element {
  background-color: var(--color-yellow);
  opacity: 0.1;
}
*.yellow.mat-ripple-inverted.mat-ripple-element,
*.yellow.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.green.mat-ripple .mat-ripple-element,
*.green .mat-ripple .mat-ripple-element {
  background-color: var(--color-green);
  opacity: 0.1;
}
*.green.mat-ripple-inverted.mat-ripple-element,
*.green.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.teal.mat-ripple .mat-ripple-element,
*.teal .mat-ripple .mat-ripple-element {
  background-color: var(--color-teal);
  opacity: 0.1;
}
*.teal.mat-ripple-inverted.mat-ripple-element,
*.teal.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.navy.mat-ripple .mat-ripple-element,
*.navy .mat-ripple .mat-ripple-element {
  background-color: var(--color-navy);
  opacity: 0.1;
}
*.navy.mat-ripple-inverted.mat-ripple-element,
*.navy.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.purple.mat-ripple .mat-ripple-element,
*.purple .mat-ripple .mat-ripple-element {
  background-color: var(--color-purple);
  opacity: 0.1;
}
*.purple.mat-ripple-inverted.mat-ripple-element,
*.purple.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.blue.mat-ripple .mat-ripple-element,
*.blue .mat-ripple .mat-ripple-element {
  background-color: var(--color-blue);
  opacity: 0.1;
}
*.blue.mat-ripple-inverted.mat-ripple-element,
*.blue.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

*.black.mat-ripple .mat-ripple-element,
*.black .mat-ripple .mat-ripple-element {
  background-color: var(--color-black);
  opacity: 0.1;
}
*.black.mat-ripple-inverted.mat-ripple-element,
*.black.mat-ripple-inverted .mat-ripple-element {
  background-color: var(--color-white);
  opacity: 0.2;
}

.mdc-snackbar.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}

/**
  * Reset font size and font color of mat-menu buttons to default prior to material v15
  * This applies when a button with the mat-menu-item directive is used. eg
  * <mat-menu>
  *   <button mat-menu-item>
  *   </buttton>
  * </mat-menu>
*/
button.mat-mdc-menu-item.mdc-list-item .mdc-list-item__primary-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.cdk-global-scrollblock {
  overflow-y: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
  * Each of the following custom level for angular material components sets all typography rules to the default except for $line-height and $letter-spacing:
  *
  * '$line-height: normal' and '$letter-spacing: normal' was the default prior to angular material 15. By creating the custom levels bellow, they are reset to normal
*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, normal);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}

.mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

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

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, normal);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, normal);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0a4ace;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(10, 74, 206, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(10, 74, 206, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #0a4ace;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(10, 74, 206, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(10, 74, 206, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

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

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

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

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

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

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

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

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

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #0a4ace);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #0a4ace);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(10, 74, 206, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #0a4ace);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}

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

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

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

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

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

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

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

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

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

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

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

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, normal);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, normal);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(10, 74, 206, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(10, 74, 206, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, normal);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: normal;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, normal);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, normal);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: normal;
}

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

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: normal;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: normal;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0a4ace;
  --mdc-chip-elevated-disabled-container-color: #0a4ace;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0a4ace;
  --mdc-chip-elevated-disabled-container-color: #0a4ace;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}

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

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

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #0064b0;
  --mdc-switch-selected-handle-color: #0064b0;
  --mdc-switch-selected-hover-state-layer-color: #0064b0;
  --mdc-switch-selected-pressed-state-layer-color: #0064b0;
  --mdc-switch-selected-focus-handle-color: #003d90;
  --mdc-switch-selected-hover-handle-color: #003d90;
  --mdc-switch-selected-pressed-handle-color: #003d90;
  --mdc-switch-selected-focus-track-color: #4d98cd;
  --mdc-switch-selected-hover-track-color: #4d98cd;
  --mdc-switch-selected-pressed-track-color: #4d98cd;
  --mdc-switch-selected-track-color: #4d98cd;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #0064b0;
  --mdc-switch-selected-handle-color: #0064b0;
  --mdc-switch-selected-hover-state-layer-color: #0064b0;
  --mdc-switch-selected-pressed-state-layer-color: #0064b0;
  --mdc-switch-selected-focus-handle-color: #003d90;
  --mdc-switch-selected-hover-handle-color: #003d90;
  --mdc-switch-selected-pressed-handle-color: #003d90;
  --mdc-switch-selected-focus-track-color: #4d98cd;
  --mdc-switch-selected-hover-track-color: #4d98cd;
  --mdc-switch-selected-pressed-track-color: #4d98cd;
  --mdc-switch-selected-track-color: #4d98cd;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0a4ace;
  --mdc-radio-selected-hover-icon-color: #0a4ace;
  --mdc-radio-selected-icon-color: #0a4ace;
  --mdc-radio-selected-pressed-icon-color: #0a4ace;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0a4ace;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0a4ace;
  --mdc-radio-selected-hover-icon-color: #0a4ace;
  --mdc-radio-selected-icon-color: #0a4ace;
  --mdc-radio-selected-pressed-icon-color: #0a4ace;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0a4ace;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0a4ace;
  --mdc-slider-focus-handle-color: #0a4ace;
  --mdc-slider-hover-handle-color: #0a4ace;
  --mdc-slider-active-track-color: #0a4ace;
  --mdc-slider-inactive-track-color: #0a4ace;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0a4ace;
  --mat-mdc-slider-ripple-color: #0a4ace;
  --mat-mdc-slider-hover-ripple-color: rgba(10, 74, 206, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(10, 74, 206, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #0a4ace;
  --mdc-slider-focus-handle-color: #0a4ace;
  --mdc-slider-hover-handle-color: #0a4ace;
  --mdc-slider-active-track-color: #0a4ace;
  --mdc-slider-inactive-track-color: #0a4ace;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0a4ace;
  --mat-mdc-slider-ripple-color: #0a4ace;
  --mat-mdc-slider-hover-ripple-color: rgba(10, 74, 206, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(10, 74, 206, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: normal;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, normal);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: normal;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, normal);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

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

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0a4ace;
  --mdc-checkbox-selected-hover-icon-color: #0a4ace;
  --mdc-checkbox-selected-icon-color: #0a4ace;
  --mdc-checkbox-selected-pressed-icon-color: #0a4ace;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0a4ace;
  --mdc-radio-selected-hover-icon-color: #0a4ace;
  --mdc-radio-selected-icon-color: #0a4ace;
  --mdc-radio-selected-pressed-icon-color: #0a4ace;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0a4ace;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0a4ace;
  --mdc-checkbox-selected-hover-icon-color: #0a4ace;
  --mdc-checkbox-selected-icon-color: #0a4ace;
  --mdc-checkbox-selected-pressed-icon-color: #0a4ace;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0a4ace;
  --mdc-radio-selected-hover-icon-color: #0a4ace;
  --mdc-radio-selected-icon-color: #0a4ace;
  --mdc-radio-selected-pressed-icon-color: #0a4ace;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0a4ace;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, normal);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

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

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

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

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0a4ace;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0a4ace);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0a4ace;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}

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

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

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

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, normal);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0a4ace;
  --mdc-checkbox-selected-hover-icon-color: #0a4ace;
  --mdc-checkbox-selected-icon-color: #0a4ace;
  --mdc-checkbox-selected-pressed-icon-color: #0a4ace;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0a4ace;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0a4ace;
  --mdc-checkbox-selected-hover-icon-color: #0a4ace;
  --mdc-checkbox-selected-icon-color: #0a4ace;
  --mdc-checkbox-selected-pressed-icon-color: #0a4ace;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0a4ace;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}

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

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

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

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0a4ace;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #0a4ace;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

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

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

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

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0a4ace;
  --mat-mdc-button-ripple-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #0a4ace;
  --mat-mdc-button-ripple-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

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

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

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, normal);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0a4ace;
  --mat-mdc-button-ripple-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #0a4ace;
  --mat-mdc-button-ripple-color: rgba(10, 74, 206, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0a4ace;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #0a4ace;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

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

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

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, normal);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #0a4ace;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: normal;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

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

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

.mdc-data-table__row--selected {
  background-color: rgba(10, 74, 206, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, normal);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, normal);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

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

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

.mat-badge {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

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

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

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

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

.mat-calendar-body-in-range::before {
  background: rgba(10, 74, 206, 0.2);
}

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

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

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

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

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

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

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(10, 74, 206, 0.4);
}

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

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(10, 74, 206, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(10, 74, 206, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(10, 74, 206, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(10, 74, 206, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(10, 74, 206, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #0a4ace;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(10, 74, 206, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(10, 74, 206, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(10, 74, 206, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #0a4ace;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #0a4ace;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

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

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

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

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

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

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

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

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

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

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

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

.mat-icon.mat-primary {
  color: #0a4ace;
}
.mat-icon.mat-accent {
  color: #0a4ace;
}
.mat-icon.mat-warn {
  color: #f44336;
}

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

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-tree {
  background: white;
}

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

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

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

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

html {
  color: var(--color-blue);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family-normal);
}

* code {
  font-family: var(--font-family-mono);
}

.unformatted-link {
  color: inherit;
  text-decoration: inherit;
  height: 100%;
  width: 100%;
}

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