/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-pattern */
/* For use in src/lib/core/theming/_palette.scss */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-disable */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@viewport {
  width: device-width;
}
.bg-auto-left {
  margin-left: auto;
}
.bg-auto-right {
  margin-right: auto;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 20px 10px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 970px) {
  .container {
    padding: 30px 40px;
  }
}
.container-fluid {
  max-width: 1200px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 970px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", 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-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.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;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", 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: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #002d5a;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3b5587;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #002d5a;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #3b5587;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.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: #002d5a;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #3b5587;
  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-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-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #002d5a;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #3b5587;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #002d5a;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #3b5587;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #002d5a;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #3b5587;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  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-raised-button: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-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  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-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  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-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  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-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-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  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-card.mat-card-flat:not([class*=mat-elevation-z]) {
  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-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #002d5a;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #3b5587;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #002d5a;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #3b5587;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #002d5a;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #3b5587;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.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(0, 45, 90, 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(0, 45, 90, 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(0, 45, 90, 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: #002d5a;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 45, 90, 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(0, 45, 90, 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(0, 45, 90, 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(59, 85, 135, 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(59, 85, 135, 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(59, 85, 135, 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: #3b5587;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(59, 85, 135, 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(59, 85, 135, 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(59, 85, 135, 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: #002d5a;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #3b5587;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.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-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #002d5a;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #3b5587;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #3b5587;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #002d5a;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #3b5587;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #002d5a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #3b5587;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #002d5a;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #3b5587;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #002d5a;
}
.mat-icon.mat-accent {
  color: #3b5587;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #002d5a;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #3b5587;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  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-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #bcc7d2;
}
.mat-progress-bar-buffer {
  background-color: #bcc7d2;
}
.mat-progress-bar-fill::after {
  background-color: #002d5a;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #cad1dd;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #cad1dd;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #3b5587;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #002d5a;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #3b5587;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #002d5a;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #002d5a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3b5587;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #3b5587;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  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-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #002d5a;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #3b5587;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.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-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #3b5587;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(59, 85, 135, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #3b5587;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #002d5a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 45, 90, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #002d5a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #002d5a;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(0, 45, 90, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #3b5587;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(59, 85, 135, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.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: #002d5a;
  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: #3b5587;
  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-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 192, 206, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #002d5a;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(196, 204, 219, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #3b5587;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 192, 206, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #002d5a;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(196, 204, 219, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #3b5587;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #002d5a;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #3b5587;
  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-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.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-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  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-simple-snackbar-action {
  color: #3b5587;
}
/* stylelint-disable no-descending-specificity */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
html {
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #f5f6f8;
}
body {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 25px;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000;
}
* {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
ul ul {
  margin: 5px 0 0 15px;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  text-align: left;
  padding: 10px;
  font-size: 0.875em;
}
/* Links */
a,
span.link,
span.action,
span.md-action {
  color: #0076dc;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  transition: all 200ms ease;
}
a.dark,
span.link.dark,
span.action.dark,
span.dark.md-action {
  color: #fff;
}
a.disabled,
span.link.disabled,
span.action.disabled,
span.disabled.md-action {
  cursor: default;
  color: #999;
}
a.disabled:hover,
span.link.disabled:hover,
span.action.disabled:hover,
span.disabled.md-action:hover {
  color: #999;
}
a:hover,
span.link:hover,
span.action:hover,
span.md-action:hover {
  color: #005ba9;
}
.no-action {
  cursor: default !important;
}
a.link,
span.link {
  font-weight: 600;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.md-action {
  text-decoration: underline !important;
}
/* stylelint-enable scss/at-extend-no-missing-placeholder */
a:hover {
  color: #005ba9;
}
a:hover.dark {
  color: #e6e6e6;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.cursor-pointer {
  cursor: pointer;
}
/* Lists */
ul,
ol,
dl {
  margin: 0 0 1.5em 20px;
  padding: 0;
}
ul {
  list-style-type: disc;
}
li {
  margin: 0 0 8px;
  padding: 0;
}
label {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 16px;
  padding-right: 25px;
}
input {
  font-size: 18px;
}
textarea {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}
/* Transitions */
.transition {
  transition: 200ms all ease;
}
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
  font-size: 26px;
  letter-spacing: 0.1px;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 601px) {
  h1 {
    font-size: 48px;
    line-height: 1.32;
    letter-spacing: -0.82px;
    margin-bottom: 0.2em;
  }
}
h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.1px;
}
h3 {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2px;
}
h4 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2px;
}
h5 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1px;
}
h6 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-weight: 700;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
  color: #002f49;
}
.mat-form-field {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
p {
  color: #000;
  font-size: 16px;
  margin: 0 0 1.5em;
  line-height: 25px;
}
p:last-child {
  margin: 0;
}
p.last {
  margin: 0;
}
p.blue {
  color: #002f49;
}
p.bold {
  font-weight: 600;
}
a {
  font-size: 16px;
}
.text-component p {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.caption,
.view-only p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.overline {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 14px;
}
.material h1 {
  font-size: 64px;
  line-height: 1.32;
}
.material h2 {
  font-size: 48px;
  line-height: 37px;
}
.material h3 {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.2px;
}
.asterisk {
  color: #334d6e;
  font-size: 14px;
}
footer {
  background: #002f49;
  bottom: 0;
  position: fixed;
  left: 0;
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 970px) {
  footer {
    display: none;
  }
}
footer .mat-small-button {
  min-width: 84px !important;
}
footer .wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: inherit;
  padding: 10px;
}
footer .footer-cta {
  display: block;
  min-width: 188px;
}
/* Layout and Block Sizes (with 30px gutter) */
/* stylelint-disable no-descending-specificity */
main {
  padding-top: 72px;
  transition: all 0.2s linear 0s;
  height: 100%;
  min-height: 100vh;
}
@media only screen and (min-width: 970px) {
  main {
    padding-top: 120px;
  }
}
main.no-pad {
  padding: 0;
}
main.full-width {
  max-width: 100%;
  width: 100%;
}
.notification main {
  padding-top: 267px;
}
@media only screen and (min-width: 370px) {
  .notification main {
    padding-top: 242px;
  }
}
@media only screen and (min-width: 970px) {
  .notification main {
    padding-top: 290px;
  }
}
@media only screen and (min-width: 970px) {
  .authenticated main {
    display: flex;
  }
}
.authenticated main > *:nth-child(2) {
  height: 100%;
}
@media only screen and (min-width: 970px) {
  .authenticated main > *:nth-child(2) {
    width: calc(100% - 256px);
  }
}
.application main {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 970px) {
  .application main {
    flex-direction: row;
  }
}
.application main > *:nth-child(2) {
  height: 100%;
}
@media only screen and (min-width: 970px) {
  .application main > *:nth-child(2) {
    width: calc(100% - 256px);
  }
}
main > * {
  display: block;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
body #wrapper {
  min-height: 100vh;
  position: relative;
  left: 0;
  transition: 0.7s ease all;
}
body #wrapper.dash {
  background: #f5f6f8;
}
body.nav-open {
  position: fixed;
}
body.nav-open #wrapper {
  left: -256px;
}
body.modal-open {
  position: fixed;
  width: 100%;
}
/* stylelint-disable no-descending-specificity */
header {
  background: #002f49;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  transition: height 0.4s, left 0.7s ease;
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 5;
}
.nav-open header {
  left: -256px;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin: inherit;
  padding: 10px;
}
@media only screen and (min-width: 970px) {
  header {
    height: 120px;
  }
  header .wrapper {
    margin: 0 auto;
    padding: 20px 40px;
    width: 100%;
  }
}
.notification header {
  top: 195px;
}
@media only screen and (min-width: 370px) {
  .notification header {
    top: 170px;
  }
}
header.sticky {
  height: 72px;
}
header.sticky .icon-logo-tns, header.sticky .icon-logo-sng {
  height: 47px;
  width: 90px;
}
header.sticky .icon-logo-tns svg, header.sticky .icon-logo-sng svg {
  height: 47px;
  width: 90px;
}
header.sticky .icon-logo-sng {
  width: 90px;
}
header.sticky .icon-logo-sng svg {
  width: 90px;
}
header svg-icon {
  cursor: pointer;
  display: inline-block;
  outline: none;
}
header .icon-logo-tns, header .icon-logo-sng {
  height: 47px;
  transition: all 0.4s;
}
header .icon-logo-tns svg, header .icon-logo-sng svg {
  bottom: -3px;
  height: 52px;
  transition: all 0.4s;
}
@media only screen and (min-width: 970px) {
  header .icon-logo-tns, header .icon-logo-sng {
    height: 90px;
  }
  header .icon-logo-tns svg, header .icon-logo-sng svg {
    height: 90px;
  }
}
header .icon-logo-tns {
  width: 90px;
}
header .icon-logo-tns svg {
  width: 90px;
}
@media only screen and (min-width: 970px) {
  header .icon-logo-tns {
    width: 170px;
  }
  header .icon-logo-tns svg {
    width: 170px;
  }
}
header .icon-logo-sng {
  width: 90px;
}
header .icon-logo-sng svg {
  width: 90px;
}
@media only screen and (min-width: 970px) {
  header .icon-logo-sng {
    width: 144px;
  }
  header .icon-logo-sng svg {
    width: 144px;
  }
}
header .header-cta {
  display: none;
}
header .header-cta .mat-small-button {
  min-width: 84px !important;
}
@media only screen and (min-width: 970px) {
  header .header-cta {
    display: block;
    margin-left: auto;
    min-width: 188px;
  }
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
svg-icon {
  display: inline-flex;
}
div[class*=icon-] {
  display: inherit;
  position: relative;
}
div[class*=icon-] svg {
  display: inline-block;
  position: relative;
}
.icon-add-to-calendar svg {
  height: 18px;
  width: 18px;
}
.icon-avatar1 svg,
.icon-avatar2 svg {
  height: 43px;
  width: 43px;
}
.icon-arrow-left svg,
.icon-arrow-right svg {
  height: 20px;
  width: 12px;
}
.icon-calendar svg {
  height: 19px;
  width: 18px;
}
.icon-circle-outline svg {
  height: 20px;
  width: 21px;
}
.icon-close svg {
  height: 24px;
  width: 24px;
}
.icon-contact svg {
  height: 24px;
  width: 24px;
}
.icon-blog svg {
  height: 24px;
  width: 20px;
}
.icon-cross-circle svg {
  height: 24px;
  width: 24px;
}
.icon-error svg {
  height: 20px;
  width: 20px;
}
.icon-eye svg {
  height: 13px;
  width: 18px;
}
.icon-eye-open svg {
  height: 18px;
  width: 30px;
}
.icon-eye-slash svg {
  height: 24px;
  width: 30px;
}
.icon-hamburger-menu svg {
  height: 25px;
  width: 25px;
}
.icon-higher_education svg {
  height: 16px;
  width: 27px;
}
.icon-home svg {
  height: 17px;
  width: 21px;
}
.icon-information {
  color: #003653;
}
.icon-information svg {
  height: 28px;
  width: 28px;
}
.icon-kebab-menu svg {
  height: 16px;
  width: 4px;
}
.icon-leave_of_absence svg {
  height: 22px;
  width: 22px;
}
.icon-logOut svg {
  height: 17px;
  width: 21px;
}
.icon-logo-apple svg {
  height: 21px;
  width: 17px;
}
.icon-logo-google svg {
  height: 19px;
  width: 19px;
}
.icon-logo-nursing {
  height: 36px;
  width: 31px;
}
.icon-logo-nursing svg {
  height: 36px;
  width: 31px;
}
.icon-logo-office-365 svg {
  height: 18px;
  width: 16px;
}
.icon-logo-outlook svg {
  height: 19px;
  width: 19px;
}
.icon-logo-outlook-com svg {
  height: 19px;
  width: 19px;
}
.icon-logo-yahoo svg {
  height: 17px;
  width: 21px;
}
.icon-livechat {
  height: 28px;
  width: 28px;
}
.icon-livechat svg {
  height: 28px;
  width: 28px;
}
.icon-map-pin svg {
  height: 25px;
  width: 18px;
}
.icon-menu-help svg {
  height: 23px;
  width: 23px;
}
.icon-menu-home svg {
  height: 23px;
  width: 23px;
}
.icon-padlock svg {
  height: 19px;
  width: 15px;
}
.icon-plus svg {
  height: 14px;
  stroke-width: 2;
  width: 14px;
}
.icon-question-mark svg {
  height: 17px;
  width: 11px;
}
.icon-search svg {
  height: 27px;
  width: 25px;
}
.icon-triangle-down svg {
  height: 9px;
  width: 9px;
}
.icon-tick svg {
  height: 24px;
  width: 24px;
}
.icon-tick-confirmation svg {
  height: 20px;
  width: 21px;
}
.icon-warning svg {
  height: 19px;
  width: 22px;
}
.icon-work_history svg {
  height: 18px;
  width: 22px;
}
.icon-livechat-bg {
  background-color: #c94c88;
  border-radius: 50%;
  height: 28px;
  position: relative;
  top: -2px;
  width: 28px;
}
.icon-livechat-bg div.icon-livechat {
  height: 17px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}
.icon-livechat-bg div.icon-livechat svg {
  height: 17px;
  width: 17px;
}
.icon-calendar-grid {
  width: 27px;
  height: 22px;
  overflow: hidden;
  margin-left: 10px;
  vertical-align: middle;
}
.icon-checked-calendar {
  width: 23px;
  height: 27px;
  color: #c94c88;
  overflow: hidden;
}
.icon-person:not(svg-icon) {
  width: 16px;
  height: 16px;
  color: #c94c88;
  overflow: hidden;
  margin-right: 10px;
}
.icon-phone2:not(svg-icon) {
  width: 16px;
  height: 16px;
  color: #c94c88;
  overflow: hidden;
  margin-right: 10px;
}
.icon-circle-check:not(svg-icon) {
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: 10px;
}
ul.list {
  margin: 20px 0;
  list-style: none;
}
ul.list li + .align-top {
  align-items: flex-start;
}
ul.list li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 10px;
}
ul.list li .list-inner {
  width: calc(100% - 33px);
}
ul.list li .list-inner .address {
  white-space: pre-line;
}
ul.list li span,
ul.list li strong {
  margin: 0 5px 0 0;
}
ul.list li.edit {
  align-items: flex-start;
}
ul.list li.edit::before {
  bottom: -21px;
}
ul.list li.confirmed::before {
  background-image: url("/assets/svg/tick-confirmation.svg");
  background-size: 21px 20px;
  bottom: 0;
  height: 20px;
  left: -3px;
  width: 21px;
}
ul.list li::before {
  background-image: url("/assets/svg/arrow-head-right.svg");
  background-repeat: no-repeat;
  background-size: 12px 11px;
  bottom: -4px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 12px;
  position: relative;
  width: 21px;
}
ul.no-top {
  margin: 0 0 20px;
}
ul.no-center li {
  align-items: flex-start;
}
ul.no-center li::before {
  top: 7px;
}
ul.app-declaration-list {
  font-size: 16px;
}
ul.app-declaration-list li {
  margin-bottom: 5px;
}
ul.app-declaration-list li:last-child {
  margin-bottom: 0;
}
ol.app-declaration-list {
  list-style: decimal;
}
/* stylelint-disable no-descending-specificity */
.garda-table th,
.garda-table td,
.terms-table th,
.terms-table td {
  font-size: 18px;
  padding: 3px 10px;
}
.garda-table ul,
.terms-table ul {
  margin: 0 0 0 30px;
}
.garda-table-wrapper,
.terms-table-wrapper {
  padding: 0 10px;
}
.terms-table th,
.terms-table td {
  font-size: 16px;
  padding: 0 10px;
}
.terms-table td {
  width: 100%;
}
.terms-table td:first-child {
  width: auto;
}
.app-induction th,
.app-induction td {
  font-size: 16px;
  padding: 0 10px;
}
.app-induction h3 {
  margin-bottom: 0.9em;
}
.app-induction h4 {
  margin-bottom: 0.7em;
}
.app-induction h5 {
  margin-bottom: 0.3em;
}
.app-declaration th,
.app-declaration td {
  font-size: 16px;
  padding: 0 10px;
}
.app-declaration td {
  width: 100%;
}
.app-declaration td:first-child {
  width: auto;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
.profile-section__field-group .field-group__container:first-child::before {
  display: none;
}
.profile-section__field-group .field-group__container.date-gap + .field-group__container::before {
  border: 1px dashed #ff2e2e;
}
@media only screen and (min-width: 480px) {
  .field-group__row {
    display: flex;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 480px) {
  .field-group__row .row {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .field-group__row .row .col {
    padding: 0;
  }
}
.field-group__row .row__split {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 480px) {
  .field-group__row .row__split + .row__split .col {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .field-group__row .row__split {
    display: block;
    flex-wrap: nowrap;
    margin: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 480px) {
  .field-group__row .row__split .col {
    padding-left: 0;
    padding-right: 10px;
  }
}
.field-group__container {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
}
.field-group__container::before {
  border: 1px solid #666;
  content: "";
  display: block;
  height: 30px;
  left: 50px;
  position: absolute;
  top: -30px;
  width: 0;
}
.field-group__container.date-gap {
  border: 2px dashed #ff2e2e;
  text-align: center;
}
.field-group__container.date-gap::before {
  border: 1px dashed #ff2e2e;
}
.field-group__container.rejected {
  border: 1px solid #f00;
}
@media only screen and (min-width: 768px) {
  .field-group__container {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .field-group__inner {
    display: flex;
    flex-flow: row wrap;
  }
}
.field-group__inner span {
  display: block;
  word-break: break-word;
}
.field-group__rejection {
  margin-top: 20px;
  padding: 0 20px;
}
.field-group__rejection p {
  color: #ff2e2e;
  font-weight: 600;
}
.field-group__name .title {
  color: #000;
}
.field-group__name .subtitle {
  color: #898989;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .field-group__name .subtitle {
    font-size: 15px;
  }
}
.field-group__name, .field-group__type {
  display: flex;
  flex-flow: column wrap;
}
.field-group__type .title,
.field-group__type .difference, .field-group__date .title,
.field-group__date .difference {
  color: #898989;
}
.field-group__type .title::first-letter,
.field-group__type .difference::first-letter, .field-group__date .title::first-letter,
.field-group__date .difference::first-letter {
  text-transform: uppercase;
}
.field-group__date {
  display: flex;
  flex-direction: row;
}
.field-group__actions {
  margin-left: auto;
}
@media only screen and (max-width: 969px) {
  .field-group__actions {
    position: static;
  }
}
.field-group__actions-group-actions {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 768px) {
  .field-group__actions-group-actions {
    display: flex;
  }
}
.field-group__actions-mobile-actions {
  position: absolute;
  right: 20px;
  top: 15px;
}
.field-group__actions-mobile-actions .menuTrigger {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .field-group__actions-mobile-actions {
    display: none;
  }
}
/* stylelint-disable no-descending-specificity */
.profile-section__row {
  margin-bottom: 20px;
  position: relative;
}
.profile-section__row .mat-expansion-panel {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}
.profile-section__row .mat-expansion-panel-header-title {
  font-size: 18px;
}
.profile-section__row .mat-expansion-indicator {
  margin-top: -0.5em;
}
.profile-section__row .mat-expansion-indicator::after {
  color: #c94c88;
  border-width: 0 3px 3px 0;
  padding: 5px;
}
.profile-section__row-lg {
  margin-bottom: 35px;
  position: relative;
}
.profile-section__messages {
  position: relative;
}
.profile-section__rejection .alert {
  margin-bottom: 35px;
}
.profile-section li {
  margin: 0;
}
.profile-section__address {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (min-width: 970px) {
  .profile-section__address {
    padding: 0 40px;
  }
}
.profile-section__address span {
  color: black;
  display: block;
  font-size: 14px;
  line-height: 1.71;
}
.profile-section .list .list-inner > .link {
  display: block;
}
@media only screen and (min-width: 601px) {
  .profile-section .list .list-inner > .link {
    display: inline;
  }
}
.profile-section__buttons {
  margin-top: 50px;
}
.profile-section__buttons-button {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .profile-section__buttons-button {
    margin-bottom: 20px;
    width: 100%;
  }
}
.profile-section__buttons-button:last-child {
  margin-bottom: 0;
}
.profile-section__buttons [class*=col-md] {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-section__buttons [class*=col-md] {
    margin: 0;
  }
}
.profile-section__buttons [class*=col-md]:last-child {
  margin: 0;
}
.profile-section__buttons-explainer {
  margin: auto 20px;
}
.profile-section__numbered-list {
  counter-reset: counter;
  padding-left: 26px;
}
.profile-section__numbered-list > li {
  counter-increment: counter;
  position: relative;
  margin-left: 26px;
  margin-bottom: 20px;
  color: #898989;
  font-size: 18px;
  line-height: 1.33;
}
.profile-section__numbered-list > li .title {
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.profile-section__numbered-list > li::before {
  content: counter(counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: calc(-1 * 26px - 16px);
  line-height: 26px;
  width: 26px;
  height: 26px;
  top: 0;
  background: #c94c88;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 18px;
}
.profile-section__numbered-list.disclosure {
  margin: 0;
}
.profile-section__group-list-title {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}
.profile-section__group-list-title.desc h2 {
  margin-bottom: 15px;
}
.profile-section__group-list-title.desc p,
.profile-section__group-list-title.desc ul,
.profile-section__group-list-title.desc li {
  color: #898989;
}
.profile-section__group-list-title.desc ul {
  margin: 0 0 0 1.5em;
}
.profile-section__group-list-title.border {
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-title {
    border: 0;
    padding: 30px;
  }
}
.profile-section__group-list-title-description {
  margin: 15px 0;
}
.profile-section__group-list-checkbox {
  padding: 30px;
  margin-top: -60px;
}
.profile-section__group-list-checkbox label {
  margin-bottom: 0;
}
.profile-section__group-list-header {
  border-bottom: 1px solid #d6d6d6;
  display: none;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-header {
    display: block;
  }
}
.profile-section__group-list-header span {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.profile-section__group-list-add {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-add {
    padding: 20px 30px;
  }
}
.profile-section__group-list-add span {
  color: #0076be;
  cursor: pointer;
  font-size: 18px;
}
.profile-section__group-list-add .icon-plus svg {
  bottom: -1px;
  margin-right: 15px;
  stroke: #0076be;
}
.profile-section__group-list-item {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-item {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-item-label {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 30px 0;
  }
}
.profile-section__group-list-item-label span {
  display: block;
  word-break: break-word;
}
.profile-section__group-list-item-label .note {
  color: #898989;
  display: inline;
}
.profile-section__group-list-item-label.grey {
  color: #898989;
}
.profile-section__group-list-item-label.note {
  color: #b8b8b8;
}
.profile-section__group-list-item-status {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-item-status {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 30px 0;
  }
}
.profile-section__group-list-item-status .item-status {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.profile-section__group-list-item-status .item-status .last-sent {
  color: #898989;
  font-size: 14px;
  line-height: 1;
}
.profile-section__group-list-item-status .item-status-inner {
  display: flex;
  flex-flow: column wrap;
  width: calc(100% - 29px);
}
.profile-section__group-list-item-status .item-status span {
  line-height: 1.1;
}
.profile-section__group-list-item-status .item-status.incomplete::before {
  color: #ffb946;
}
.profile-section__group-list-item-status .item-status.pending::before {
  color: #b1ddff;
}
.profile-section__group-list-item-status .item-status.rejected::before {
  color: #ff3f3f;
}
.profile-section__group-list-item-status .item-status.complete::before {
  color: #2ed47a;
}
.profile-section__group-list-item-status .item-status.download::before {
  color: #847d77;
}
.profile-section__group-list-item-status .item-status.upload::before {
  color: #004f54;
}
.profile-section__group-list-item-status .item-status::before {
  content: " ●";
  display: inline-block;
  line-height: 14px;
  font-size: 33px;
  height: 17px;
  margin-right: 10px;
  position: relative;
  width: 19px;
}
.profile-section__group-list-item-actions {
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-item-actions {
    padding: 30px 0;
  }
}
.profile-section__group-list-item-actions .action {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .profile-section__group-list-item-comment {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 0 30px;
  }
}
.profile-section__group-list-item-comment p {
  color: #ff2e2e;
  font-weight: 600;
}
.profile-section__block {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}
.profile-section__block-title-desc {
  margin-bottom: 30px;
}
.profile-section__block-title-desc h2 {
  margin-bottom: 15px;
}
.profile-section__block-title-desc p {
  color: #898989;
}
.profile-section__block .block {
  margin-top: 30px;
}
.profile-section__block .block-label {
  display: block;
  margin-bottom: 10px;
}
.profile-section__block.item {
  padding: 30px;
}
.profile-section__block .assessment .icon-cross-circle,
.profile-section__block .assessment .icon-tick {
  bottom: -6px;
  margin-right: 10px;
}
.profile-section__block .assessment .icon-eye {
  bottom: -1px;
  margin-right: 7px;
}
.profile-section__block .assessment .icon-tick {
  fill: #2ed47a;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
button.mat-button {
  border-radius: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 54px;
  line-height: 2.22;
  min-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 970px) {
  button.mat-button {
    width: auto;
  }
}
button.mat-button.mat-add-calendar {
  border: 1px solid #ededed;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
button.mat-button.mat-add-calendar .mat-add-calendar__icon {
  line-height: 1;
}
button.mat-button.mat-add-calendar .icon-add-to-calendar {
  bottom: -2px;
}
button.mat-button.mat-add-calendar .mat-button-label {
  padding: 0 10px;
}
button.mat-button.mat-add-calendar .mat-center-icon {
  margin-left: auto;
}
button.mat-button .mat-icon {
  margin-top: 0 !important;
}
button.mat-button .icon-link {
  width: 38px;
  height: 37px;
}
button.mat-button.mat-no-margin {
  margin: 0 !important;
}
button.mat-button.mat-auto-margin {
  margin: 0 auto !important;
}
@media only screen and (min-width: 768px) {
  button.mat-button.mat-md-button {
    min-width: 230px;
  }
}
@media only screen and (min-width: 601px) {
  button.mat-button.mat-wide-button {
    min-width: 272px;
  }
}
button.mat-button.mat-full-width {
  width: 100%;
}
button.mat-button.mat-cta-icon .mat-button-wrapper, button.mat-button.mat-add-calendar .mat-button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
button.mat-button.mat-cta-icon .mat-button-label {
  padding: 0 10px;
}
button.mat-button.mat-cta-icon .mat-center-icon {
  margin-right: auto;
}
button.mat-button .icon-arrow-right-circle {
  height: 24px;
  margin-left: auto;
  width: 24px;
}
button.mat-button.mat-flat-button, button.mat-button.mat-raised-button {
  color: #fff;
  background-color: #b93b71;
}
button.mat-button.mat-flat-button.inverted, button.mat-button.mat-raised-button.inverted {
  color: #b93b71;
  background-color: #fff;
}
button.mat-button.mat-flat-button.inverted:hover, button.mat-button.mat-raised-button.inverted:hover {
  background-color: #fff;
}
button.mat-button.mat-flat-button.inverted:active:hover, button.mat-button.mat-raised-button.inverted:active:hover {
  background-color: #00aeef;
}
button.mat-button.mat-flat-button.inverted[disabled], button.mat-button.mat-flat-button.inverted[disabled]:hover, button.mat-button.mat-raised-button.inverted[disabled], button.mat-button.mat-raised-button.inverted[disabled]:hover {
  color: white;
  background-color: rgba(185, 59, 113, 0.1);
}
button.mat-button.mat-flat-button.light:hover, button.mat-button.mat-raised-button.light:hover {
  background-color: #cb5c8c;
}
button.mat-button.mat-flat-button .icon-arrow-right-circle, button.mat-button.mat-raised-button .icon-arrow-right-circle {
  fill: white;
}
button.mat-button.mat-flat-button.mat-small-button, button.mat-button.mat-raised-button.mat-small-button {
  font-size: 14px;
  height: 32px;
  min-width: 0;
}
button.mat-button.mat-flat-button.mat-small-button .icon-arrow-right-circle, button.mat-button.mat-raised-button.mat-small-button .icon-arrow-right-circle {
  width: 13px;
  height: 13px;
}
button.mat-button.mat-flat-button.mat-small-button .mat-icon, button.mat-button.mat-raised-button.mat-small-button .mat-icon {
  margin-top: -2px;
}
button.mat-button.mat-flat-button.mat-medium-button, button.mat-button.mat-raised-button.mat-medium-button {
  font-size: 16px;
  height: 40px;
}
button.mat-button.mat-flat-button.mat-medium-button .icon-arrow-right-circle, button.mat-button.mat-raised-button.mat-medium-button .icon-arrow-right-circle {
  width: 15px;
  height: 15px;
}
button.mat-button.mat-flat-button.mat-medium-button .mat-icon, button.mat-button.mat-raised-button.mat-medium-button .mat-icon {
  margin-top: -2px;
}
button.mat-button.mat-flat-button[disabled], button.mat-button.mat-flat-button[disabled]:hover, button.mat-button.mat-raised-button[disabled], button.mat-button.mat-raised-button[disabled]:hover {
  background-color: rgba(185, 59, 113, 0.1);
  color: #fff;
}
button.mat-button.mat-flat-button:hover, button.mat-button.mat-raised-button:hover {
  background-color: rgba(185, 59, 113, 0.4);
}
button.mat-button.mat-flat-button:active, button.mat-button.mat-raised-button:active {
  background-color: rgba(185, 59, 113, 0.3);
  color: #fff;
}
button.mat-button.mat-flat-button.cdk-focused, button.mat-button.mat-raised-button.cdk-focused {
  background-color: rgba(185, 59, 113, 0.3);
}
button.mat-button.mat-stroked-button {
  color: #b93b71;
  border: 1.5px solid #b93b71;
}
button.mat-button.mat-stroked-button:active {
  color: #00aeef;
  border-color: #00aeef;
}
button.mat-button.mat-stroked-button:hover {
  background-color: #b93b71;
  color: white;
}
button.mat-button.mat-stroked-button .icon-arrow-right-circle {
  fill: #b93b71;
}
button.mat-button.mat-stroked-button.mat-small-button {
  font-size: 14px;
  height: 32px;
}
button.mat-button.mat-stroked-button.mat-small-button .icon-arrow-right-circle {
  width: 13px;
  height: 13px;
}
button.mat-button.mat-stroked-button.mat-small-button .mat-icon {
  margin-top: -2px;
}
button.mat-button.mat-stroked-button.cta-icon {
  color: #002f49;
  border: 1.5px solid #002f49;
}
button.mat-button.mat-stroked-button.cta-icon svg {
  fill: #002f49;
  float: right;
  height: 20px;
  width: 20px;
}
button.mat-button.mat-stroked-button[disabled], button.mat-button.mat-stroked-button[disabled]:hover {
  color: rgba(185, 59, 113, 0.1);
  border-color: rgba(185, 59, 113, 0.2);
  background-color: #fff;
}
button.mat-button.mat-stroked-button.inverted {
  border-color: #fff;
  color: #fff;
}
button.mat-button.mat-stroked-button.inverted:active {
  color: #00aeef;
  border-color: #00aeef;
}
button.mat-button.mat-stroked-button.inverted:active:hover {
  background-color: transparent;
}
button.mat-button.mat-stroked-button.inverted[disabled], button.mat-button.mat-stroked-button.inverted[disabled]:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
button.mat-button.mat-stroked-button.inverted:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
button.mat-button.mat-flat-button.inverted:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
button.mat-button.mat-flat-button.inverted[disabled], button.mat-button.mat-flat-button.inverted[disabled]:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}
button.mat-button.mat-white-button {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
button.mat-button.mat-white-button:hover {
  background-color: #fafafa;
  color: #000;
}
button.mat-button.success {
  border-color: #2ed47a;
  color: #2ed47a;
}
button.mat-button.success:hover {
  border-color: #40d441;
  color: #40d441;
  background-color: #fcfcfc;
}
.button-selection {
  position: relative;
}
.button-selection__dropdown {
  background-color: #b93b71;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
  overflow: hidden;
}
.button-selection__dropdown.overlay {
  position: absolute;
  width: 100%;
  z-index: 20;
}
.button-selection__choice {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.button-selection__choice span {
  cursor: pointer;
  padding: 15px;
  width: 100%;
}
.button-selection__choice:hover {
  background-color: #d783a7;
}
.button-selection .mat-button-wrapper {
  align-items: center;
  display: flex;
}
.button-selection .mat-button-wrapper .mat-button-label {
  margin: 0 auto;
}
.button-selection .mat-button-dropdown {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 4px 0 20px;
}
.button-selection .mat-button-dropdown .icon-triangle-down svg {
  fill: #fff;
}
/* stylelint-disable no-descending-specificity */
.date-container .mat-datepicker-toggle {
  border-right: 1px solid #868990;
}
.date-container .mat-datepicker-toggle svg {
  top: -2px;
}
.date-container.disabled input {
  color: #cfd0d3;
}
.date-container.disabled input:hover, .date-container.disabled input:focus {
  border-color: #868990;
}
.date-container mat-form-field .input-box.placeholder-text::after {
  color: #cfd0d3;
}
.date-container .mat-form-field-hide-placeholder .mat-input-element::placeholder, .date-container .mat-input-element::placeholder {
  color: #86786f;
  -webkit-text-fill-color: #86786f;
}
/* stylelint-disable no-descending-specificity */
.uploader-wrapper .input-box .caption.default {
  color: #000;
}
.uploader-wrapper .input-box .caption.error {
  color: #c00;
}
.uploader-wrapper .input-box .caption.complete {
  color: #23a95f;
}
.uploader-wrapper .files-item mat-icon {
  color: #002f49;
}
.uploader-wrapper .files-item:not(.complete) mat-icon, .uploader-wrapper .files-item.complete:hover mat-icon {
  color: #33567c;
}
.uploader-wrapper .files-item:not(.complete) .files-data .text-container {
  color: #868990;
}
.uploader-wrapper .files-item .files-data .text-container {
  color: #000;
}
.uploader-wrapper .files-item .files-data .progress-bar {
  background-color: #e7e7e9;
}
.uploader-wrapper .files-item .files-data .progress-bar .bar {
  background-color: #002f49;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
.icon-arrow-right-circle svg {
  height: 24px;
  width: 24px;
}
.icon-arrow-head-left svg,
.icon-arrow-head-right svg {
  height: 12px;
  width: 18px;
}
.icon-calendar-blue svg,
.icon-calendar-grey svg {
  height: 24px;
  width: 24px;
}
.icon-complete-green svg {
  height: 20px;
  width: 20px;
}
.icon-eye-blue svg {
  height: 16px;
  width: 16px;
}
.icon-error-red svg {
  height: 16px;
  width: 16px;
}
.icon-file-active svg,
.icon-file-inactive svg {
  height: 48px;
  width: 48px;
}
.icon-information-grey svg,
.icon-information-white svg {
  height: 16px;
  width: 16px;
}
.icon-incomplete-grey svg {
  height: 20px;
  width: 20px;
}
.icon-issue-red svg,
.icon-issue-white svg {
  height: 20px;
  width: 20px;
}
.icon-magnifying-glass-grey svg {
  height: 24px;
  width: 24px;
}
.icon-pending-cyan svg {
  height: 20px;
  width: 20px;
}
.icon-radio-checked-active svg,
.icon-radio-unchecked-active svg,
.icon-radio-checked-inactive svg,
.icon-radio-unchecked-inactive svg {
  height: 20px;
  width: 20px;
}
.icon-arrow-prev-outline-inactive svg,
.icon-arrow-prev-outline-active svg,
.icon-arrow-next-outline-inactive svg,
.icon-arrow-next-outline-active svg,
.icon-arrow-next-solid-blue svg {
  height: 32px;
  width: 32px;
}
.icon-phone svg,
.icon-email svg {
  height: 32px;
  width: 32px;
}
.icon-celebrate svg {
  height: 152px;
  width: 222px;
}
.icon-qn-app svg {
  height: 50px;
  width: 40px;
}
.icon-qn-web svg {
  height: 37px;
  width: 35px;
}
.icon-first-shift svg {
  height: 49px;
  width: 35px;
}
.icon-phone-call svg {
  height: 35px;
  width: 35px;
}
.icon-clock svg {
  width: 26px;
  height: 26px;
}
.icon-smart-device svg {
  width: 18px;
  height: 26px;
}
.icon-rabbit svg {
  width: 33px;
  height: 24px;
}
/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */
.input-container {
  position: relative;
}
.input-container.disabled .input-label {
  -webkit-user-select: none;
          user-select: none;
}
.input-container.disabled .input,
.input-container.disabled .mat-input-element {
  color: rgba(0, 0, 0, 0.5);
}
.input-container.disabled .input:hover, .input-container.disabled .input:focus,
.input-container.disabled .mat-input-element:hover,
.input-container.disabled .mat-input-element:focus {
  border-color: #868990;
}
.input-label {
  position: relative;
}
.input-box {
  max-width: 600px;
}
.input-box .input,
.input-box .mat-input-element {
  border: 1px solid #585858;
  border-radius: 5px;
  color: #000;
  transition: border-color 0.3s ease-in-out;
}
.input-box .input:hover, .input-box .input:focus,
.input-box .mat-input-element:hover,
.input-box .mat-input-element:focus {
  border-color: #002f49;
}
.input-box .placeholder {
  background-color: #fff;
}
.input-box .mat-form-field-placeholder {
  color: #86786f;
}
/* stylelint-disable no-descending-specificity */
.inline-edit {
  display: inline-block;
}
.inline-edit.telephone-number .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.inline-edit.telephone-number .mat-form-field-wrapper .mat-form-field-infix {
  width: 200px;
}
.inline-edit [hidden] {
  display: none;
}
.inline-edit__label {
  display: block;
}
@media only screen and (min-width: 601px) {
  .inline-edit__label {
    display: inline;
  }
}
.inline-edit .text {
  font-weight: 700;
}
.inline-edit__inner {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 383px) {
  .inline-edit__inner {
    flex-wrap: nowrap;
  }
}
.inline-edit__actions {
  margin-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
  width: 100%;
}
@media only screen and (min-width: 383px) {
  .inline-edit__actions {
    margin: 0;
    width: auto;
  }
}
.inline-edit .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.inline-edit .mat-form-field-wrapper .mat-form-field-infix {
  width: 110px;
}
.inline-edit .mat-input-element {
  width: auto;
}
@media only screen and (min-width: 383px) {
  .inline-edit .mat-input-element {
    margin-bottom: 0;
  }
}
.inline-edit .action {
  margin: 0;
  padding: 0 20px;
}
.inline-edit .action:last-child {
  padding-left: 0;
}
.inline-edit .material-error {
  margin-top: 10px;
}
/* Modal */
@media (min-width: 769px) {
  .blur-wrapper {
    height: 100%;
  }
}
.blur {
  filter: blur(3px);
  overflow: hidden;
}
.no-overflow {
  overflow: hidden;
  min-height: 100vh;
  position: fixed;
}
.modal-fade {
  animation: fadein 300ms;
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.modal-fade.show-modal {
  display: block;
  animation: fadein 300ms;
}
.pagination-container {
  border-bottom: 1px solid #002f49;
}
.pagination-container.bottom {
  border-bottom: 0;
  border-top: 1px solid #002f49;
}
.pagination-container mat-select .mat-select-arrow::after {
  color: #002f49;
}
.pagination-container mat-select .mat-select-value-text {
  color: #002f49;
}
.pagination-selector .numbers-container .numbers span {
  color: #002f49;
}
.progressbar li {
  background-color: #9ea1a6;
  color: #fff;
}
.progressbar li::after {
  background-color: #9ea1a6;
}
.progressbar li.completed {
  background-color: #002f49;
}
.progressbar li.issue {
  background-color: #c00;
}
.progressbar li.active {
  background-color: #23a95f;
}
.feedbackbar {
  background-color: #fff;
}
.feedbackbar__progressComplete {
  background-color: #cfd0d3;
}
.feedbackbar__progressComplete .progress {
  background-color: #23a95f;
}
.feedbackbar__percentageComplete span {
  color: #23a95f;
}
.timeline-progress {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
}
.timeline-progress__info p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #898989 !important;
}
.timeline-progress__info p.helper-text {
  color: #003653 !important;
  font-weight: 600;
}
.timeline-progress__status {
  color: #002f49;
  font-size: 14px;
  margin-bottom: 10px;
}
.timeline-progress__message {
  color: #898989;
  font-size: 14px;
  margin-bottom: 10px;
}
.timeline-progress__message:last-child {
  margin: 0;
}
.timeline-progress__message .icon-tick-confirmation svg {
  bottom: -5px;
  margin-right: 5px;
}
.timeline-progress__message .icon-warning svg {
  bottom: -3px;
  margin-right: 5px;
}
.timeline-progress__message.error {
  color: #ff2e2e !important;
}
.timeline-progress__bar {
  background-color: #ebeff2;
  border-radius: 4px;
  height: 4px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.timeline-progress__bar .progress {
  border-radius: 4px;
  height: 4px;
}
.timeline-progress__bar .progress.incomplete {
  background: #c00;
}
.timeline-progress__bar .progress.pending {
  background-color: #ffc140;
}
.timeline-progress__bar .progress.in-progress {
  background-color: #f97f55;
}
.timeline-progress__bar .progress.complete {
  background-color: #23a95f;
}
.search-form .input-search {
  border-color: #868990;
}
.section-list-item-icon svg {
  bottom: -2px;
}
/* stylelint-disable no-descending-specificity */
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}
.alert h4 {
  color: inherit;
  margin-top: 0;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: inherit;
  position: relative;
  right: -21px;
  top: -2px;
}
.alert-success {
  background-color: #dbf9e9;
  border: 2px solid #b1e2c0;
  border-radius: 6px;
  color: #148045;
  padding: 20px 27px;
}
.alert-success hr {
  border-top-color: #9fdbb1;
}
.alert-success .alert-link {
  color: #0d542d;
}
.alert-success .alert-link--blue {
  color: #109cf1;
  font-weight: bold;
  text-decoration: underline;
}
.alert-success a,
.alert-success p,
.alert-success span {
  color: #148045;
}
.alert-success a {
  font-weight: 700;
}
.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 6px;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info .alert-link--blue {
  color: #109cf1;
  font-weight: bold;
  text-decoration: underline;
}
.alert-info a,
.alert-info p,
.alert-info span {
  color: #31708f;
}
.alert-info a {
  font-weight: 700;
}
.alert-warning {
  background-color: #fcf8e3;
  border: 2px solid #faebcc;
  border-radius: 6px;
  color: #8a6d3b;
  padding: 20px 27px;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning .alert-link--blue {
  color: #109cf1;
  font-weight: bold;
  text-decoration: underline;
}
.alert-warning a,
.alert-warning p,
.alert-warning span {
  color: #8a6d3b;
}
.alert-warning a {
  font-weight: 700;
}
.alert-danger {
  background-color: #f3d8da;
  border: 2px solid #e9b8c4;
  border-radius: 6px;
  color: #7f3e41;
  padding: 20px 27px;
}
.alert-danger hr {
  border-top-color: #e3a4b4;
}
.alert-danger .alert-link {
  color: #5d2d2f;
}
.alert-danger .alert-link--blue {
  color: #109cf1;
  font-weight: bold;
  text-decoration: underline;
}
.alert-danger a,
.alert-danger p,
.alert-danger span {
  color: #7f3e41;
}
.alert-danger a {
  font-weight: 700;
}
.alert-information {
  background-color: #dde2e6;
  border: 1px solid rgba(0, 47, 58, 0.25);
  border-radius: 6px;
  color: #0f2c3c;
  padding: 20px 27px;
}
.alert-information hr {
  border-top-color: rgba(0, 26, 32, 0.25);
}
.alert-information .alert-link {
  color: #050e13;
}
.alert-information .alert-link--blue {
  color: #109cf1;
  font-weight: bold;
  text-decoration: underline;
}
.alert-information a,
.alert-information p,
.alert-information span {
  color: #0f2c3c;
}
.rejection-status {
  margin: 30px 0 0;
}
.status {
  color: #86786f;
}
.status svg {
  bottom: -1px;
  height: 16px;
  width: 16px;
}
.status-content {
  color: #000;
}
.status.complete {
  color: #23a95f;
}
.status.issue, .status.pending {
  color: #fff;
}
.status.issue {
  border-color: #c00;
}
.status.issue .status-header {
  background-color: #c00;
}
.status.pending {
  border-color: #ffc140;
}
.status.pending .status-header {
  background-color: #ffc140;
}
.state-detection.complete {
  color: #23a95f;
}
.state-detection.issue {
  color: #c00;
}
.tooltip-container .tooltip-close {
  color: #002f49;
}
.tooltip-container .tooltip-message {
  background-color: #cfd0d3;
  color: #002f49;
}
.tooltip-container .triangle::after {
  background-color: #cfd0d3;
}
.tooltip-icon span {
  border: 1px solid #868990;
  color: #868990;
}
.tooltip-icon:hover span {
  color: #000;
  border-color: #000;
}
.group .tooltip-icon span {
  border-color: #fff;
  color: #fff;
}
/* stylelint-disable no-descending-specificity */
.material.mat-accordion {
  margin-bottom: 20px;
}
.material.mat-accordion.lg {
  margin-bottom: 30px;
}
.material.mat-accordion > .mat-expansion-panel {
  margin-bottom: 20px;
}
.material.mat-accordion > .mat-expansion-panel:last-child {
  margin: 0;
}
.material.mat-accordion > .mat-expansion-panel .mat-expansion-panel-header {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding: 0 15px;
}
.material.mat-accordion > .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #b93b71;
  padding: 5px;
  position: relative;
  top: -4px;
}
.material.mat-accordion > .mat-expansion-panel.mat-expanded .mat-expansion-panel-content {
  padding-bottom: 16px;
}
.material.mat-accordion > .mat-expansion-panel .mat-expansion-panel-content {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
.material.mat-accordion > .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
  border-top: 1px solid #d9d9d9;
  padding: 16px 0 0;
}
.material.mat-accordion .mat-expansion-panel-header-title {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-descending-specificity */
.material {
  display: block;
  position: relative;
}
.material label {
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.material mat-form-field {
  width: 100%;
}
.material mat-form-field .mat-form-field-outline-start,
.material mat-form-field .mat-form-field-outline-gap,
.material mat-form-field .mat-form-field-outline-end {
  background-color: #fff;
}
.material mat-form-field:not(.default) .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 30px;
}
.material mat-form-field.last .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 0;
}
.material mat-form-field.mat-focused .mat-form-field-flex {
  color: #000;
}
.material mat-form-field.mat-focused .mat-form-field-flex .mat-form-field-outline {
  color: #b93b71;
}
.material mat-form-field.mat-focused .mat-form-field-label {
  color: #b93b71;
}
.material mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.material mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.material mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 1px;
}
.material mat-form-field.mat-form-field-invalid:not(.default) .mat-form-field-wrapper, .material mat-form-field.ng-invalid.ng-dirty:not(.default) .mat-form-field-wrapper {
  padding-bottom: 10px;
}
.material mat-form-field.mat-form-field-invalid .mat-form-field-label, .material mat-form-field.ng-invalid.ng-dirty .mat-form-field-label {
  color: #ff3f3f;
}
.material mat-form-field.mat-form-field-invalid .mat-form-field-flex, .material mat-form-field.ng-invalid.ng-dirty .mat-form-field-flex {
  color: #002f49;
}
.material mat-form-field.mat-form-field-invalid .mat-form-field-flex .mat-form-field-outline, .material mat-form-field.ng-invalid.ng-dirty .mat-form-field-flex .mat-form-field-outline {
  color: #ff3f3f;
}
.material mat-form-field.mat-form-field-invalid .mat-form-field-flex .mat-form-field-label-wrapper, .material mat-form-field.ng-invalid.ng-dirty .mat-form-field-flex .mat-form-field-label-wrapper {
  color: #ff3f3f;
}
.material mat-form-field.mat-form-field-helper .mat-form-field-wrapper {
  padding-bottom: 10px;
}
.material mat-form-field.mat-form-field-disabled .mat-form-field-flex {
  color: #898989;
}
.material mat-form-field.mat-form-field-disabled .mat-form-field-flex:hover .mat-form-field-outline, .material mat-form-field.mat-form-field-disabled .mat-form-field-flex:focus .mat-form-field-outline, .material mat-form-field.mat-form-field-disabled .mat-form-field-flex:active .mat-form-field-outline {
  color: #c7c6cb;
}
.material mat-form-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-outline {
  color: #c7c6cb;
}
.material mat-form-field.mat-form-field-disabled .mat-form-field-flex .mat-form-field-outline div {
  background: #f6f6f6;
}
.material mat-form-field .mat-form-field-flex {
  color: #898989;
  font-size: 14px;
  height: 58px;
}
.material mat-form-field .mat-form-field-flex:hover .mat-form-field-outline, .material mat-form-field .mat-form-field-flex:focus .mat-form-field-outline, .material mat-form-field .mat-form-field-flex:active .mat-form-field-outline {
  color: #b93b71;
}
.material mat-form-field .mat-form-field-flex .mat-form-field-outline {
  min-height: 54px;
}
.material mat-form-field .mat-form-field-flex .mat-form-field-outline {
  color: #ccc;
}
.material mat-form-field .mat-form-field-prefix,
.material mat-form-field .mat-form-field-suffix {
  top: 1px;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
.material.single .material__checkbox label {
  color: #000;
  margin-bottom: 0;
}
.material.single .material__checkbox label .mat-checkbox-label {
  line-height: 22px;
  white-space: pre-wrap;
}
.material.single .material__checkbox label .mat-checkbox-inner-container {
  height: 22px;
  margin-right: 14px;
  width: 22px;
}
.material .material__checkbox {
  color: #898989;
}
.material .material__checkbox label {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  white-space: normal;
}
.material .error {
  color: #ff3f3f;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0 10px;
}
.material .error * {
  color: #ff3f3f;
  font-size: 12px;
  line-height: 1.1;
}
.material .error p {
  margin-bottom: 1em;
}
/* stylelint-disable selector-class-pattern */
.fileInput {
  border: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.material.file mat-form-field .mat-input-element {
  cursor: default;
}
.material.file mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.material.file .action {
  color: #0076dc;
  text-decoration: underline;
}
.material.file .action.disabled {
  pointer-events: none;
  color: #9ea1a6;
  text-decoration: none;
}
.material.file .action.view {
  margin-right: 15px;
}
.material__input-helper {
  color: #002f49;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 15px;
}
/* stylelint-disable no-descending-specificity */
.material.large .material__checkbox-group .mat-checkbox {
  transform: translateZ(0);
}
.material.large .material__checkbox-group mat-checkbox {
  flex-basis: auto;
  flex-shrink: 1;
  width: auto;
}
.material.large .material__checkbox-group--list mat-checkbox {
  flex: 0 1 auto;
  width: 100%;
}
.material__checkbox-group {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 18px;
}
.material__checkbox-group .mat-checkbox {
  transform: translateZ(0);
}
.material__checkbox-group mat-label {
  color: #002f49;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.material__checkbox-group mat-checkbox {
  color: #002f49;
  flex-basis: auto;
  flex-shrink: 1;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.material__checkbox-group mat-checkbox .mat-checkbox-layout {
  font-size: 14px;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
@media only screen and (min-width: 480px) {
  .material__checkbox-group mat-checkbox {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .material__checkbox-group mat-checkbox {
    width: 25%;
  }
}
@media only screen and (min-width: 970px) {
  .material__checkbox-group mat-checkbox {
    width: 20%;
  }
}
.material__checkbox-group .mat-checkbox-group {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.material__checkbox-group .mat-checkbox-group .disabled-checkbox mat-label,
.material__checkbox-group .mat-checkbox-group .disabled-checkbox .mat-checkbox-label {
  color: #cfd0d3;
}
.material__checkbox-group.invalid {
  border: 1px solid #ff3f3f;
}
.material__checkbox-group.invalid mat-label,
.material__checkbox-group.invalid .mat-checkbox-label {
  color: #ff3f3f;
}
.material__checkbox-group.invalid .mat-checkbox-group {
  padding-bottom: 10px;
}
.material__checkbox-group-helper {
  margin-bottom: 15px;
}
.material__checkbox-group--list {
  border: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 601px) {
  .material__checkbox-group--list.column-list .mat-checkbox-group {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .material__checkbox-group--list.column-list .mat-checkbox-group {
    column-count: 3;
  }
}
.material__checkbox-group--list mat-label,
.material__checkbox-group--list .mat-checkbox-label {
  color: #000;
}
.material__checkbox-group--list .mat-checkbox-group {
  display: block;
  column-count: 1;
  margin: 0;
}
.material__checkbox-group--list mat-checkbox {
  display: inline-flex;
  flex: 0 1 auto;
  padding: 4px 8px 4px 0;
  width: 100%;
}
.material__checkbox-group--list mat-checkbox .mat-checkbox-layout {
  display: flex;
  font-size: 14px;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
.material.counter mat-form-field .mat-form-field-flex {
  padding: 0 78px 0 10px;
}
.material.counter mat-form-field .mat-form-field-infix .mat-input-element {
  width: calc(100% - 60px);
}
@media only screen and (max-width: 969px) {
  .material mat-form-field.outputIcon {
    width: calc(100% - 40px);
  }
}
.material__character-counter {
  color: #003653;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  opacity: 0.4;
  position: absolute;
  right: -65px;
  text-align: right;
  top: 50%;
  transform: translateY(-55%);
  width: 125px;
}
.material div[class*=inputIcon] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.material div[class*=outputIcon] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen and (min-width: 970px) {
  .material div[class*=outputIcon] {
    right: -40px;
  }
}
.password-validity {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
  padding: 15px 20px;
  position: absolute;
  max-width: 316px;
  right: -15px;
  top: -250px;
  z-index: 1;
}
@media only screen and (min-width: 970px) {
  .password-validity {
    right: -355px;
    top: 0;
  }
}
.password-validity .title {
  margin-bottom: 7px;
}
.password-validity .icon-circle-outline svg,
.password-validity .icon-tick svg {
  bottom: -3px;
  height: 16px;
  right: -2px;
  width: 16px;
}
.password-validity .icon-tick svg {
  fill: #40d441;
}
.password-validity::before, .password-validity::after {
  content: "";
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.11));
  height: 0;
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 969px) {
  .password-validity::before, .password-validity::after {
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-top-color: white;
    right: 15px;
  }
}
@media only screen and (min-width: 970px) {
  .password-validity::before, .password-validity::after {
    border-right: 15px solid transparent;
    border-right-color: white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(-2px 0 3px rgba(0, 0, 0, 0.11));
    left: -15px;
    top: 10px;
  }
}
.password-validity::before {
  z-index: 1;
}
.password-validity::after {
  filter: none;
  z-index: 2;
}
@media only screen and (max-width: 969px) {
  .password-validity::after {
    bottom: -12px;
  }
}
@media only screen and (min-width: 970px) {
  .password-validity::after {
    left: -12px;
  }
}
.password-validity ul {
  color: #000;
  margin: 0;
}
.password-validity ul li {
  align-items: flex-start;
  display: flex;
  list-style: none;
  margin-bottom: 2px;
}
.password-validity ul li span {
  padding-left: 10px;
}
.password-validity .green {
  color: green;
}
.material.textarea mat-form-field .mat-form-field-flex {
  height: auto;
}
.material.textarea mat-form-field .mat-form-field-flex .mat-form-field-outline {
  height: auto;
}
.material .counter {
  margin-bottom: 10px;
}
.material__character-counter.textarea {
  color: #003653;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 7px;
  top: unset;
  transform: none;
  width: 150px;
}
/* stylelint-disable no-descending-specificity */
.material .mat-select-value {
  color: #898989;
}
.material .mat-select-arrow-wrapper {
  vertical-align: bottom;
}
.material__radio-group {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 18px;
}
.material__radio-group mat-label {
  color: #002f49;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.material__radio-group mat-radio-group {
  color: #002f49;
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.material__radio-group mat-radio-button {
  flex-basis: auto;
  flex-shrink: 1;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .material__radio-group mat-radio-button {
    width: auto;
  }
}
.material__radio-group .mat-radio-label {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.material__radio-group-helper {
  margin-bottom: 15px;
}
.material__radio-group--list {
  border: 0 !important;
  padding: 0;
}
.material__radio-group--list .mat-radio-button {
  transform: translateZ(0);
}
@media only screen and (min-width: 601px) {
  .material__radio-group--list.column-list mat-radio-group {
    column-count: 2;
  }
}
.material__radio-group--list mat-label,
.material__radio-group--list .mat-radio-label {
  color: #000;
}
.material__radio-group--list mat-radio-group {
  display: block;
  column-count: 1;
  margin: 0;
}
.material__radio-group--list mat-radio-button {
  -webkit-margin-before: -4px;
  -webkit-margin-after: 4px;
  display: inline-flex;
  flex: 0 1 auto;
  padding: 4px 8px 4px 0;
  width: 100%;
}
.material__radio-group.invalid {
  border-color: #ff3f3f;
}
.material__radio-group.invalid mat-radio-group {
  padding-bottom: 10px;
}
.material__radio-group.invalid mat-label,
.material__radio-group.invalid .mat-radio-label {
  color: #ff3f3f;
}
.material .mat-radio-container,
.material .mat-radio-outer-circle,
.material .mat-radio-inner-circle {
  height: 18px;
  width: 18px;
}
.mat-select-panel .mat-option {
  color: #808080 !important;
}
.mat-select-panel .mat-option:hover {
  background: rgba(0, 47, 73, 0.1) !important;
}
.mat-select-panel .mat-option.mat-selected {
  background: rgba(0, 47, 73, 0.2) !important;
  color: #808080 !important;
}
.block-radio-group {
  display: block;
}
.block-radio-group.list {
  display: flex;
  flex-flow: column wrap;
}
.block-label-title {
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
}
.mat-radio-group .mat-radio-label {
  display: flex;
  white-space: normal;
}
.material__search--row .icon-search svg {
  top: 3px;
}
.material.date .datepicker-toggle {
  position: absolute;
  right: -5px;
  top: 0;
}
.material.date .datepicker-toggle .icon-calendar,
.material.date .datepicker-toggle .icon-calendar-disabled {
  height: 19px;
  position: relative;
  vertical-align: text-top;
  width: 18px;
}
.mat-datepicker-popup .mat-calendar-controls {
  align-items: center;
  margin: 0;
}
/* stylelint-disable no-descending-specificity */
.material.dynamic-control {
  width: 100%;
}
.material.dynamic-control:has([dynamicValidationError]) mat-form-field .mat-form-field-wrapper,
.material.dynamic-control:has([dynamicValidationError]) mat-button-toggle-group,
.material.dynamic-control:has([dynamicValidationError]) mat-checkbox {
  padding-bottom: 0 !important;
  margin: 0;
}
.material.dynamic-control label {
  margin-bottom: 0;
}
.material.dynamic-control .invalid-state {
  color: #ff3f3f;
  border-color: #ff3f3f;
}
.material.dynamic-control .mat-button-toggle-group {
  display: flex;
}
.material.dynamic-control .mat-button-toggle-group mat-button-toggle {
  flex-grow: 1;
}
.material.dynamic-control .mat-button-toggle-group mat-button-toggle.mat-button-toggle-checked {
  background-color: #b93b71;
  color: #fff;
}
.material.dynamic-control .mat-button-toggle-group mat-button-toggle .mat-button-toggle-focus-overlay {
  opacity: 0 !important;
}
mat-checkbox.select-all {
  display: flex;
  padding-right: 0;
}
mat-checkbox.select-all label {
  flex-grow: 1;
  align-items: center;
  margin: 0;
  height: 100%;
  padding: 0;
}
mat-checkbox.select-all label .mat-checkbox-label {
  width: 100%;
}
app-dynamic-form-component form.dynamic-form-container .control-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  app-dynamic-form-component form.dynamic-form-container .control-row {
    grid-template-columns: 1fr;
  }
}
app-dynamic-form-component form.dynamic-form-container .control-row .control {
  display: flex;
  align-items: center;
  gap: 10px;
}
app-dynamic-form-component form.dynamic-form-container .control-row.divider {
  border-top: 1px solid #ebebeb;
}
app-dynamic-form-component form.dynamic-form-container .control-row:last-child {
  border-bottom: 1px solid #ebebeb;
}
app-dynamic-form-component form.dynamic-form-container h3 {
  font-size: 32px;
  font-weight: normal;
  margin: 24px 0;
}
app-dynamic-form-component form.dynamic-form-container .form-description {
  margin: 24px 0;
  padding: 16px 20px;
  border-radius: 6px;
  border: solid 1px rgba(0, 54, 83, 0.25);
  background-color: rgba(0, 54, 83, 0.1);
  font-size: 18px;
}
app-dynamic-phone-number mat-form-field.prefix {
  display: flex;
}
app-dynamic-phone-number mat-form-field.prefix.mat-focused {
  left: 0;
  width: 100%;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-wrapper {
  width: 100%;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-infix {
  display: flex;
  flex-direction: row-reverse;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-infix .number {
  width: calc(100% - 75px);
  padding-left: 10px;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-infix .number .mat-input-element {
  bottom: -1px;
  position: relative;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-infix .country {
  width: 75px;
  border-right: 1px solid #c2c2c2;
}
app-dynamic-phone-number mat-form-field.prefix .mat-form-field-infix .mat-form-field-label-wrapper {
  left: auto;
  right: 0;
  width: calc(100% - 85px);
}
/* stylelint-disable selector-class-pattern */
.dashboard-alert {
  margin: 20px;
}
.current-modal-message {
  margin-bottom: 20px;
}
.dashboard {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .dashboard {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 0;
  }
}
.dashboard__header {
  margin-bottom: 30px;
}
.dashboard__sections,
.dashboard__sections .row {
  margin-right: -8px;
  margin-left: 0;
}
.dashboard__sections > .col-md-4 {
  padding: 0;
}
.dashboard__sections .section {
  height: 198px;
  margin-bottom: 8px;
  margin-right: 8px;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.dashboard__sections .section.approved {
  -webkit-user-select: none;
          user-select: none;
  background-color: #2ed47a;
  color: #fff;
  fill: #fff;
}
.dashboard__sections .section.approved:hover {
  background-color: #43d887;
}
.dashboard__sections .section.approved .icon-dashboard-work-and-education-history,
.dashboard__sections .section.approved .icon-dashboard-workbook {
  stroke: #fff;
}
.dashboard__sections .section__main-content .state.approved {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.approved span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.approved span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.approved::before {
  border-bottom: 2px solid #2ed47a;
  border-right: 2px solid #2ed47a;
  content: "";
  height: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  transform: rotate(45deg);
  width: 7px;
}
.dashboard__sections .section.incomplete {
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffb946;
  color: #000;
  fill: #000;
}
.dashboard__sections .section.incomplete:hover {
  background-color: #ffc360;
}
.dashboard__sections .section.incomplete .icon-dashboard-workbook {
  stroke: #fff;
}
.dashboard__sections .section__main-content .state.incomplete {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.incomplete span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.incomplete span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.incomplete span::before {
  content: "•••";
  color: #ffb946;
}
.dashboard__sections .section.pending {
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffb946;
  color: #000;
  fill: #000;
}
.dashboard__sections .section.pending:hover {
  background-color: #ffc360;
}
.dashboard__sections .section.pending .icon-dashboard-work-and-education-history,
.dashboard__sections .section.pending .icon-dashboard-workbook {
  stroke: #000;
}
.dashboard__sections .section__main-content .state.pending {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.pending span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.pending span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.pending span::before {
  content: "•••";
  color: #ffb946;
}
.dashboard__sections .section.issue, .dashboard__sections .section.rejected {
  -webkit-user-select: none;
          user-select: none;
  background-color: #ff3f3f;
  color: #fff;
  fill: #fff;
}
.dashboard__sections .section.issue:hover, .dashboard__sections .section.rejected:hover {
  background-color: #ff5959;
}
.dashboard__sections .section.issue .icon-dashboard-work-and-education-history,
.dashboard__sections .section.issue .icon-dashboard-workbook, .dashboard__sections .section.rejected .icon-dashboard-work-and-education-history,
.dashboard__sections .section.rejected .icon-dashboard-workbook {
  stroke: #fff;
}
.dashboard__sections .section__main-content .state.issue, .dashboard__sections .section__main-content .state.rejected {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.issue span, .dashboard__sections .section__main-content .state.rejected span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.issue span::before, .dashboard__sections .section__main-content .state.rejected span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.issue span::before, .dashboard__sections .section__main-content .state.rejected span::before {
  content: "";
  position: relative;
  background-image: url("/assets/svg/cross.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 10px;
  width: 10px;
  margin-right: 9px;
}
.dashboard__sections .section.in-review, .dashboard__sections .section.in_review {
  -webkit-user-select: none;
          user-select: none;
  background-color: #b1ddff;
  color: #000;
  fill: #000;
}
.dashboard__sections .section.in-review:hover, .dashboard__sections .section.in_review:hover {
  background-color: #cbe8ff;
}
.dashboard__sections .section.in-review .icon-dashboard-work-and-education-history,
.dashboard__sections .section.in-review .icon-dashboard-workbook, .dashboard__sections .section.in_review .icon-dashboard-work-and-education-history,
.dashboard__sections .section.in_review .icon-dashboard-workbook {
  stroke: #000;
}
.dashboard__sections .section__main-content .state.in-review, .dashboard__sections .section__main-content .state.in_review {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.in-review span, .dashboard__sections .section__main-content .state.in_review span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.in-review span::before, .dashboard__sections .section__main-content .state.in_review span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.in-review span::before, .dashboard__sections .section__main-content .state.in_review span::before {
  content: "";
  position: relative;
  background-image: url("/assets/svg/eye.svg");
  background-size: 18px 13px;
  background-repeat: no-repeat;
  bottom: -2px;
  height: 13px;
  width: 18px;
  margin-right: 8px;
}
.dashboard__sections .section.call-us {
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffb946;
  color: #000;
  fill: #000;
}
.dashboard__sections .section.call-us:hover {
  background-color: #ffc360;
}
.dashboard__sections .section.call-us .icon-dashboard-work-and-education-history,
.dashboard__sections .section.call-us .icon-dashboard-workbook {
  stroke: #000;
}
.dashboard__sections .section__main-content .state.call-us {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.call-us span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.call-us span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.call-us span::before {
  background-image: url("/assets/svg/phone.svg");
  background-size: 15px 13px;
  bottom: -2px;
  content: "";
  height: 13px;
  margin-right: 7px;
  position: relative;
  width: 15px;
}
.dashboard__sections .section.manage {
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffb946;
  color: #000;
  fill: #000;
}
.dashboard__sections .section.manage:hover {
  background-color: #ffc360;
}
.dashboard__sections .section.manage .icon-dashboard-work-and-education-history,
.dashboard__sections .section.manage .icon-dashboard-workbook {
  stroke: #000;
}
.dashboard__sections .section__main-content .state.manage {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 17px;
  padding: 5px 14px;
}
.dashboard__sections .section__main-content .state.manage span {
  color: #000;
  font-weight: 700;
}
.dashboard__sections .section__main-content .state.manage span::before {
  display: inline-block;
  margin-right: 10px;
}
.dashboard__sections .section__main-content .state.manage span::before {
  content: "•••";
  color: #ffb946;
}
.dashboard__sections .section.default {
  -webkit-user-select: none;
          user-select: none;
  background-color: #002f49;
  color: #fff;
  fill: #fff;
}
.dashboard__sections .section.default:hover {
  background-color: #003f63;
}
.dashboard__sections .section.default .icon-dashboard-workbook {
  stroke: #fff;
}
.dashboard__sections .section__main-content .state.default {
  opacity: 0.6;
}
.dashboard__sections .section__main-content .state.default span {
  margin-left: 10px;
}
.dashboard__sections .section__main-content .state.default > svg-icon svg {
  bottom: -3px;
}
.dashboard__sections .section--disabled {
  cursor: default;
}
.dashboard__sections .section__main-content {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
.dashboard__sections .section__main-content .title {
  font-size: 18px;
  font-weight: normal;
  width: 100%;
}
.dashboard__sections .section__main-content .appointment {
  font-size: 14px;
  font-weight: normal;
}
.dashboard__sections .section__main-content .tile-icon {
  height: 40px;
  width: 40px;
}
.dashboard__sections .section__main-content .tile-icon > svg-icon svg {
  height: 40px;
  width: 40px;
}
.dashboard__sections .section__main-content .state > svg-icon svg {
  height: 18px;
  width: 15px;
}
.dashboard__sections .section__main-content .state__message {
  font-size: 13px;
}
.dashboard__sections .section__main-content.has-countdown {
  padding-bottom: 5px;
}
.dashboard__sections .section__countdown-content {
  border-bottom: 1px solid #002f49;
  border-right: 1px solid #002f49;
  border-left: 1px solid #002f49;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background-color: #fff;
}
html {
  scroll-behavior: smooth;
}

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