/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.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;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.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-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: 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 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 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 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 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 sans-serif;;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px 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 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 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 sans-serif;;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px sans-serif;;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px sans-serif;;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px sans-serif;;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px sans-serif;;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px 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: sans-serif;;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: sans-serif;;
}
.mat-card {
  font-family: 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: 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: sans-serif;;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: 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 sans-serif;;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: sans-serif;;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px sans-serif;;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: 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.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.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.00106px);
  width: 133.3333933333%;
}
.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.00107px);
  width: 133.3334033333%;
}
.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.00108px);
  width: 133.3334133333%;
}
.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.28116em) 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.28115em) 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.28114em) 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.59373em) scale(0.75);
  width: 133.3333533333%;
}
.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.59372em) scale(0.75);
  width: 133.3333633333%;
}
.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.59373em) scale(0.75);
  width: 133.3333533333%;
}
.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.59372em) scale(0.75);
  width: 133.3333633333%;
}
.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: sans-serif;;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: sans-serif;;
  font-size: 12px;
}
.mat-radio-button {
  font-family: sans-serif;;
}
.mat-select {
  font-family: sans-serif;;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: sans-serif;;
}
.mat-slider-thumb-label-text {
  font-family: sans-serif;;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: 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: sans-serif;;
}
.mat-tab-label, .mat-tab-link {
  font-family: 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 sans-serif;;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: 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: sans-serif;;
}
.mat-list-option {
  font-family: 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: 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: sans-serif;;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: sans-serif;;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px sans-serif;;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: 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: 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: #cc0033;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ee0249;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff3f0e;
}
.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: #cc0033;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ee0249;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff3f0e;
}
.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: #cc0033;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ee0249;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff3f0e;
}
.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: #cc0033;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ee0249;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #ff3f0e;
}
.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: #cc0033;
}
.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: #ee0249;
}
.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: #ff3f0e;
}
.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: #cc0033;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ee0249;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #ff3f0e;
}
.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: #cc0033;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ee0249;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff3f0e;
}
.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: #cc0033;
}
.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: #ee0249;
}
.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: #ff3f0e;
}
.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: #cc0033;
  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: #ff3f0e;
  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: #ee0249;
  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(204, 0, 51, 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(204, 0, 51, 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(204, 0, 51, 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: #cc0033;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(204, 0, 51, 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(204, 0, 51, 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(204, 0, 51, 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(238, 2, 73, 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(238, 2, 73, 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(238, 2, 73, 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: #ee0249;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(238, 2, 73, 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(238, 2, 73, 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(238, 2, 73, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 63, 14, 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(255, 63, 14, 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(255, 63, 14, 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: #ff3f0e;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 63, 14, 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(255, 63, 14, 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(255, 63, 14, 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: #cc0033;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ee0249;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff3f0e;
}
.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: #cc0033;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ee0249;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff3f0e;
}
.mat-focused .mat-form-field-required-marker {
  color: #ee0249;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #cc0033;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ee0249;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff3f0e;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #cc0033;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ee0249;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff3f0e;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff3f0e;
}
.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: #ff3f0e;
}
.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: #ff3f0e;
}
.mat-error {
  color: #ff3f0e;
}
.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: #cc0033;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ee0249;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff3f0e;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff3f0e;
}
.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: #cc0033;
}
.mat-icon.mat-accent {
  color: #ee0249;
}
.mat-icon.mat-warn {
  color: #ff3f0e;
}
.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: #cc0033;
}
.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: #ee0249;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #ff3f0e;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff3f0e;
}
.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: #efbcc8;
}
.mat-progress-bar-buffer {
  background-color: #efbcc8;
}
.mat-progress-bar-fill::after {
  background-color: #cc0033;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f7bcce;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f7bcce;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ee0249;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbcbbf;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbcbbf;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff3f0e;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #cc0033;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ee0249;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #ff3f0e;
}
.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: #cc0033;
}
.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: #cc0033;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ee0249;
}
.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: #ee0249;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff3f0e;
}
.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: #ff3f0e;
}
.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: #cc0033;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ee0249;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff3f0e;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff3f0e;
}
.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: #ee0249;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(238, 2, 73, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ee0249;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #cc0033;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(204, 0, 51, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #cc0033;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff3f0e;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 63, 14, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff3f0e;
}
.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: #cc0033;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(204, 0, 51, 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: #ee0249;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(238, 2, 73, 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: #ff3f0e;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(255, 63, 14, 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: #cc0033;
  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: #ee0249;
  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: #ff3f0e;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff3f0e;
}
.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: #ff3f0e;
}
.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(244, 70, 90, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #cc0033;
}
.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(254, 185, 199, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ee0249;
}
.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, 201, 184, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff3f0e;
}
.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(244, 70, 90, 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: #cc0033;
}
.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(254, 185, 199, 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: #ee0249;
}
.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, 201, 184, 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: #ff3f0e;
}
.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: #cc0033;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ee0249;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #ff3f0e;
  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: #ee0249;
}
.theme-neutral .mat-ripple-element, .lfs-theme .mat-ripple-element, .tfs-theme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-neutral .mat-option, .lfs-theme .mat-option, .tfs-theme .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-option:hover:not(.mat-option-disabled), .lfs-theme .mat-option:hover:not(.mat-option-disabled), .tfs-theme .mat-option:hover:not(.mat-option-disabled), .theme-neutral .mat-option:focus:not(.mat-option-disabled), .lfs-theme .mat-option:focus:not(.mat-option-disabled), .tfs-theme .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .lfs-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .tfs-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-option.mat-active, .lfs-theme .mat-option.mat-active, .tfs-theme .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-option.mat-option-disabled, .lfs-theme .mat-option.mat-option-disabled, .tfs-theme .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-primary .mat-option.mat-selected:not(.mat-option-disabled), .lfs-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled), .tfs-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #4a6fa5;
}
.theme-neutral .mat-accent .mat-option.mat-selected:not(.mat-option-disabled), .lfs-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled), .tfs-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #333333;
}
.theme-neutral .mat-warn .mat-option.mat-selected:not(.mat-option-disabled), .lfs-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled), .tfs-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff3f0e;
}
.theme-neutral .mat-optgroup-label, .lfs-theme .mat-optgroup-label, .tfs-theme .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-optgroup-disabled .mat-optgroup-label, .lfs-theme .mat-optgroup-disabled .mat-optgroup-label, .tfs-theme .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-pseudo-checkbox, .lfs-theme .mat-pseudo-checkbox, .tfs-theme .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-pseudo-checkbox::after, .lfs-theme .mat-pseudo-checkbox::after, .tfs-theme .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.theme-neutral .mat-pseudo-checkbox-disabled, .lfs-theme .mat-pseudo-checkbox-disabled, .tfs-theme .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-neutral .mat-primary .mat-pseudo-checkbox-checked, .lfs-theme .mat-primary .mat-pseudo-checkbox-checked, .tfs-theme .mat-primary .mat-pseudo-checkbox-checked,
.theme-neutral .mat-primary .mat-pseudo-checkbox-indeterminate,
.lfs-theme .mat-primary .mat-pseudo-checkbox-indeterminate,
.tfs-theme .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #4a6fa5;
}
.theme-neutral .mat-pseudo-checkbox-checked, .lfs-theme .mat-pseudo-checkbox-checked, .tfs-theme .mat-pseudo-checkbox-checked,
.theme-neutral .mat-pseudo-checkbox-indeterminate,
.lfs-theme .mat-pseudo-checkbox-indeterminate,
.tfs-theme .mat-pseudo-checkbox-indeterminate,
.theme-neutral .mat-accent .mat-pseudo-checkbox-checked,
.theme-neutral .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #333333;
}
.theme-neutral .mat-warn .mat-pseudo-checkbox-checked, .lfs-theme .mat-warn .mat-pseudo-checkbox-checked, .tfs-theme .mat-warn .mat-pseudo-checkbox-checked,
.theme-neutral .mat-warn .mat-pseudo-checkbox-indeterminate,
.lfs-theme .mat-warn .mat-pseudo-checkbox-indeterminate,
.tfs-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff3f0e;
}
.theme-neutral .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .lfs-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .tfs-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.theme-neutral .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.lfs-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled,
.tfs-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.theme-neutral .mat-app-background, .lfs-theme .mat-app-background, .tfs-theme .mat-app-background, .theme-neutral.mat-app-background, .mat-app-background.lfs-theme, .mat-app-background.tfs-theme {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-elevation-z0, .lfs-theme .mat-elevation-z0, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z1, .lfs-theme .mat-elevation-z1, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z2, .lfs-theme .mat-elevation-z2, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z3, .lfs-theme .mat-elevation-z3, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z4, .lfs-theme .mat-elevation-z4, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z5, .lfs-theme .mat-elevation-z5, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z6, .lfs-theme .mat-elevation-z6, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z7, .lfs-theme .mat-elevation-z7, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z8, .lfs-theme .mat-elevation-z8, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z9, .lfs-theme .mat-elevation-z9, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z10, .lfs-theme .mat-elevation-z10, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z11, .lfs-theme .mat-elevation-z11, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z12, .lfs-theme .mat-elevation-z12, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z13, .lfs-theme .mat-elevation-z13, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z14, .lfs-theme .mat-elevation-z14, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z15, .lfs-theme .mat-elevation-z15, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z16, .lfs-theme .mat-elevation-z16, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z17, .lfs-theme .mat-elevation-z17, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z18, .lfs-theme .mat-elevation-z18, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z19, .lfs-theme .mat-elevation-z19, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z20, .lfs-theme .mat-elevation-z20, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z21, .lfs-theme .mat-elevation-z21, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z22, .lfs-theme .mat-elevation-z22, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z23, .lfs-theme .mat-elevation-z23, .tfs-theme .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);
}
.theme-neutral .mat-elevation-z24, .lfs-theme .mat-elevation-z24, .tfs-theme .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;
}
.theme-neutral .mat-autocomplete-panel, .lfs-theme .mat-autocomplete-panel, .tfs-theme .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-autocomplete-panel:not([class*=mat-elevation-z]), .lfs-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover), .lfs-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover), .tfs-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.theme-neutral .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled), .lfs-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled), .tfs-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-badge-content, .lfs-theme .mat-badge-content, .tfs-theme .mat-badge-content {
  color: white;
  background: #4a6fa5;
}
.cdk-high-contrast-active .theme-neutral .mat-badge-content, .cdk-high-contrast-active .lfs-theme .mat-badge-content, .cdk-high-contrast-active .tfs-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.theme-neutral .mat-badge-accent .mat-badge-content, .lfs-theme .mat-badge-accent .mat-badge-content, .tfs-theme .mat-badge-accent .mat-badge-content {
  background: #333333;
  color: white;
}
.theme-neutral .mat-badge-warn .mat-badge-content, .lfs-theme .mat-badge-warn .mat-badge-content, .tfs-theme .mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff3f0e;
}
.theme-neutral .mat-badge-disabled .mat-badge-content, .lfs-theme .mat-badge-disabled .mat-badge-content, .tfs-theme .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-bottom-sheet-container, .lfs-theme .mat-bottom-sheet-container, .tfs-theme .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);
}
.theme-neutral .mat-button, .lfs-theme .mat-button, .tfs-theme .mat-button, .theme-neutral .mat-icon-button, .lfs-theme .mat-icon-button, .tfs-theme .mat-icon-button, .theme-neutral .mat-stroked-button, .lfs-theme .mat-stroked-button, .tfs-theme .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.theme-neutral .mat-button.mat-primary, .lfs-theme .mat-button.mat-primary, .tfs-theme .mat-button.mat-primary, .theme-neutral .mat-icon-button.mat-primary, .lfs-theme .mat-icon-button.mat-primary, .tfs-theme .mat-icon-button.mat-primary, .theme-neutral .mat-stroked-button.mat-primary, .lfs-theme .mat-stroked-button.mat-primary, .tfs-theme .mat-stroked-button.mat-primary {
  color: #4a6fa5;
}
.theme-neutral .mat-button.mat-accent, .lfs-theme .mat-button.mat-accent, .tfs-theme .mat-button.mat-accent, .theme-neutral .mat-icon-button.mat-accent, .lfs-theme .mat-icon-button.mat-accent, .tfs-theme .mat-icon-button.mat-accent, .theme-neutral .mat-stroked-button.mat-accent, .lfs-theme .mat-stroked-button.mat-accent, .tfs-theme .mat-stroked-button.mat-accent {
  color: #333333;
}
.theme-neutral .mat-button.mat-warn, .lfs-theme .mat-button.mat-warn, .tfs-theme .mat-button.mat-warn, .theme-neutral .mat-icon-button.mat-warn, .lfs-theme .mat-icon-button.mat-warn, .tfs-theme .mat-icon-button.mat-warn, .theme-neutral .mat-stroked-button.mat-warn, .lfs-theme .mat-stroked-button.mat-warn, .tfs-theme .mat-stroked-button.mat-warn {
  color: #ff3f0e;
}
.theme-neutral .mat-button.mat-primary.mat-button-disabled, .theme-neutral .mat-button.mat-accent.mat-button-disabled, .theme-neutral .mat-button.mat-warn.mat-button-disabled, .theme-neutral .mat-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-icon-button.mat-primary.mat-button-disabled, .theme-neutral .mat-icon-button.mat-accent.mat-button-disabled, .theme-neutral .mat-icon-button.mat-warn.mat-button-disabled, .theme-neutral .mat-icon-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-icon-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-icon-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-stroked-button.mat-primary.mat-button-disabled, .theme-neutral .mat-stroked-button.mat-accent.mat-button-disabled, .theme-neutral .mat-stroked-button.mat-warn.mat-button-disabled, .theme-neutral .mat-stroked-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-button.mat-primary .mat-button-focus-overlay, .lfs-theme .mat-button.mat-primary .mat-button-focus-overlay, .tfs-theme .mat-button.mat-primary .mat-button-focus-overlay, .theme-neutral .mat-icon-button.mat-primary .mat-button-focus-overlay, .lfs-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .tfs-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .theme-neutral .mat-stroked-button.mat-primary .mat-button-focus-overlay, .lfs-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay, .tfs-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #4a6fa5;
}
.theme-neutral .mat-button.mat-accent .mat-button-focus-overlay, .lfs-theme .mat-button.mat-accent .mat-button-focus-overlay, .tfs-theme .mat-button.mat-accent .mat-button-focus-overlay, .theme-neutral .mat-icon-button.mat-accent .mat-button-focus-overlay, .lfs-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .tfs-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .theme-neutral .mat-stroked-button.mat-accent .mat-button-focus-overlay, .lfs-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay, .tfs-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #333333;
}
.theme-neutral .mat-button.mat-warn .mat-button-focus-overlay, .lfs-theme .mat-button.mat-warn .mat-button-focus-overlay, .tfs-theme .mat-button.mat-warn .mat-button-focus-overlay, .theme-neutral .mat-icon-button.mat-warn .mat-button-focus-overlay, .lfs-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .tfs-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .theme-neutral .mat-stroked-button.mat-warn .mat-button-focus-overlay, .lfs-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay, .tfs-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff3f0e;
}
.theme-neutral .mat-button.mat-button-disabled .mat-button-focus-overlay, .lfs-theme .mat-button.mat-button-disabled .mat-button-focus-overlay, .tfs-theme .mat-button.mat-button-disabled .mat-button-focus-overlay, .theme-neutral .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .lfs-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .tfs-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .theme-neutral .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay, .lfs-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay, .tfs-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.theme-neutral .mat-button .mat-ripple-element, .lfs-theme .mat-button .mat-ripple-element, .tfs-theme .mat-button .mat-ripple-element, .theme-neutral .mat-icon-button .mat-ripple-element, .lfs-theme .mat-icon-button .mat-ripple-element, .tfs-theme .mat-icon-button .mat-ripple-element, .theme-neutral .mat-stroked-button .mat-ripple-element, .lfs-theme .mat-stroked-button .mat-ripple-element, .tfs-theme .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.theme-neutral .mat-button-focus-overlay, .lfs-theme .mat-button-focus-overlay, .tfs-theme .mat-button-focus-overlay {
  background: black;
}
.theme-neutral .mat-stroked-button:not(.mat-button-disabled), .lfs-theme .mat-stroked-button:not(.mat-button-disabled), .tfs-theme .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-flat-button, .lfs-theme .mat-flat-button, .tfs-theme .mat-flat-button, .theme-neutral .mat-raised-button, .lfs-theme .mat-raised-button, .tfs-theme .mat-raised-button, .theme-neutral .mat-fab, .lfs-theme .mat-fab, .tfs-theme .mat-fab, .theme-neutral .mat-mini-fab, .lfs-theme .mat-mini-fab, .tfs-theme .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.theme-neutral .mat-flat-button.mat-primary, .lfs-theme .mat-flat-button.mat-primary, .tfs-theme .mat-flat-button.mat-primary, .theme-neutral .mat-raised-button.mat-primary, .lfs-theme .mat-raised-button.mat-primary, .tfs-theme .mat-raised-button.mat-primary, .theme-neutral .mat-fab.mat-primary, .lfs-theme .mat-fab.mat-primary, .tfs-theme .mat-fab.mat-primary, .theme-neutral .mat-mini-fab.mat-primary, .lfs-theme .mat-mini-fab.mat-primary, .tfs-theme .mat-mini-fab.mat-primary {
  color: white;
}
.theme-neutral .mat-flat-button.mat-accent, .lfs-theme .mat-flat-button.mat-accent, .tfs-theme .mat-flat-button.mat-accent, .theme-neutral .mat-raised-button.mat-accent, .lfs-theme .mat-raised-button.mat-accent, .tfs-theme .mat-raised-button.mat-accent, .theme-neutral .mat-fab.mat-accent, .lfs-theme .mat-fab.mat-accent, .tfs-theme .mat-fab.mat-accent, .theme-neutral .mat-mini-fab.mat-accent, .lfs-theme .mat-mini-fab.mat-accent, .tfs-theme .mat-mini-fab.mat-accent {
  color: white;
}
.theme-neutral .mat-flat-button.mat-warn, .lfs-theme .mat-flat-button.mat-warn, .tfs-theme .mat-flat-button.mat-warn, .theme-neutral .mat-raised-button.mat-warn, .lfs-theme .mat-raised-button.mat-warn, .tfs-theme .mat-raised-button.mat-warn, .theme-neutral .mat-fab.mat-warn, .lfs-theme .mat-fab.mat-warn, .tfs-theme .mat-fab.mat-warn, .theme-neutral .mat-mini-fab.mat-warn, .lfs-theme .mat-mini-fab.mat-warn, .tfs-theme .mat-mini-fab.mat-warn {
  color: white;
}
.theme-neutral .mat-flat-button.mat-primary.mat-button-disabled, .theme-neutral .mat-flat-button.mat-accent.mat-button-disabled, .theme-neutral .mat-flat-button.mat-warn.mat-button-disabled, .theme-neutral .mat-flat-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-raised-button.mat-primary.mat-button-disabled, .theme-neutral .mat-raised-button.mat-accent.mat-button-disabled, .theme-neutral .mat-raised-button.mat-warn.mat-button-disabled, .theme-neutral .mat-raised-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-fab.mat-primary.mat-button-disabled, .theme-neutral .mat-fab.mat-accent.mat-button-disabled, .theme-neutral .mat-fab.mat-warn.mat-button-disabled, .theme-neutral .mat-fab.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-fab.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-fab.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-primary.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-accent.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-warn.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-flat-button.mat-primary, .lfs-theme .mat-flat-button.mat-primary, .tfs-theme .mat-flat-button.mat-primary, .theme-neutral .mat-raised-button.mat-primary, .lfs-theme .mat-raised-button.mat-primary, .tfs-theme .mat-raised-button.mat-primary, .theme-neutral .mat-fab.mat-primary, .lfs-theme .mat-fab.mat-primary, .tfs-theme .mat-fab.mat-primary, .theme-neutral .mat-mini-fab.mat-primary, .lfs-theme .mat-mini-fab.mat-primary, .tfs-theme .mat-mini-fab.mat-primary {
  background-color: #4a6fa5;
}
.theme-neutral .mat-flat-button.mat-accent, .lfs-theme .mat-flat-button.mat-accent, .tfs-theme .mat-flat-button.mat-accent, .theme-neutral .mat-raised-button.mat-accent, .lfs-theme .mat-raised-button.mat-accent, .tfs-theme .mat-raised-button.mat-accent, .theme-neutral .mat-fab.mat-accent, .lfs-theme .mat-fab.mat-accent, .tfs-theme .mat-fab.mat-accent, .theme-neutral .mat-mini-fab.mat-accent, .lfs-theme .mat-mini-fab.mat-accent, .tfs-theme .mat-mini-fab.mat-accent {
  background-color: #333333;
}
.theme-neutral .mat-flat-button.mat-warn, .lfs-theme .mat-flat-button.mat-warn, .tfs-theme .mat-flat-button.mat-warn, .theme-neutral .mat-raised-button.mat-warn, .lfs-theme .mat-raised-button.mat-warn, .tfs-theme .mat-raised-button.mat-warn, .theme-neutral .mat-fab.mat-warn, .lfs-theme .mat-fab.mat-warn, .tfs-theme .mat-fab.mat-warn, .theme-neutral .mat-mini-fab.mat-warn, .lfs-theme .mat-mini-fab.mat-warn, .tfs-theme .mat-mini-fab.mat-warn {
  background-color: #ff3f0e;
}
.theme-neutral .mat-flat-button.mat-primary.mat-button-disabled, .theme-neutral .mat-flat-button.mat-accent.mat-button-disabled, .theme-neutral .mat-flat-button.mat-warn.mat-button-disabled, .theme-neutral .mat-flat-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-flat-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-raised-button.mat-primary.mat-button-disabled, .theme-neutral .mat-raised-button.mat-accent.mat-button-disabled, .theme-neutral .mat-raised-button.mat-warn.mat-button-disabled, .theme-neutral .mat-raised-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-raised-button.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-fab.mat-primary.mat-button-disabled, .theme-neutral .mat-fab.mat-accent.mat-button-disabled, .theme-neutral .mat-fab.mat-warn.mat-button-disabled, .theme-neutral .mat-fab.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-fab.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-fab.mat-button-disabled.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-primary.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-accent.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-warn.mat-button-disabled, .theme-neutral .mat-mini-fab.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-flat-button.mat-primary .mat-ripple-element, .lfs-theme .mat-flat-button.mat-primary .mat-ripple-element, .tfs-theme .mat-flat-button.mat-primary .mat-ripple-element, .theme-neutral .mat-raised-button.mat-primary .mat-ripple-element, .lfs-theme .mat-raised-button.mat-primary .mat-ripple-element, .tfs-theme .mat-raised-button.mat-primary .mat-ripple-element, .theme-neutral .mat-fab.mat-primary .mat-ripple-element, .lfs-theme .mat-fab.mat-primary .mat-ripple-element, .tfs-theme .mat-fab.mat-primary .mat-ripple-element, .theme-neutral .mat-mini-fab.mat-primary .mat-ripple-element, .lfs-theme .mat-mini-fab.mat-primary .mat-ripple-element, .tfs-theme .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-flat-button.mat-accent .mat-ripple-element, .lfs-theme .mat-flat-button.mat-accent .mat-ripple-element, .tfs-theme .mat-flat-button.mat-accent .mat-ripple-element, .theme-neutral .mat-raised-button.mat-accent .mat-ripple-element, .lfs-theme .mat-raised-button.mat-accent .mat-ripple-element, .tfs-theme .mat-raised-button.mat-accent .mat-ripple-element, .theme-neutral .mat-fab.mat-accent .mat-ripple-element, .lfs-theme .mat-fab.mat-accent .mat-ripple-element, .tfs-theme .mat-fab.mat-accent .mat-ripple-element, .theme-neutral .mat-mini-fab.mat-accent .mat-ripple-element, .lfs-theme .mat-mini-fab.mat-accent .mat-ripple-element, .tfs-theme .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-flat-button.mat-warn .mat-ripple-element, .lfs-theme .mat-flat-button.mat-warn .mat-ripple-element, .tfs-theme .mat-flat-button.mat-warn .mat-ripple-element, .theme-neutral .mat-raised-button.mat-warn .mat-ripple-element, .lfs-theme .mat-raised-button.mat-warn .mat-ripple-element, .tfs-theme .mat-raised-button.mat-warn .mat-ripple-element, .theme-neutral .mat-fab.mat-warn .mat-ripple-element, .lfs-theme .mat-fab.mat-warn .mat-ripple-element, .tfs-theme .mat-fab.mat-warn .mat-ripple-element, .theme-neutral .mat-mini-fab.mat-warn .mat-ripple-element, .lfs-theme .mat-mini-fab.mat-warn .mat-ripple-element, .tfs-theme .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-stroked-button:not([class*=mat-elevation-z]), .lfs-theme .mat-stroked-button:not([class*=mat-elevation-z]), .tfs-theme .mat-stroked-button:not([class*=mat-elevation-z]), .theme-neutral .mat-flat-button:not([class*=mat-elevation-z]), .lfs-theme .mat-flat-button:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-raised-button:not([class*=mat-elevation-z]), .lfs-theme .mat-raised-button:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .lfs-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]), .lfs-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-fab:not([class*=mat-elevation-z]), .lfs-theme .mat-fab:not([class*=mat-elevation-z]), .tfs-theme .mat-fab:not([class*=mat-elevation-z]), .theme-neutral .mat-mini-fab:not([class*=mat-elevation-z]), .lfs-theme .mat-mini-fab:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .lfs-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .tfs-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .theme-neutral .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .lfs-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .lfs-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .tfs-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .theme-neutral .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]), .lfs-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-button-toggle-standalone:not([class*=mat-elevation-z]), .lfs-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]), .tfs-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-neutral .mat-button-toggle-group:not([class*=mat-elevation-z]),
.lfs-theme .mat-button-toggle-group:not([class*=mat-elevation-z]),
.tfs-theme .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);
}
.theme-neutral .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]), .lfs-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]), .tfs-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-neutral .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.lfs-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.tfs-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-neutral .mat-button-toggle, .lfs-theme .mat-button-toggle, .tfs-theme .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-button-toggle .mat-button-toggle-focus-overlay, .lfs-theme .mat-button-toggle .mat-button-toggle-focus-overlay, .tfs-theme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-button-toggle-appearance-standard, .lfs-theme .mat-button-toggle-appearance-standard, .tfs-theme .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.theme-neutral .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay, .lfs-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay, .tfs-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.theme-neutral .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .lfs-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .tfs-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.theme-neutral [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .lfs-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .tfs-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.theme-neutral .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle, .lfs-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle, .tfs-theme .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;
}
.theme-neutral .mat-button-toggle-checked, .lfs-theme .mat-button-toggle-checked, .tfs-theme .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-button-toggle-checked.mat-button-toggle-appearance-standard, .lfs-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard, .tfs-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-button-toggle-disabled, .lfs-theme .mat-button-toggle-disabled, .tfs-theme .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.theme-neutral .mat-button-toggle-disabled.mat-button-toggle-appearance-standard, .lfs-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard, .tfs-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.theme-neutral .mat-button-toggle-disabled.mat-button-toggle-checked, .lfs-theme .mat-button-toggle-disabled.mat-button-toggle-checked, .tfs-theme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.theme-neutral .mat-button-toggle-standalone.mat-button-toggle-appearance-standard, .lfs-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard, .tfs-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-neutral .mat-button-toggle-group-appearance-standard,
.lfs-theme .mat-button-toggle-group-appearance-standard,
.tfs-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.theme-neutral .mat-card, .lfs-theme .mat-card, .tfs-theme .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-card:not([class*=mat-elevation-z]), .lfs-theme .mat-card:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-card.mat-card-flat:not([class*=mat-elevation-z]), .lfs-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-card-subtitle, .lfs-theme .mat-card-subtitle, .tfs-theme .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-checkbox-frame, .lfs-theme .mat-checkbox-frame, .tfs-theme .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-checkbox-checkmark, .lfs-theme .mat-checkbox-checkmark, .tfs-theme .mat-checkbox-checkmark {
  fill: #fafafa;
}
.theme-neutral .mat-checkbox-checkmark-path, .lfs-theme .mat-checkbox-checkmark-path, .tfs-theme .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.theme-neutral .mat-checkbox-mixedmark, .lfs-theme .mat-checkbox-mixedmark, .tfs-theme .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.theme-neutral .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .lfs-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .tfs-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .theme-neutral .mat-checkbox-checked.mat-primary .mat-checkbox-background, .lfs-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background, .tfs-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #4a6fa5;
}
.theme-neutral .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .lfs-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .tfs-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .theme-neutral .mat-checkbox-checked.mat-accent .mat-checkbox-background, .lfs-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background, .tfs-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #333333;
}
.theme-neutral .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .lfs-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .tfs-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .theme-neutral .mat-checkbox-checked.mat-warn .mat-checkbox-background, .lfs-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background, .tfs-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff3f0e;
}
.theme-neutral .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .lfs-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .tfs-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .theme-neutral .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background, .lfs-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background, .tfs-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.theme-neutral .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame, .lfs-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame, .tfs-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.theme-neutral .mat-checkbox-disabled .mat-checkbox-label, .lfs-theme .mat-checkbox-disabled .mat-checkbox-label, .tfs-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-checkbox .mat-ripple-element, .lfs-theme .mat-checkbox .mat-ripple-element, .tfs-theme .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.theme-neutral .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .lfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .tfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.theme-neutral .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.lfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.tfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #4a6fa5;
}
.theme-neutral .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .lfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .tfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.theme-neutral .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.lfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.tfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #333333;
}
.theme-neutral .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .lfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .tfs-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.theme-neutral .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.lfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.tfs-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff3f0e;
}
.theme-neutral .mat-chip.mat-standard-chip, .lfs-theme .mat-chip.mat-standard-chip, .tfs-theme .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-chip.mat-standard-chip .mat-chip-remove, .lfs-theme .mat-chip.mat-standard-chip .mat-chip-remove, .tfs-theme .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.theme-neutral .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active, .lfs-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active, .tfs-theme .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);
}
.theme-neutral .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover, .lfs-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover, .tfs-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-disabled, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-disabled, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.theme-neutral .mat-chip.mat-standard-chip::after, .lfs-theme .mat-chip.mat-standard-chip::after, .tfs-theme .mat-chip.mat-standard-chip::after {
  background: black;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #4a6fa5;
  color: white;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff3f0e;
  color: white;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #333333;
  color: white;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.theme-neutral .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element, .lfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element, .tfs-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-neutral .mat-table, .lfs-theme .mat-table, .tfs-theme .mat-table {
  background: white;
}
.theme-neutral .mat-table thead, .lfs-theme .mat-table thead, .tfs-theme .mat-table thead, .theme-neutral .mat-table tbody, .lfs-theme .mat-table tbody, .tfs-theme .mat-table tbody, .theme-neutral .mat-table tfoot, .lfs-theme .mat-table tfoot, .tfs-theme .mat-table tfoot,
.theme-neutral mat-header-row,
.lfs-theme mat-header-row,
.tfs-theme mat-header-row, .theme-neutral mat-row, .lfs-theme mat-row, .tfs-theme mat-row, .theme-neutral mat-footer-row, .lfs-theme mat-footer-row, .tfs-theme mat-footer-row,
.theme-neutral [mat-header-row],
.lfs-theme [mat-header-row],
.tfs-theme [mat-header-row], .theme-neutral [mat-row], .lfs-theme [mat-row], .tfs-theme [mat-row], .theme-neutral [mat-footer-row], .lfs-theme [mat-footer-row], .tfs-theme [mat-footer-row],
.theme-neutral .mat-table-sticky,
.lfs-theme .mat-table-sticky,
.tfs-theme .mat-table-sticky {
  background: inherit;
}
.theme-neutral mat-row, .lfs-theme mat-row, .tfs-theme mat-row, .theme-neutral mat-header-row, .lfs-theme mat-header-row, .tfs-theme mat-header-row, .theme-neutral mat-footer-row, .lfs-theme mat-footer-row, .tfs-theme mat-footer-row,
.theme-neutral th.mat-header-cell,
.lfs-theme th.mat-header-cell,
.tfs-theme th.mat-header-cell, .theme-neutral td.mat-cell, .lfs-theme td.mat-cell, .tfs-theme td.mat-cell, .theme-neutral td.mat-footer-cell, .lfs-theme td.mat-footer-cell, .tfs-theme td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-header-cell, .lfs-theme .mat-header-cell, .tfs-theme .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-cell, .lfs-theme .mat-cell, .tfs-theme .mat-cell, .theme-neutral .mat-footer-cell, .lfs-theme .mat-footer-cell, .tfs-theme .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-calendar-arrow, .lfs-theme .mat-calendar-arrow, .tfs-theme .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-datepicker-toggle, .lfs-theme .mat-datepicker-toggle, .tfs-theme .mat-datepicker-toggle,
.theme-neutral .mat-datepicker-content .mat-calendar-next-button,
.lfs-theme .mat-datepicker-content .mat-calendar-next-button,
.tfs-theme .mat-datepicker-content .mat-calendar-next-button,
.theme-neutral .mat-datepicker-content .mat-calendar-previous-button,
.lfs-theme .mat-datepicker-content .mat-calendar-previous-button,
.tfs-theme .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-calendar-table-header-divider::after, .lfs-theme .mat-calendar-table-header-divider::after, .tfs-theme .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-calendar-table-header, .lfs-theme .mat-calendar-table-header, .tfs-theme .mat-calendar-table-header,
.theme-neutral .mat-calendar-body-label,
.lfs-theme .mat-calendar-body-label,
.tfs-theme .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-calendar-body-cell-content, .lfs-theme .mat-calendar-body-cell-content, .tfs-theme .mat-calendar-body-cell-content,
.theme-neutral .mat-date-range-input-separator,
.lfs-theme .mat-date-range-input-separator,
.tfs-theme .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.theme-neutral .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .lfs-theme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .tfs-theme .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);
}
.theme-neutral .mat-form-field-disabled .mat-date-range-input-separator, .lfs-theme .mat-form-field-disabled .mat-date-range-input-separator, .tfs-theme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-calendar-body-in-preview, .lfs-theme .mat-calendar-body-in-preview, .tfs-theme .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.theme-neutral .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .lfs-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .tfs-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .lfs-theme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .tfs-theme .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);
}
.theme-neutral .mat-calendar-body-in-range::before, .lfs-theme .mat-calendar-body-in-range::before, .tfs-theme .mat-calendar-body-in-range::before {
  background: rgba(74, 111, 165, 0.2);
}
.theme-neutral .mat-calendar-body-comparison-identical, .lfs-theme .mat-calendar-body-comparison-identical, .tfs-theme .mat-calendar-body-comparison-identical,
.theme-neutral .mat-calendar-body-in-comparison-range::before,
.lfs-theme .mat-calendar-body-in-comparison-range::before,
.tfs-theme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-neutral .mat-calendar-body-comparison-bridge-start::before, .lfs-theme .mat-calendar-body-comparison-bridge-start::before, .tfs-theme .mat-calendar-body-comparison-bridge-start::before,
.theme-neutral [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lfs-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.tfs-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(74, 111, 165, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-calendar-body-comparison-bridge-end::before, .lfs-theme .mat-calendar-body-comparison-bridge-end::before, .tfs-theme .mat-calendar-body-comparison-bridge-end::before,
.theme-neutral [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lfs-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.tfs-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(74, 111, 165, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .lfs-theme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .tfs-theme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-neutral .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lfs-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.tfs-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-neutral .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .lfs-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .tfs-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-neutral .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lfs-theme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.tfs-theme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-neutral .mat-calendar-body-selected, .lfs-theme .mat-calendar-body-selected, .tfs-theme .mat-calendar-body-selected {
  background-color: #4a6fa5;
  color: white;
}
.theme-neutral .mat-calendar-body-disabled > .mat-calendar-body-selected, .lfs-theme .mat-calendar-body-disabled > .mat-calendar-body-selected, .tfs-theme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(74, 111, 165, 0.4);
}
.theme-neutral .mat-calendar-body-today.mat-calendar-body-selected, .lfs-theme .mat-calendar-body-today.mat-calendar-body-selected, .tfs-theme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-neutral .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .lfs-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .tfs-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-neutral .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lfs-theme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tfs-theme .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(74, 111, 165, 0.3);
}
@media (hover: hover) {
  .theme-neutral .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), .lfs-theme .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), .tfs-theme .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(74, 111, 165, 0.3);
  }
}
.theme-neutral .mat-datepicker-content, .lfs-theme .mat-datepicker-content, .tfs-theme .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);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(51, 51, 51, 0.2);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-neutral .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lfs-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.tfs-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(51, 51, 51, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-neutral .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lfs-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.tfs-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(51, 51, 51, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #333333;
  color: white;
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(51, 51, 51, 0.4);
}
.theme-neutral .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-neutral .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), .lfs-theme .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), .tfs-theme .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),
.theme-neutral .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),
.lfs-theme .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),
.tfs-theme .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(51, 51, 51, 0.3);
}
@media (hover: hover) {
  .theme-neutral .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), .lfs-theme .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), .tfs-theme .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(51, 51, 51, 0.3);
  }
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 63, 14, 0.2);
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-neutral .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lfs-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.tfs-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 63, 14, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-neutral .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lfs-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.tfs-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 63, 14, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff3f0e;
  color: white;
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 63, 14, 0.4);
}
.theme-neutral .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected, .lfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected, .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.theme-neutral .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), .lfs-theme .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), .tfs-theme .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),
.theme-neutral .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),
.lfs-theme .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),
.tfs-theme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 63, 14, 0.3);
}
@media (hover: hover) {
  .theme-neutral .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), .lfs-theme .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), .tfs-theme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 63, 14, 0.3);
  }
}
.theme-neutral .mat-datepicker-content-touch, .lfs-theme .mat-datepicker-content-touch, .tfs-theme .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);
}
.theme-neutral .mat-datepicker-toggle-active, .lfs-theme .mat-datepicker-toggle-active, .tfs-theme .mat-datepicker-toggle-active {
  color: #4a6fa5;
}
.theme-neutral .mat-datepicker-toggle-active.mat-accent, .lfs-theme .mat-datepicker-toggle-active.mat-accent, .tfs-theme .mat-datepicker-toggle-active.mat-accent {
  color: #333333;
}
.theme-neutral .mat-datepicker-toggle-active.mat-warn, .lfs-theme .mat-datepicker-toggle-active.mat-warn, .tfs-theme .mat-datepicker-toggle-active.mat-warn {
  color: #ff3f0e;
}
.theme-neutral .mat-date-range-input-inner[disabled], .lfs-theme .mat-date-range-input-inner[disabled], .tfs-theme .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-dialog-container, .lfs-theme .mat-dialog-container, .tfs-theme .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);
}
.theme-neutral .mat-divider, .lfs-theme .mat-divider, .tfs-theme .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-divider-vertical, .lfs-theme .mat-divider-vertical, .tfs-theme .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-expansion-panel, .lfs-theme .mat-expansion-panel, .tfs-theme .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-expansion-panel:not([class*=mat-elevation-z]), .lfs-theme .mat-expansion-panel:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-action-row, .lfs-theme .mat-action-row, .tfs-theme .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .lfs-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tfs-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-neutral .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .lfs-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tfs-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-neutral .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]), .lfs-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]), .tfs-theme .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) {
  .theme-neutral .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover, .lfs-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover, .tfs-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.theme-neutral .mat-expansion-panel-header-title, .lfs-theme .mat-expansion-panel-header-title, .tfs-theme .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-expansion-panel-header-description, .lfs-theme .mat-expansion-panel-header-description, .tfs-theme .mat-expansion-panel-header-description,
.theme-neutral .mat-expansion-indicator::after,
.lfs-theme .mat-expansion-indicator::after,
.tfs-theme .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-expansion-panel-header[aria-disabled=true], .lfs-theme .mat-expansion-panel-header[aria-disabled=true], .tfs-theme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title, .lfs-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title, .tfs-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-neutral .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.lfs-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.tfs-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-neutral .mat-form-field-label, .lfs-theme .mat-form-field-label, .tfs-theme .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-neutral .mat-hint, .lfs-theme .mat-hint, .tfs-theme .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-label, .lfs-theme .mat-form-field.mat-focused .mat-form-field-label, .tfs-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: #4a6fa5;
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-label.mat-accent, .lfs-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent, .tfs-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #333333;
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-label.mat-warn, .lfs-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn, .tfs-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff3f0e;
}
.theme-neutral .mat-focused .mat-form-field-required-marker, .lfs-theme .mat-focused .mat-form-field-required-marker, .tfs-theme .mat-focused .mat-form-field-required-marker {
  color: #333333;
}
.theme-neutral .mat-form-field-ripple, .lfs-theme .mat-form-field-ripple, .tfs-theme .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-ripple, .lfs-theme .mat-form-field.mat-focused .mat-form-field-ripple, .tfs-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #4a6fa5;
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent, .lfs-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent, .tfs-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #333333;
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn, .lfs-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn, .tfs-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff3f0e;
}
.theme-neutral .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after, .lfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after, .tfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #4a6fa5;
}
.theme-neutral .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after, .lfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after, .tfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #333333;
}
.theme-neutral .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after, .lfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after, .tfs-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field.mat-form-field-invalid .mat-form-field-label, .lfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label, .tfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .lfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .tfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.theme-neutral .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.lfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.tfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .lfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .tfs-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.theme-neutral .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff3f0e;
}
.theme-neutral .mat-error, .lfs-theme .mat-error, .tfs-theme .mat-error {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field-appearance-legacy .mat-form-field-label, .lfs-theme .mat-form-field-appearance-legacy .mat-form-field-label, .tfs-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-form-field-appearance-legacy .mat-hint, .lfs-theme .mat-form-field-appearance-legacy .mat-hint, .tfs-theme .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-form-field-appearance-legacy .mat-form-field-underline, .lfs-theme .mat-form-field-appearance-legacy .mat-form-field-underline, .tfs-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline, .lfs-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline, .tfs-theme .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;
}
.theme-neutral .mat-form-field-appearance-standard .mat-form-field-underline, .lfs-theme .mat-form-field-appearance-standard .mat-form-field-underline, .tfs-theme .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline, .lfs-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline, .tfs-theme .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;
}
.theme-neutral .mat-form-field-appearance-fill .mat-form-field-flex, .lfs-theme .mat-form-field-appearance-fill .mat-form-field-flex, .tfs-theme .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex, .lfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex, .tfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.theme-neutral .mat-form-field-appearance-fill .mat-form-field-underline::before, .lfs-theme .mat-form-field-appearance-fill .mat-form-field-underline::before, .tfs-theme .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label, .lfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label, .tfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before, .lfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before, .tfs-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.theme-neutral .mat-form-field-appearance-outline .mat-form-field-outline, .lfs-theme .mat-form-field-appearance-outline .mat-form-field-outline, .tfs-theme .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-form-field-appearance-outline .mat-form-field-outline-thick, .lfs-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick, .tfs-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick, .lfs-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick, .tfs-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #4a6fa5;
}
.theme-neutral .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick, .lfs-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick, .tfs-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #333333;
}
.theme-neutral .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .lfs-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .tfs-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick, .lfs-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick, .tfs-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label, .lfs-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label, .tfs-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline, .lfs-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline, .tfs-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.theme-neutral .mat-icon.mat-primary, .lfs-theme .mat-icon.mat-primary, .tfs-theme .mat-icon.mat-primary {
  color: #4a6fa5;
}
.theme-neutral .mat-icon.mat-accent, .lfs-theme .mat-icon.mat-accent, .tfs-theme .mat-icon.mat-accent {
  color: #333333;
}
.theme-neutral .mat-icon.mat-warn, .lfs-theme .mat-icon.mat-warn, .tfs-theme .mat-icon.mat-warn {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field-type-mat-native-select .mat-form-field-infix::after, .lfs-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after, .tfs-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-input-element:disabled, .lfs-theme .mat-input-element:disabled, .tfs-theme .mat-input-element:disabled,
.theme-neutral .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
.lfs-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
.tfs-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-input-element, .lfs-theme .mat-input-element, .tfs-theme .mat-input-element {
  caret-color: #4a6fa5;
}
.theme-neutral .mat-input-element::placeholder, .lfs-theme .mat-input-element::placeholder, .tfs-theme .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-input-element::-moz-placeholder, .lfs-theme .mat-input-element::-moz-placeholder, .tfs-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-input-element::-webkit-input-placeholder, .lfs-theme .mat-input-element::-webkit-input-placeholder, .tfs-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-input-element:-ms-input-placeholder, .lfs-theme .mat-input-element:-ms-input-placeholder, .tfs-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-form-field.mat-accent .mat-input-element, .lfs-theme .mat-form-field.mat-accent .mat-input-element, .tfs-theme .mat-form-field.mat-accent .mat-input-element {
  caret-color: #333333;
}
.theme-neutral .mat-form-field.mat-warn .mat-input-element, .lfs-theme .mat-form-field.mat-warn .mat-input-element, .tfs-theme .mat-form-field.mat-warn .mat-input-element,
.theme-neutral .mat-form-field-invalid .mat-input-element,
.lfs-theme .mat-form-field-invalid .mat-input-element,
.tfs-theme .mat-form-field-invalid .mat-input-element {
  caret-color: #ff3f0e;
}
.theme-neutral .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after, .lfs-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after, .tfs-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff3f0e;
}
.theme-neutral .mat-list-base .mat-list-item, .lfs-theme .mat-list-base .mat-list-item, .tfs-theme .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-list-base .mat-list-option, .lfs-theme .mat-list-base .mat-list-option, .tfs-theme .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-list-base .mat-subheader, .lfs-theme .mat-list-base .mat-subheader, .tfs-theme .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-list-base .mat-list-item-disabled, .lfs-theme .mat-list-base .mat-list-item-disabled, .tfs-theme .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-list-option:hover, .lfs-theme .mat-list-option:hover, .tfs-theme .mat-list-option:hover, .theme-neutral .mat-list-option:focus, .lfs-theme .mat-list-option:focus, .tfs-theme .mat-list-option:focus,
.theme-neutral .mat-nav-list .mat-list-item:hover,
.lfs-theme .mat-nav-list .mat-list-item:hover,
.tfs-theme .mat-nav-list .mat-list-item:hover,
.theme-neutral .mat-nav-list .mat-list-item:focus,
.lfs-theme .mat-nav-list .mat-list-item:focus,
.tfs-theme .mat-nav-list .mat-list-item:focus,
.theme-neutral .mat-action-list .mat-list-item:hover,
.lfs-theme .mat-action-list .mat-list-item:hover,
.tfs-theme .mat-action-list .mat-list-item:hover,
.theme-neutral .mat-action-list .mat-list-item:focus,
.lfs-theme .mat-action-list .mat-list-item:focus,
.tfs-theme .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-list-single-selected-option, .lfs-theme .mat-list-single-selected-option, .tfs-theme .mat-list-single-selected-option, .theme-neutral .mat-list-single-selected-option:hover, .theme-neutral .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-menu-panel, .lfs-theme .mat-menu-panel, .tfs-theme .mat-menu-panel {
  background: white;
}
.theme-neutral .mat-menu-panel:not([class*=mat-elevation-z]), .lfs-theme .mat-menu-panel:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-menu-item, .lfs-theme .mat-menu-item, .tfs-theme .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-menu-item[disabled], .lfs-theme .mat-menu-item[disabled], .tfs-theme .mat-menu-item[disabled],
.theme-neutral .mat-menu-item[disabled] .mat-menu-submenu-icon,
.lfs-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,
.tfs-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,
.theme-neutral .mat-menu-item[disabled] .mat-icon-no-color,
.lfs-theme .mat-menu-item[disabled] .mat-icon-no-color,
.tfs-theme .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-menu-item .mat-icon-no-color, .lfs-theme .mat-menu-item .mat-icon-no-color, .tfs-theme .mat-menu-item .mat-icon-no-color,
.theme-neutral .mat-menu-submenu-icon,
.lfs-theme .mat-menu-submenu-icon,
.tfs-theme .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-menu-item:hover:not([disabled]), .lfs-theme .mat-menu-item:hover:not([disabled]), .tfs-theme .mat-menu-item:hover:not([disabled]),
.theme-neutral .mat-menu-item.cdk-program-focused:not([disabled]),
.lfs-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.tfs-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.theme-neutral .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.lfs-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.tfs-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-neutral .mat-menu-item-highlighted:not([disabled]),
.lfs-theme .mat-menu-item-highlighted:not([disabled]),
.tfs-theme .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-paginator, .lfs-theme .mat-paginator, .tfs-theme .mat-paginator {
  background: white;
}
.theme-neutral .mat-paginator, .lfs-theme .mat-paginator, .tfs-theme .mat-paginator,
.theme-neutral .mat-paginator-page-size .mat-select-trigger,
.lfs-theme .mat-paginator-page-size .mat-select-trigger,
.tfs-theme .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-paginator-decrement, .lfs-theme .mat-paginator-decrement, .tfs-theme .mat-paginator-decrement,
.theme-neutral .mat-paginator-increment,
.lfs-theme .mat-paginator-increment,
.tfs-theme .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-paginator-first, .lfs-theme .mat-paginator-first, .tfs-theme .mat-paginator-first,
.theme-neutral .mat-paginator-last,
.lfs-theme .mat-paginator-last,
.tfs-theme .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-icon-button[disabled] .mat-paginator-decrement, .lfs-theme .mat-icon-button[disabled] .mat-paginator-decrement, .tfs-theme .mat-icon-button[disabled] .mat-paginator-decrement,
.theme-neutral .mat-icon-button[disabled] .mat-paginator-increment,
.lfs-theme .mat-icon-button[disabled] .mat-paginator-increment,
.tfs-theme .mat-icon-button[disabled] .mat-paginator-increment,
.theme-neutral .mat-icon-button[disabled] .mat-paginator-first,
.lfs-theme .mat-icon-button[disabled] .mat-paginator-first,
.tfs-theme .mat-icon-button[disabled] .mat-paginator-first,
.theme-neutral .mat-icon-button[disabled] .mat-paginator-last,
.lfs-theme .mat-icon-button[disabled] .mat-paginator-last,
.tfs-theme .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-progress-bar-background, .lfs-theme .mat-progress-bar-background, .tfs-theme .mat-progress-bar-background {
  fill: #ced7e5;
}
.theme-neutral .mat-progress-bar-buffer, .lfs-theme .mat-progress-bar-buffer, .tfs-theme .mat-progress-bar-buffer {
  background-color: #ced7e5;
}
.theme-neutral .mat-progress-bar-fill::after, .lfs-theme .mat-progress-bar-fill::after, .tfs-theme .mat-progress-bar-fill::after {
  background-color: #4a6fa5;
}
.theme-neutral .mat-progress-bar.mat-accent .mat-progress-bar-background, .lfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-background, .tfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c8c8c8;
}
.theme-neutral .mat-progress-bar.mat-accent .mat-progress-bar-buffer, .lfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer, .tfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c8c8c8;
}
.theme-neutral .mat-progress-bar.mat-accent .mat-progress-bar-fill::after, .lfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after, .tfs-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #333333;
}
.theme-neutral .mat-progress-bar.mat-warn .mat-progress-bar-background, .lfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-background, .tfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbcbbf;
}
.theme-neutral .mat-progress-bar.mat-warn .mat-progress-bar-buffer, .lfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer, .tfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbcbbf;
}
.theme-neutral .mat-progress-bar.mat-warn .mat-progress-bar-fill::after, .lfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after, .tfs-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff3f0e;
}
.theme-neutral .mat-progress-spinner circle, .lfs-theme .mat-progress-spinner circle, .tfs-theme .mat-progress-spinner circle, .theme-neutral .mat-spinner circle, .lfs-theme .mat-spinner circle, .tfs-theme .mat-spinner circle {
  stroke: #4a6fa5;
}
.theme-neutral .mat-progress-spinner.mat-accent circle, .lfs-theme .mat-progress-spinner.mat-accent circle, .tfs-theme .mat-progress-spinner.mat-accent circle, .theme-neutral .mat-spinner.mat-accent circle, .lfs-theme .mat-spinner.mat-accent circle, .tfs-theme .mat-spinner.mat-accent circle {
  stroke: #333333;
}
.theme-neutral .mat-progress-spinner.mat-warn circle, .lfs-theme .mat-progress-spinner.mat-warn circle, .tfs-theme .mat-progress-spinner.mat-warn circle, .theme-neutral .mat-spinner.mat-warn circle, .lfs-theme .mat-spinner.mat-warn circle, .tfs-theme .mat-spinner.mat-warn circle {
  stroke: #ff3f0e;
}
.theme-neutral .mat-radio-outer-circle, .lfs-theme .mat-radio-outer-circle, .tfs-theme .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle, .lfs-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle, .tfs-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #4a6fa5;
}
.theme-neutral .mat-radio-button.mat-primary .mat-radio-inner-circle, .lfs-theme .mat-radio-button.mat-primary .mat-radio-inner-circle, .tfs-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
.theme-neutral .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.lfs-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.tfs-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-neutral .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .theme-neutral .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #4a6fa5;
}
.theme-neutral .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle, .lfs-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle, .tfs-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #333333;
}
.theme-neutral .mat-radio-button.mat-accent .mat-radio-inner-circle, .lfs-theme .mat-radio-button.mat-accent .mat-radio-inner-circle, .tfs-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
.theme-neutral .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.lfs-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.tfs-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-neutral .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .theme-neutral .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #333333;
}
.theme-neutral .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle, .lfs-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle, .tfs-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff3f0e;
}
.theme-neutral .mat-radio-button.mat-warn .mat-radio-inner-circle, .lfs-theme .mat-radio-button.mat-warn .mat-radio-inner-circle, .tfs-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,
.theme-neutral .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.lfs-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.tfs-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-neutral .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .theme-neutral .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple, .lfs-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple, .tfs-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff3f0e;
}
.theme-neutral .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.theme-neutral .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.lfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.tfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .lfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .tfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.theme-neutral .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.lfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.tfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-radio-button.mat-radio-disabled .mat-radio-label-content, .lfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content, .tfs-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-radio-button .mat-ripple-element, .lfs-theme .mat-radio-button .mat-ripple-element, .tfs-theme .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.theme-neutral .mat-select-value, .lfs-theme .mat-select-value, .tfs-theme .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-select-placeholder, .lfs-theme .mat-select-placeholder, .tfs-theme .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.theme-neutral .mat-select-disabled .mat-select-value, .lfs-theme .mat-select-disabled .mat-select-value, .tfs-theme .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-select-arrow, .lfs-theme .mat-select-arrow, .tfs-theme .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-select-panel, .lfs-theme .mat-select-panel, .tfs-theme .mat-select-panel {
  background: white;
}
.theme-neutral .mat-select-panel:not([class*=mat-elevation-z]), .lfs-theme .mat-select-panel:not([class*=mat-elevation-z]), .tfs-theme .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);
}
.theme-neutral .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple), .lfs-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple), .tfs-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .lfs-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow, .tfs-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #4a6fa5;
}
.theme-neutral .mat-form-field.mat-focused.mat-accent .mat-select-arrow, .lfs-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow, .tfs-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #333333;
}
.theme-neutral .mat-form-field.mat-focused.mat-warn .mat-select-arrow, .lfs-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow, .tfs-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow, .lfs-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow, .tfs-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff3f0e;
}
.theme-neutral .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow, .lfs-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow, .tfs-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-drawer-container, .lfs-theme .mat-drawer-container, .tfs-theme .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-drawer, .lfs-theme .mat-drawer, .tfs-theme .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-drawer.mat-drawer-push, .lfs-theme .mat-drawer.mat-drawer-push, .tfs-theme .mat-drawer.mat-drawer-push {
  background-color: white;
}
.theme-neutral .mat-drawer:not(.mat-drawer-side), .lfs-theme .mat-drawer:not(.mat-drawer-side), .tfs-theme .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);
}
.theme-neutral .mat-drawer-side, .lfs-theme .mat-drawer-side, .tfs-theme .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-drawer-side.mat-drawer-end, .lfs-theme .mat-drawer-side.mat-drawer-end, .tfs-theme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.theme-neutral [dir=rtl] .mat-drawer-side, .lfs-theme [dir=rtl] .mat-drawer-side, .tfs-theme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.theme-neutral [dir=rtl] .mat-drawer-side.mat-drawer-end, .lfs-theme [dir=rtl] .mat-drawer-side.mat-drawer-end, .tfs-theme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-drawer-backdrop.mat-drawer-shown, .lfs-theme .mat-drawer-backdrop.mat-drawer-shown, .tfs-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-neutral .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb, .lfs-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb, .tfs-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #333333;
}
.theme-neutral .mat-slide-toggle.mat-checked .mat-slide-toggle-bar, .lfs-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar, .tfs-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(51, 51, 51, 0.54);
}
.theme-neutral .mat-slide-toggle.mat-checked .mat-ripple-element, .lfs-theme .mat-slide-toggle.mat-checked .mat-ripple-element, .tfs-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #333333;
}
.theme-neutral .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb, .lfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb, .tfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #4a6fa5;
}
.theme-neutral .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar, .lfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar, .tfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(74, 111, 165, 0.54);
}
.theme-neutral .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element, .lfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element, .tfs-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #4a6fa5;
}
.theme-neutral .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb, .lfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb, .tfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff3f0e;
}
.theme-neutral .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar, .lfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar, .tfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 63, 14, 0.54);
}
.theme-neutral .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element, .lfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element, .tfs-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff3f0e;
}
.theme-neutral .mat-slide-toggle:not(.mat-checked) .mat-ripple-element, .lfs-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element, .tfs-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.theme-neutral .mat-slide-toggle-thumb, .lfs-theme .mat-slide-toggle-thumb, .tfs-theme .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;
}
.theme-neutral .mat-slide-toggle-bar, .lfs-theme .mat-slide-toggle-bar, .tfs-theme .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-slider-track-background, .lfs-theme .mat-slider-track-background, .tfs-theme .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-slider.mat-primary .mat-slider-track-fill, .lfs-theme .mat-slider.mat-primary .mat-slider-track-fill, .tfs-theme .mat-slider.mat-primary .mat-slider-track-fill,
.theme-neutral .mat-slider.mat-primary .mat-slider-thumb,
.lfs-theme .mat-slider.mat-primary .mat-slider-thumb,
.tfs-theme .mat-slider.mat-primary .mat-slider-thumb,
.theme-neutral .mat-slider.mat-primary .mat-slider-thumb-label,
.lfs-theme .mat-slider.mat-primary .mat-slider-thumb-label,
.tfs-theme .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #4a6fa5;
}
.theme-neutral .mat-slider.mat-primary .mat-slider-thumb-label-text, .lfs-theme .mat-slider.mat-primary .mat-slider-thumb-label-text, .tfs-theme .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.theme-neutral .mat-slider.mat-primary .mat-slider-focus-ring, .lfs-theme .mat-slider.mat-primary .mat-slider-focus-ring, .tfs-theme .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(74, 111, 165, 0.2);
}
.theme-neutral .mat-slider.mat-accent .mat-slider-track-fill, .lfs-theme .mat-slider.mat-accent .mat-slider-track-fill, .tfs-theme .mat-slider.mat-accent .mat-slider-track-fill,
.theme-neutral .mat-slider.mat-accent .mat-slider-thumb,
.lfs-theme .mat-slider.mat-accent .mat-slider-thumb,
.tfs-theme .mat-slider.mat-accent .mat-slider-thumb,
.theme-neutral .mat-slider.mat-accent .mat-slider-thumb-label,
.lfs-theme .mat-slider.mat-accent .mat-slider-thumb-label,
.tfs-theme .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #333333;
}
.theme-neutral .mat-slider.mat-accent .mat-slider-thumb-label-text, .lfs-theme .mat-slider.mat-accent .mat-slider-thumb-label-text, .tfs-theme .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.theme-neutral .mat-slider.mat-accent .mat-slider-focus-ring, .lfs-theme .mat-slider.mat-accent .mat-slider-focus-ring, .tfs-theme .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(51, 51, 51, 0.2);
}
.theme-neutral .mat-slider.mat-warn .mat-slider-track-fill, .lfs-theme .mat-slider.mat-warn .mat-slider-track-fill, .tfs-theme .mat-slider.mat-warn .mat-slider-track-fill,
.theme-neutral .mat-slider.mat-warn .mat-slider-thumb,
.lfs-theme .mat-slider.mat-warn .mat-slider-thumb,
.tfs-theme .mat-slider.mat-warn .mat-slider-thumb,
.theme-neutral .mat-slider.mat-warn .mat-slider-thumb-label,
.lfs-theme .mat-slider.mat-warn .mat-slider-thumb-label,
.tfs-theme .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #ff3f0e;
}
.theme-neutral .mat-slider.mat-warn .mat-slider-thumb-label-text, .lfs-theme .mat-slider.mat-warn .mat-slider-thumb-label-text, .tfs-theme .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.theme-neutral .mat-slider.mat-warn .mat-slider-focus-ring, .lfs-theme .mat-slider.mat-warn .mat-slider-focus-ring, .tfs-theme .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(255, 63, 14, 0.2);
}
.theme-neutral .mat-slider:hover .mat-slider-track-background, .lfs-theme .mat-slider:hover .mat-slider-track-background, .tfs-theme .mat-slider:hover .mat-slider-track-background,
.theme-neutral .mat-slider.cdk-focused .mat-slider-track-background,
.lfs-theme .mat-slider.cdk-focused .mat-slider-track-background,
.tfs-theme .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-slider.mat-slider-disabled .mat-slider-track-background, .lfs-theme .mat-slider.mat-slider-disabled .mat-slider-track-background, .tfs-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,
.theme-neutral .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.lfs-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.tfs-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.theme-neutral .mat-slider.mat-slider-disabled .mat-slider-thumb,
.lfs-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,
.tfs-theme .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-slider.mat-slider-disabled:hover .mat-slider-track-background, .lfs-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background, .tfs-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.theme-neutral .mat-slider.mat-slider-min-value .mat-slider-focus-ring, .lfs-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring, .tfs-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .tfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.theme-neutral .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label,
.lfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label,
.tfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .tfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.theme-neutral .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,
.lfs-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,
.tfs-theme .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);
}
.theme-neutral .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb, .tfs-theme .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;
}
.theme-neutral .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .tfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .theme-neutral .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .tfs-theme .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);
}
.theme-neutral .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .tfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .theme-neutral .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .lfs-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .tfs-theme .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);
}
.theme-neutral .mat-slider-has-ticks .mat-slider-wrapper::after, .lfs-theme .mat-slider-has-ticks .mat-slider-wrapper::after, .tfs-theme .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.theme-neutral .mat-slider-horizontal .mat-slider-ticks, .lfs-theme .mat-slider-horizontal .mat-slider-ticks, .tfs-theme .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);
}
.theme-neutral .mat-slider-vertical .mat-slider-ticks, .lfs-theme .mat-slider-vertical .mat-slider-ticks, .tfs-theme .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);
}
.theme-neutral .mat-step-header.cdk-keyboard-focused, .lfs-theme .mat-step-header.cdk-keyboard-focused, .tfs-theme .mat-step-header.cdk-keyboard-focused, .theme-neutral .mat-step-header.cdk-program-focused, .lfs-theme .mat-step-header.cdk-program-focused, .tfs-theme .mat-step-header.cdk-program-focused, .theme-neutral .mat-step-header:hover:not([aria-disabled]), .lfs-theme .mat-step-header:hover:not([aria-disabled]), .tfs-theme .mat-step-header:hover:not([aria-disabled]), .theme-neutral .mat-step-header:hover[aria-disabled=false], .lfs-theme .mat-step-header:hover[aria-disabled=false], .tfs-theme .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-neutral .mat-step-header:hover[aria-disabled=true], .lfs-theme .mat-step-header:hover[aria-disabled=true], .tfs-theme .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-neutral .mat-step-header:hover, .lfs-theme .mat-step-header:hover, .tfs-theme .mat-step-header:hover {
    background: none;
  }
}
.theme-neutral .mat-step-header .mat-step-label, .lfs-theme .mat-step-header .mat-step-label, .tfs-theme .mat-step-header .mat-step-label,
.theme-neutral .mat-step-header .mat-step-optional,
.lfs-theme .mat-step-header .mat-step-optional,
.tfs-theme .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.theme-neutral .mat-step-header .mat-step-icon, .lfs-theme .mat-step-header .mat-step-icon, .tfs-theme .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.theme-neutral .mat-step-header .mat-step-icon-selected, .lfs-theme .mat-step-header .mat-step-icon-selected, .tfs-theme .mat-step-header .mat-step-icon-selected,
.theme-neutral .mat-step-header .mat-step-icon-state-done,
.lfs-theme .mat-step-header .mat-step-icon-state-done,
.tfs-theme .mat-step-header .mat-step-icon-state-done,
.theme-neutral .mat-step-header .mat-step-icon-state-edit,
.lfs-theme .mat-step-header .mat-step-icon-state-edit,
.tfs-theme .mat-step-header .mat-step-icon-state-edit {
  background-color: #4a6fa5;
  color: white;
}
.theme-neutral .mat-step-header.mat-accent .mat-step-icon, .lfs-theme .mat-step-header.mat-accent .mat-step-icon, .tfs-theme .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.theme-neutral .mat-step-header.mat-accent .mat-step-icon-selected, .lfs-theme .mat-step-header.mat-accent .mat-step-icon-selected, .tfs-theme .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-neutral .mat-step-header.mat-accent .mat-step-icon-state-done,
.lfs-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
.tfs-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-neutral .mat-step-header.mat-accent .mat-step-icon-state-edit,
.lfs-theme .mat-step-header.mat-accent .mat-step-icon-state-edit,
.tfs-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #333333;
  color: white;
}
.theme-neutral .mat-step-header.mat-warn .mat-step-icon, .lfs-theme .mat-step-header.mat-warn .mat-step-icon, .tfs-theme .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.theme-neutral .mat-step-header.mat-warn .mat-step-icon-selected, .lfs-theme .mat-step-header.mat-warn .mat-step-icon-selected, .tfs-theme .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-neutral .mat-step-header.mat-warn .mat-step-icon-state-done,
.lfs-theme .mat-step-header.mat-warn .mat-step-icon-state-done,
.tfs-theme .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-neutral .mat-step-header.mat-warn .mat-step-icon-state-edit,
.lfs-theme .mat-step-header.mat-warn .mat-step-icon-state-edit,
.tfs-theme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff3f0e;
  color: white;
}
.theme-neutral .mat-step-header .mat-step-icon-state-error, .lfs-theme .mat-step-header .mat-step-icon-state-error, .tfs-theme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff3f0e;
}
.theme-neutral .mat-step-header .mat-step-label.mat-step-label-active, .lfs-theme .mat-step-header .mat-step-label.mat-step-label-active, .tfs-theme .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-step-header .mat-step-label.mat-step-label-error, .lfs-theme .mat-step-header .mat-step-label.mat-step-label-error, .tfs-theme .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff3f0e;
}
.theme-neutral .mat-stepper-horizontal, .lfs-theme .mat-stepper-horizontal, .tfs-theme .mat-stepper-horizontal, .theme-neutral .mat-stepper-vertical, .lfs-theme .mat-stepper-vertical, .tfs-theme .mat-stepper-vertical {
  background-color: white;
}
.theme-neutral .mat-stepper-vertical-line::before, .lfs-theme .mat-stepper-vertical-line::before, .tfs-theme .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-horizontal-stepper-header::before, .lfs-theme .mat-horizontal-stepper-header::before, .tfs-theme .mat-horizontal-stepper-header::before,
.theme-neutral .mat-horizontal-stepper-header::after,
.lfs-theme .mat-horizontal-stepper-header::after,
.tfs-theme .mat-horizontal-stepper-header::after,
.theme-neutral .mat-stepper-horizontal-line,
.lfs-theme .mat-stepper-horizontal-line,
.tfs-theme .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-sort-header-arrow, .lfs-theme .mat-sort-header-arrow, .tfs-theme .mat-sort-header-arrow {
  color: #757575;
}
.theme-neutral .mat-tab-nav-bar, .lfs-theme .mat-tab-nav-bar, .tfs-theme .mat-tab-nav-bar,
.theme-neutral .mat-tab-header,
.lfs-theme .mat-tab-header,
.tfs-theme .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme-neutral .mat-tab-group-inverted-header .mat-tab-nav-bar, .lfs-theme .mat-tab-group-inverted-header .mat-tab-nav-bar, .tfs-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,
.theme-neutral .mat-tab-group-inverted-header .mat-tab-header,
.lfs-theme .mat-tab-group-inverted-header .mat-tab-header,
.tfs-theme .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.theme-neutral .mat-tab-label, .lfs-theme .mat-tab-label, .tfs-theme .mat-tab-label, .theme-neutral .mat-tab-link, .lfs-theme .mat-tab-link, .tfs-theme .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-neutral .mat-tab-group[class*=mat-background-] > .mat-tab-header, .lfs-theme .mat-tab-group[class*=mat-background-] > .mat-tab-header, .tfs-theme .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.theme-neutral .mat-tab-nav-bar[class*=mat-background-],
.lfs-theme .mat-tab-nav-bar[class*=mat-background-],
.tfs-theme .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.theme-neutral .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 213, 230, 0.3);
}
.theme-neutral .mat-tab-group.mat-primary .mat-ink-bar, .lfs-theme .mat-tab-group.mat-primary .mat-ink-bar, .tfs-theme .mat-tab-group.mat-primary .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-primary .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #4a6fa5;
}
.theme-neutral .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.theme-neutral .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(191, 191, 191, 0.3);
}
.theme-neutral .mat-tab-group.mat-accent .mat-ink-bar, .lfs-theme .mat-tab-group.mat-accent .mat-ink-bar, .tfs-theme .mat-tab-group.mat-accent .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-accent .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #333333;
}
.theme-neutral .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.theme-neutral .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 201, 184, 0.3);
}
.theme-neutral .mat-tab-group.mat-warn .mat-ink-bar, .lfs-theme .mat-tab-group.mat-warn .mat-ink-bar, .tfs-theme .mat-tab-group.mat-warn .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-warn .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff3f0e;
}
.theme-neutral .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .theme-neutral .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .lfs-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .tfs-theme .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.theme-neutral .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 213, 230, 0.3);
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header, .theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-link-container, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container, .theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #4a6fa5;
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.theme-neutral .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(191, 191, 191, 0.3);
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-link-container, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #333333;
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.theme-neutral .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-neutral .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .lfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .tfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.theme-neutral .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.lfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.tfs-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 201, 184, 0.3);
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header, .theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-link-container, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container, .theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #ff3f0e;
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element, .lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element, .tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.theme-neutral .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
.lfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element,
.tfs-theme .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.theme-neutral .mat-toolbar, .lfs-theme .mat-toolbar, .tfs-theme .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-toolbar.mat-primary, .lfs-theme .mat-toolbar.mat-primary, .tfs-theme .mat-toolbar.mat-primary {
  background: #4a6fa5;
  color: white;
}
.theme-neutral .mat-toolbar.mat-accent, .lfs-theme .mat-toolbar.mat-accent, .tfs-theme .mat-toolbar.mat-accent {
  background: #333333;
  color: white;
}
.theme-neutral .mat-toolbar.mat-warn, .lfs-theme .mat-toolbar.mat-warn, .tfs-theme .mat-toolbar.mat-warn {
  background: #ff3f0e;
  color: white;
}
.theme-neutral .mat-toolbar .mat-form-field-underline, .lfs-theme .mat-toolbar .mat-form-field-underline, .tfs-theme .mat-toolbar .mat-form-field-underline,
.theme-neutral .mat-toolbar .mat-form-field-ripple,
.lfs-theme .mat-toolbar .mat-form-field-ripple,
.tfs-theme .mat-toolbar .mat-form-field-ripple,
.theme-neutral .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-neutral .mat-toolbar .mat-form-field-label, .lfs-theme .mat-toolbar .mat-form-field-label, .tfs-theme .mat-toolbar .mat-form-field-label,
.theme-neutral .mat-toolbar .mat-focused .mat-form-field-label,
.theme-neutral .mat-toolbar .mat-select-value,
.lfs-theme .mat-toolbar .mat-select-value,
.tfs-theme .mat-toolbar .mat-select-value,
.theme-neutral .mat-toolbar .mat-select-arrow,
.lfs-theme .mat-toolbar .mat-select-arrow,
.tfs-theme .mat-toolbar .mat-select-arrow,
.theme-neutral .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-neutral .mat-toolbar .mat-input-element, .lfs-theme .mat-toolbar .mat-input-element, .tfs-theme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-neutral .mat-tooltip, .lfs-theme .mat-tooltip, .tfs-theme .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.theme-neutral .mat-tree, .lfs-theme .mat-tree, .tfs-theme .mat-tree {
  background: white;
}
.theme-neutral .mat-tree-node, .lfs-theme .mat-tree-node, .tfs-theme .mat-tree-node,
.theme-neutral .mat-nested-tree-node,
.lfs-theme .mat-nested-tree-node,
.tfs-theme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.theme-neutral .mat-snack-bar-container, .lfs-theme .mat-snack-bar-container, .tfs-theme .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);
}
.theme-neutral .mat-simple-snackbar-action, .lfs-theme .mat-simple-snackbar-action, .tfs-theme .mat-simple-snackbar-action {
  color: #333333;
}
.cos-toast-notification {
  border-radius: 5px !important;
  color: white;
  font-family: "Toyota Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  box-shadow: none;
  min-width: 300 !important;
  margin-bottom: 90px !important;
  padding: 0px !important;
}
.mat-checkbox-checked .mat-checkbox-checkmark {
  background-color: #C03;
}
.mat-form-field-subscript-wrapper {
  margin-top: 0.25em;
}
/* FONTS MIXINS*/
/* FONTS MIXINS*/
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
html,
body {
  min-width: 320px;
}
/**
  Override bootstrap default a style
 */
a {
  color: var(--tfs-color-highlight);
}
a:hover {
  color: var(--tfs-color-highlight--hover);
}
cos-header {
  display: block;
  width: 100%;
}
cos-background-content {
  display: block;
}
.mat-dialog-container {
  padding: 16px;
}
@media screen and (max-width: 500px) {
  .cdk-overlay-pane.mat-dialog-panel {
    width: 95vw !important;
    max-width: 95vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .cdk-overlay-pane.otp-dialog-panel {
    width: 95vw !important;
    max-width: 95vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .cdk-overlay-pane.otp-dialog-panel .login_wrapper {
    padding: 0;
  }
  .mat-dialog-container {
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}
.has-sticky-header .sticky-header-wrapper,
.has-sticky-header cos-header,
.has-sticky-header section.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.has-sticky-header section.content {
  padding-top: 89px;
}
.has-sticky-header .sticky-header-spacer {
  height: 89px;
}
.sticky-header-wrapper {
  width: 100%;
}
.sticky-header-spacer {
  width: 100%;
  height: 0;
}
section.header {
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 89px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 300px) and (max-width: 767.99px) {
  section.header {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  section.header {
    padding-right: 2rem;
  }
}
section.header .logo_wrapper {
  height: 100%;
  padding-left: 32px;
}
@media only screen and (max-width: 992.99px) {
  section.header .logo_wrapper {
    padding-left: 0px;
  }
}
section.header .logo_wrapper .logo-only {
  height: 50px;
  width: 50px;
  display: block;
}
section.header .header_menu {
  display: flex;
  align-items: center;
}
section.header .header_menu > nav {
  height: 100%;
  display: flex;
  align-items: center;
}
section.header .header_menu i {
  font-size: 3vw;
}
section.header .header_menu a {
  margin-left: 30px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.header .header_menu a:hover {
  text-decoration: none;
}
section.header .header_menu_item {
  display: inline-block;
  text-align: center;
}
section.header .header_menu_item.active, section.header .header_menu_item:hover {
  color: var(--tfs-color-highlight);
}
section.header .header_menu_item.active svg, section.header .header_menu_item:hover svg {
  fill: var(--tfs-color-highlight);
}
section.header .header_menu_item svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
section.header .header_menu_item .contact {
  width: 15px;
  height: 20px;
  margin: 7px auto;
}
section.header .header_menu_item .support {
  width: 15px;
  height: 20px;
  margin: 7px auto;
}
section.header .header_menu_item .messages {
  width: 30px;
  height: 20px;
  margin: 7px auto;
}
section.header .header_menu_item .message_badge {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  background-color: var(--tfs-color-highlight);
  height: 16px;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
section.header .header_menu_item .logout {
  width: 30px;
  height: 20px;
  margin: 7px auto;
}
section.header .header_menu_item .mobile_menu_icon {
  width: 30px;
}
section.header .header_menu_item img {
  display: block;
}
section.header .language_dropdown,
section.header .country_dropdown {
  background: #3b3c3d;
  border-radius: 0 !important;
  min-width: 200px !important;
  margin-left: 6px;
  margin-top: 27px;
}
section.header .language_dropdown .mat-option,
section.header .country_dropdown .mat-option {
  padding-left: 11px;
  color: white;
}
section.header .filters {
  width: 40%;
  position: absolute;
  height: auto;
  text-align: right;
  bottom: 15%;
  right: 10%;
}
section.header .filters .filter {
  width: 100%;
}
@media screen and (min-width: 576px) {
  section.header .logo_wrapper .logo-only {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 374.99px) {
  cos-postlogin-layout section.header .lang-select {
    width: 110px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767.99px) {
  cos-postlogin-layout section.header .lang-select {
    width: 150px;
  }
}
.notification {
  background-color: #cceffc;
  color: #333333;
  padding-left: 0.25rem;
  padding-right: 1.25rem;
  border: 1px solid #ededed;
  display: flex;
  position: relative;
}
.notification .call_to_action {
  color: #333333;
  text-decoration: underline;
  align-self: center;
}
.attention_icon {
  width: 6px;
  height: 23px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 32px;
  align-self: center;
}
.bell_icon {
  width: 18px;
  height: 23px;
  display: inline-block;
  margin-right: 26px;
  align-self: center;
}
.close_icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.info_icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.info_icon svg {
  flex: 1;
  width: 1em;
}
.info_icon.can_hover:hover svg {
  fill: var(--tfs-color-highlight);
  cursor: pointer;
}
.nav-container {
  width: 100%;
  min-height: calc(100vh - 89px - 84px);
}
.nav-container--sidebar-opened {
  height: 100vh;
}
.sidebar {
  width: 240px;
  background-color: #f8f8f8;
  border-right: 1px solid #d9d9d9;
}
.sidebar .sidebar_icon_table {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar .sidebar_nav {
  list-style-type: none;
  margin-top: 15%;
  padding-left: 0;
}
.sidebar .sidebar_nav a {
  color: #333333;
}
.sidebar .sidebar_nav aw {
  color: var(--tfs-color-highlight);
}
.sidebar .sidebar_nav a:hover,
.sidebar .sidebar_nav a:active,
.sidebar .sidebar_nav a:visited {
  text-decoration: none !important;
}
.sidebar .sidebar_nav a {
  text-decoration: none !important;
}
.sidebar .sidebar_nav li {
  width: 100%;
  cursor: pointer;
  padding: 1em 0% 1em 20%;
}
.sidebar .sidebar_nav li .icon {
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-right: 5%;
}
.sidebar .sidebar_nav li .icon.support {
  width: 8px;
  margin-left: 3px;
  margin-right: calc(5% + 4px);
}
.sidebar .sidebar_nav li a.active {
  color: var(--tfs-color-highlight);
}
.sidebar .sidebar_nav li i {
  margin-right: 10%;
}
.sidebar .sidebar_nav img {
  width: 0.8vw;
  vertical-align: text-bottom;
  margin-right: 5%;
}
.sidebar .sidebar_link:hover {
  color: var(--tfs-color-highlight--hover);
}
.sidebar .lang-container {
  border-top: 1px solid #d9d9d9;
}
.sidebar .languageTab {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sidebar .round_btn {
  display: inline-block;
  width: 42px;
  border: 1px solid #333333;
  border-radius: 50%;
  height: 42px;
  position: relative;
}
.sidebar .round_btn:not(:first-child) {
  margin-left: 1rem;
}
.sidebar .round_btn .icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.sidebar .round_btn .icon-wrapper .icon {
  margin: auto;
}
.sidebar .round_btn .icon-wrapper .icon.user {
  width: 30%;
  line-height: 1rem;
}
.sidebar .round_btn .icon-wrapper .icon.message {
  width: 50%;
  line-height: 1rem;
}
.sidebar .round_btn.active, .sidebar .round_btn:hover {
  border-color: var(--tfs-color-highlight);
  color: var(--tfs-color-highlight);
}
.sidebar .round_btn.active svg, .sidebar .round_btn:hover svg {
  fill: var(--tfs-color-highlight);
}
.sidebar .round_btn .message_badge {
  position: absolute;
  bottom: -0.5vw;
  right: -0.5vw;
  width: 1.6vw;
  background-color: var(--tfs-color-highlight);
  height: 1.6vw;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8vw;
  padding-top: 0.2vw;
}
.sidebar__content {
  background: #fff;
  padding-right: 1rem;
}
@media only screen and (min-width: 300px) and (max-width: 767.99px) {
  .sidebar__content {
    padding-right: 0;
  }
}
.login_container {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .login_container {
    width: 100%;
  }
}
.login_container .login_wrapper {
  padding: 1.5rem;
  background: white;
}
.login_container .login_wrapper .login_page_title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 2rem;
  white-space: pre-line;
  word-break: break-word;
}
@media (min-width: 768px) {
  .login_container .login_wrapper .login_page_title {
    font-size: 36px;
    line-height: 1.2;
  }
}
.login_container .login_wrapper .login_forgot {
  margin: 1.5rem 0 1rem 0;
  display: flex;
}
.login_container .login_wrapper .login_forgot .forgot_item {
  flex: 1;
}
.login_container .login_wrapper .login_forgot .forgot_item a {
  color: var(--tfs-color-highlight);
  font-family: "Toyota Display", sans-serif;
  font-weight: 500;
}
.login_container .login_wrapper .login_forgot .forgot_item a:hover {
  color: var(--tfs-color-highlight--hover);
}
.login_container .login_input_wrapper {
  margin-bottom: 1.5rem;
}
.login_container .login_input_wrapper .login_description {
  white-space: pre-line;
  word-break: break-word;
}
.login_container .login_input_wrapper .login_description p {
  margin-bottom: 0.5rem;
}
section.content {
  width: 100%;
  padding: 0;
  position: relative;
  min-height: calc(100vh - 89px - 84px);
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  section.content {
    align-items: center;
  }
}
section.content.login_bg {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
section.content .padded_content {
  background: #fff;
  margin: 3rem;
}
@media (max-width: 991.98px) {
  section.content .padded_content {
    margin: 0.25rem 1rem;
  }
}
section.content .padded_content .back_button {
  float: left;
  position: relative;
  font-size: 24px;
  width: 24px;
  height: 32px;
  margin-top: 4px;
  right: 8px;
}
@media screen and (min-width: 768px) {
  section.content .padded_content .back_button {
    font-size: 32px;
    width: 32px;
    height: 48px;
    right: 10px;
  }
}
section.content .padded_content .page_header #page_label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  section.content .padded_content .page_header #page_label {
    font-size: 36px;
    line-height: 1.2;
  }
}
section.content .padded_content .page_header #page_label.page_label--medium {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  section.content .padded_content .page_header #page_label.page_label--medium {
    font-size: 24px;
  }
}
section.content .padded_content .page_header .page_label {
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
section.content .padded_content .page_header .page_label + .header_line {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
section.content .login_container {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  section.content .login_container {
    width: 100%;
  }
}
section.content .login_container .login_wrapper {
  padding: 1.5rem;
  background: white;
}
section.content .login_container .login_wrapper .login_page_title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 2rem;
  white-space: pre-line;
  word-break: break-word;
}
@media (min-width: 768px) {
  section.content .login_container .login_wrapper .login_page_title {
    font-size: 36px;
    line-height: 1.2;
  }
}
section.content .login_container .login_wrapper .login_forgot {
  margin: 1.5rem 0 1rem 0;
  display: flex;
}
section.content .login_container .login_wrapper .login_forgot .forgot_item {
  flex: 1;
}
section.content .login_container .login_wrapper .login_forgot .forgot_item a {
  color: var(--tfs-color-highlight);
  font-weight: 500;
}
section.content .login_container .login_wrapper .login_forgot .forgot_item a:hover {
  color: var(--tfs-color-highlight--hover);
}
section.content .new-year.login_container {
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.content .new-year.login_container {
    justify-content: flex-start;
    flex-direction: column;
  }
}
section.footer {
  min-height: 84px;
  background-color: #fff;
  width: 100%;
  color: #000;
}
section.footer a,
section.footer p {
  color: #000;
}
section.footer .footer_item {
  display: inline-block;
  font-size: 12px;
}
section.footer .footer_item a {
  text-align: center;
}
section.footer .footer_item:first-child {
  margin-left: 0;
}
section.footer .footer_item:last-child {
  margin-right: 0;
}
section.footer .footer_item:only-child {
  margin: 0 auto;
}
.mobile_footer {
  width: 100%;
  background-color: #fff;
  color: #000;
}
.mobile_footer a,
.mobile_footer p {
  color: #000;
  font-size: 12px;
}
.mobile_footer hr {
  border-color: #d9d9d9;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  section.header .filters .dropdown {
    display: inline-block;
    min-width: 30% !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section.header .filters .dropdown {
    display: inline-block;
    min-width: 40% !important;
  }
  section.header .header_menu a {
    margin-left: 25px;
  }
  section.header .header_menu_item .contact {
    width: 22px;
    height: 100%;
  }
  section.header .header_menu_item .messages {
    width: 35px;
    height: 100%;
  }
  section.header .header_menu_item .message_badge {
    right: 47px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    padding-top: 1px;
  }
  section.header .header_menu_item .mobile_menu_icon {
    width: 30px;
  }
  .sidebar_nav li {
    width: 100%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  section.header {
    height: 89px;
  }
  section.header .logo_wrapper .logo {
    margin-top: 10px;
  }
  section.header .filters {
    width: 100%;
    position: absolute;
    height: auto;
    text-align: right;
    bottom: 36%;
    right: 3%;
  }
  section.header .filters .dropdown {
    display: inline-block;
    min-width: 25% !important;
  }
  section.header .filters .dropdown .theme_button {
    font-size: 10px;
  }
  section.header .header_menu a {
    margin-left: 10px;
  }
  section.header .header_menu_item .contact {
    width: 13px;
    height: 100%;
  }
  section.header .header_menu_item .messages {
    width: 20px;
    height: 100%;
  }
  section.header .header_menu_item .mobile_menu_icon {
    width: 16px;
  }
  section.header .header_menu .dropdown {
    width: 150px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
  }
  section.header .header_menu_item {
    margin-right: 5px;
  }
  .footer_nav_1 a {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
  }
  .footer_nav_1 {
    margin-bottom: 0;
  }
  .footer_nav_3 {
    margin-left: 0;
    text-align: center;
  }
  .footer_nav_3 a {
    width: 50%;
    text-align: center;
    margin: 0;
    color: #000000;
  }
  .mobile_footer {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 20px;
  }
  .mobile_footer .footer_row_item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: "sans-serif";
  }
  .mobile_footer .footer_row_item:first-child {
    margin-top: 15px;
  }
  .mobile_footer_hidden_menu {
    max-height: 0px;
    overflow: hidden;
  }
  .footer_toggle_icon {
    font-size: 35px;
    position: absolute;
    right: 6%;
    top: 10%;
  }
  .languageTab {
    position: static;
    width: 100%;
  }
  .language_list {
    background-color: #eaeaea;
    color: black;
    overflow: hidden;
  }
  .language_list .list_item {
    padding-left: 18px;
    padding: 7px 14px;
    padding-left: 30px;
  }
  .language_list .list_item:hover {
    background-color: black;
  }
}
@media screen and (max-width: 767.99px) {
  .theme_button {
    min-width: 5em;
  }
  section.header .header_menu .dropdown {
    width: 32vw;
  }
  section.header .header_menu .dropdown.theme_dropdown button.btn {
    font-size: 14px;
  }
  section.content .padded_content .page_header #page_label {
    margin-bottom: 0.5em;
  }
  section.content .padded_content .page_header .page_label + .header_line {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  section.footer .footer_item:not(:last-child) {
    margin: 0 1vh 0 0;
  }
}
@media screen and (min-width: 992px) {
  section.content .login_container .login_wrapper {
    margin: 5vh auto;
  }
  section.footer .footer_item:not(:last-child) {
    margin: 0 5vh 0 0;
  }
}
@media screen and (min-width: 1200px) {
  cos-prelogin-layout section.content {
    padding-left: 15vw;
    padding-right: 15vw;
  }
  cos-prelogin-layout section.content--center {
    justify-content: center;
  }
  cos-prelogin-layout section.content--left {
    justify-content: flex-start;
  }
  cos-prelogin-layout section.content--right {
    justify-content: flex-end;
  }
}
/**
  Mobile list view for SOA/RP/Document
 */
.mobile-list-item {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.mobile-list-item:first-of-type {
  margin-top: 1rem;
}
.mobile-list-item__label {
  margin-bottom: 1rem;
  font-weight: bold;
}
.mobile-list-item table tr td {
  vertical-align: top;
}
table.attributes tr td {
  vertical-align: top;
}
.form-notification {
  padding: 1rem;
  text-align: justify;
  background-color: #262626;
  color: white;
  align-items: center;
  display: flex;
}
.form-notification > span {
  text-align: left;
}
video.bg-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.month-picker--container {
  display: flex;
  flex-direction: column;
}
.month-picker--container cos-month-picker-range-select {
  margin-bottom: 0.25rem;
}
.month-picker--container .list_toolbar {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .month-picker--container {
    flex-direction: row;
  }
  .month-picker--container cos-month-picker-range-select,
.month-picker--container cos-month-picker {
    margin-right: 0.25rem;
  }
  .month-picker--container .list_toolbar {
    margin-left: auto;
    margin-bottom: 1.25em;
  }
}
/** SOA/RP/Transaction History/Payment History Table style  */
.soa-table__checkbox,
.repayment-plan-table__checkbox,
.payment-history-table__checkbox,
.fpx-payment-history-table__checkbox {
  flex: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.soa-table__receipt-id,
.repayment-plan-table__receipt-id,
.payment-history-table__receipt-id,
.fpx-payment-history-table__receipt-id {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.01875em;
}
.soa-table .mat-column-download,
.repayment-plan-table .mat-column-download,
.payment-history-table .mat-column-download,
.fpx-payment-history-table .mat-column-download {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  padding: 0;
}
.soa-table .mat-column-refresh,
.repayment-plan-table .mat-column-refresh,
.payment-history-table .mat-column-refresh,
.fpx-payment-history-table .mat-column-refresh {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 130px;
  padding: 0;
}
.soa-table .mat-cell,
.repayment-plan-table .mat-cell,
.payment-history-table .mat-cell,
.fpx-payment-history-table .mat-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400 !important;
  /**
   IE needs min-height or height to center flex content
   */
  min-height: 0;
}
.repayment-plan-table__no {
  flex: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.table-container {
  min-height: 150px;
}
.table-container .no_document_message {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
/* dynamic table in footer and ticket content for my profile update info */
/** Do not remove, for Dynamic HTML class**/
.dynamic_table {
  border-collapse: collapse !important;
  width: 100%;
}
.dynamic_table tr td {
  border: solid 1px #000 !important;
  box-sizing: border-box !important;
  font-weight: normal !important;
  padding: 5px !important;
  text-align: left !important;
}
.dynamic_table tr td.bold {
  font-weight: bold !important;
}
.maintenance_notification {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  top: 89px;
  background-color: #b74041;
  color: #ffffff;
  border: none;
}
.maintenance_notification svg {
  fill: #ffffff;
}
.maintenance_notification p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.non_tfs {
  background: black;
  color: white;
  border-color: black;
}
.non_tfs .attention_icon svg {
  fill: var(--tfs-color-highlight);
}
.non_tfs .close_icon svg {
  fill: white;
}
.button-list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .button-list {
    flex-direction: column-reverse;
  }
  .button-list > * {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .button-list {
    flex-direction: row;
  }
}
/** MOVED OVER FROM UTILITIES.SCSS  **/
.word-wrap {
  word-wrap: break-word;
}
.horizontal-line-word {
  overflow: hidden;
  text-align: center;
}
.horizontal-line-word:before,
.horizontal-line-word:after {
  background-color: #bfbfbf;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.horizontal-line-word:before {
  right: 0.5em;
  margin-left: -50%;
}
.horizontal-line-word:after {
  left: 0.5em;
  margin-right: -50%;
}
/** END MOVED OVER FROM UTILITIES.SCSS  **/
.link--tiny {
  background-repeat: no-repeat, no-repeat;
  background-position-x: left;
  background-size: 0% 100%, 100% 100%;
  padding-bottom: 2px;
  transition: background-size 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-origin: right;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.175px;
  background-image: linear-gradient(to top, var(--tfs-color-highlight) 1px, transparent 1px);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.link--tiny:hover {
  background-size: 100% 100%, 100% 100%;
}
.link--inline {
  font-style: normal;
  line-height: 20px !important;
  letter-spacing: 0.175px;
  color: var(--tfs-color-highlight);
  border-bottom: 1px solid currentColor;
}
.link--standalone {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
}
.tooltip-red {
  background: #b71c1c;
}
@media screen and (max-width: 500px) {
  .login_container {
    width: 100%;
  }
  .login_panel {
    width: 100vw;
  }
  .social-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .social-buttons button {
    width: 100%;
    margin-right: 0 !important;
  }
  .social-buttons button:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 501px) {
  .social-buttons {
    gap: 12px;
  }
  .social-buttons button {
    flex: 0 0 240px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.simulated-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ffe8b8 0%, #ffd48a 100%);
  color: #6a3f00;
  font-weight: 700;
  text-align: center;
  position: fixed;
  z-index: 1001;
  width: 100%;
}
.simulated-banner__text {
  font-size: 14px;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.76); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
.language_dropdown,
.country_dropdown {
  background: #3b3c3d;
  border-radius: 0 !important;
  min-width: 200px !important;
  margin-left: 6px;
  margin-top: 27px;
}
.language_dropdown .mat-option,
.country_dropdown .mat-option {
  padding-left: 11px;
  color: white;
}
.language_dropdown.mat-select-panel,
.country_dropdown.mat-select-panel {
  max-height: none !important;
}
.footer_tab_group .mat-tab-label {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.footer_tab_group .mat-tab-label-active {
  color: var(--tfs-color-highlight);
  font-weight: 700 !important;
}
.footer_tab_group .mat-tab-label-active span,
.footer_tab_group .mat-tab-label-active div,
.footer_tab_group .mat-tab-label-active .tfs-type-copy,
.footer_tab_group .mat-tab-label-active .tfs-type-copy-secondary,
.footer_tab_group .mat-tab-label-active .tfs-type-copy-tertiary {
  font-weight: 700 !important;
}
/**
  Overriding .cdk-global-scrollblock to fix angular matDialog miscalculated top position
  Case: while matDialog is open, remove some elements cause the negative top position of html to be wrong
 */
.cdk-global-scrollblock {
  position: static;
  overflow: hidden !important;
}
mat-cell,
mat-footer-cell,
mat-header-cell {
  margin-right: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
button.mat-sort-header-button {
  text-align: left;
}
.mat-tab-label {
  opacity: 1 !important;
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.mat-tab-label-active {
  color: var(--tfs-color-highlight);
  font-weight: 700 !important;
}
.mat-tab-label-active span,
.mat-tab-label-active div,
.mat-tab-label-active .tfs-type-copy,
.mat-tab-label-active .tfs-type-copy-secondary,
.mat-tab-label-active .tfs-type-copy-tertiary {
  font-weight: 700 !important;
}
.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  box-shadow: none;
  display: none;
}
/** Bootstrap reboot override */
button:focus {
  outline: none;
}
.cos-cdk-autoresize-fix {
  min-height: 0;
}
/**
  Overriding Mat Datepicker style
 */
.cos-datepicker {
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.cos-datepicker__calendar-icon {
  color: black;
  margin-bottom: 1rem;
}
.cos-datepicker .mat-form-field-flex {
  border: 1px solid var(--tfs-color-silver);
  background-color: var(--tfs-color-smoke);
}
.cos-datepicker .mat-form-field-infix {
  border-top: 0;
  padding: 1.5rem 1em 0.375rem;
}
.cos-datepicker .mat-form-field-suffix {
  padding-right: 1rem;
}
.cos-datepicker .mat-form-field-underline {
  background-color: transparent;
}
.cos-datepicker .mat-form-field-label-wrapper {
  left: 1rem;
  top: 0.5rem;
}
.cos-datepicker.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 0.5rem;
}
.cos-datepicker.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.cos-datepicker .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(-0.5rem) scale(0.75) perspective(100px) translateZ(0.001px);
  color: var(--tfs-color-obsidian);
}
.cos-datepicker mat-label {
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tfs-color-boulder);
}
.mat-drawer-container {
  background-color: white !important;
  color: #000;
}
.notification-banner {
  margin: 1rem 0;
}
/* FONTS MIXINS*/
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
section.content.login_bg--new-year {
  background-image: url('new-year-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.04) 100%), url('new-year-bg.jpg');
}
section.content .login_wrapper {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  section.content.login_bg--new-year {
    background-image: url('new-year-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.04) 100%), url('new-year-bg.jpg');
  }
}
.new-year__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.new-year__wish {
  display: flex;
}
.new-year__wish-text {
  animation: showTopText 3s;
  animation-fill-mode: forwards;
  color: white;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .new-year__wish-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .new-year__container {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    flex-grow: 1;
  }
  .new-year__wish-text {
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .new-year__wish-text {
    font-size: 36px;
    line-height: 1.2;
  }
}
@keyframes showTopText {
  0% {
    transform: translate3d(0, 75%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* FONTS MIXINS*/
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@font-face {
  font-family: "Toyota Display";
  src: url('ToyotaDisplay_Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Display";
  src: url('ToyotaDisplay_Bd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Display Bold";
  src: url('ToyotaDisplay_Bd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.theme-neutral, .lfs-theme, .tfs-theme {
  --tfs-color-highlight: #4A6FA5;
  --tfs-color-highlight--hover: #3d5a85;
  --tfs-color-highlight--pressed: #5681b8;
  --tfs-color-highlight--outline-dark: #2d4665;
  --tfs-color-error: #d32f2f;
  --tfs-color-ok: #198025;
  --tfs-font-regular: "Toyota Display", sans-serif;
  --tfs-font-bold: "Toyota Display Bold", "Toyota Display", sans-serif;
  --tfs-color-white: #FFFFFF;
  --tfs-color-moon: #F5F5F5;
  --tfs-color-silver: #CCCCCC;
  --tfs-color-smoke: #F5F5F5;
  --tfs-color-obsidian: #333333;
  --tfs-color-boulder: #666666;
  --tfs-color-accent: #4A6FA5;
  font-family: var(--tfs-font-regular);
  background-color: var(--tfs-color-white);
  color: var(--tfs-color-obsidian);
}
.theme-neutral section.header, .lfs-theme section.header, .tfs-theme section.header {
  background-color: var(--tfs-color-white);
  border-bottom: 1px solid #E0E0E0;
}
.theme-neutral section.header .header_menu a, .lfs-theme section.header .header_menu a, .tfs-theme section.header .header_menu a {
  color: var(--tfs-color-obsidian);
}
.theme-neutral section.header .header_menu a:hover, .lfs-theme section.header .header_menu a:hover, .tfs-theme section.header .header_menu a:hover {
  color: var(--tfs-color-highlight);
}
.theme-neutral section.header .header_menu_item.active, .lfs-theme section.header .header_menu_item.active, .tfs-theme section.header .header_menu_item.active, .theme-neutral section.header .header_menu_item:hover, .lfs-theme section.header .header_menu_item:hover, .tfs-theme section.header .header_menu_item:hover {
  color: var(--tfs-color-highlight);
}
.theme-neutral section.header .header_menu_item.active svg, .lfs-theme section.header .header_menu_item.active svg, .tfs-theme section.header .header_menu_item.active svg, .theme-neutral section.header .header_menu_item:hover svg, .lfs-theme section.header .header_menu_item:hover svg, .tfs-theme section.header .header_menu_item:hover svg {
  fill: var(--tfs-color-highlight);
}
.theme-neutral section.header .header_menu_item svg, .lfs-theme section.header .header_menu_item svg, .tfs-theme section.header .header_menu_item svg {
  fill: var(--tfs-color-obsidian);
}
.theme-neutral section.header .header_menu_item .message_badge, .lfs-theme section.header .header_menu_item .message_badge, .tfs-theme section.header .header_menu_item .message_badge {
  background-color: var(--tfs-color-highlight);
}
.theme-neutral section.footer, .lfs-theme section.footer, .tfs-theme section.footer {
  background-color: var(--tfs-color-moon);
  border-top: 1px solid #E0E0E0;
  color: var(--tfs-color-boulder);
  font-family: var(--tfs-font-regular);
}
.theme-neutral section.footer .footer_item, .lfs-theme section.footer .footer_item, .tfs-theme section.footer .footer_item {
  color: var(--tfs-color-obsidian);
  font-family: inherit;
}
.theme-neutral section.footer a, .lfs-theme section.footer a, .tfs-theme section.footer a {
  color: var(--tfs-color-obsidian);
  font-family: inherit;
}
.theme-neutral section.footer a:hover, .lfs-theme section.footer a:hover, .tfs-theme section.footer a:hover {
  color: var(--tfs-color-highlight);
}
.theme-neutral .mobile_footer, .lfs-theme .mobile_footer, .tfs-theme .mobile_footer {
  background-color: var(--tfs-color-moon);
  border-top: 1px solid #E0E0E0;
  color: var(--tfs-color-boulder);
  font-family: var(--tfs-font-regular);
}
.theme-neutral .mobile_footer .footer_row_item, .lfs-theme .mobile_footer .footer_row_item, .tfs-theme .mobile_footer .footer_row_item,
.theme-neutral .mobile_footer a,
.lfs-theme .mobile_footer a,
.tfs-theme .mobile_footer a,
.theme-neutral .mobile_footer p,
.lfs-theme .mobile_footer p,
.tfs-theme .mobile_footer p {
  color: var(--tfs-color-obsidian);
  font-family: inherit;
}
.theme-neutral .mobile_footer a:hover, .lfs-theme .mobile_footer a:hover, .tfs-theme .mobile_footer a:hover {
  color: var(--tfs-color-highlight);
}
.theme-neutral section.content, .lfs-theme section.content, .tfs-theme section.content {
  background-color: var(--tfs-color-white);
}
.theme-neutral section.content.login_bg, .lfs-theme section.content.login_bg, .tfs-theme section.content.login_bg {
  background-color: var(--tfs-color-moon);
}
.theme-neutral .terms-link, .lfs-theme .terms-link, .tfs-theme .terms-link,
.theme-neutral .link--inline,
.lfs-theme .link--inline,
.tfs-theme .link--inline {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-highlight) !important;
  text-decoration: underline;
}
.theme-neutral .terms-link:hover, .lfs-theme .terms-link:hover, .tfs-theme .terms-link:hover,
.theme-neutral .link--inline:hover,
.lfs-theme .link--inline:hover,
.tfs-theme .link--inline:hover {
  color: var(--tfs-color-highlight--hover) !important;
  text-decoration: underline;
}
.theme-neutral .mat-card, .lfs-theme .mat-card, .tfs-theme .mat-card,
.theme-neutral .card,
.lfs-theme .card,
.tfs-theme .card,
.theme-neutral .panel,
.lfs-theme .panel,
.tfs-theme .panel {
  background-color: var(--tfs-color-white);
  border: 1px solid #E0E0E0;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .theme_button, .lfs-theme .theme_button, .tfs-theme .theme_button {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .theme_button.blue, .lfs-theme .theme_button.blue, .tfs-theme .theme_button.blue {
  background-color: var(--tfs-color-highlight);
  border-color: var(--tfs-color-highlight);
  color: white;
}
.theme-neutral .theme_button.blue:hover:not(:disabled), .lfs-theme .theme_button.blue:hover:not(:disabled), .tfs-theme .theme_button.blue:hover:not(:disabled) {
  background-color: var(--tfs-color-highlight--hover);
  border-color: var(--tfs-color-highlight--hover);
}
.theme-neutral .theme_button.blue:active:not(:disabled), .lfs-theme .theme_button.blue:active:not(:disabled), .tfs-theme .theme_button.blue:active:not(:disabled) {
  background-color: var(--tfs-color-highlight--pressed);
  border-color: var(--tfs-color-highlight--pressed);
}
.theme-neutral .theme_button.cancel, .lfs-theme .theme_button.cancel, .tfs-theme .theme_button.cancel {
  background-color: var(--tfs-color-white);
  border-color: #CCCCCC;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .theme_button.cancel:hover:not(:disabled), .lfs-theme .theme_button.cancel:hover:not(:disabled), .tfs-theme .theme_button.cancel:hover:not(:disabled) {
  background-color: var(--tfs-color-moon);
}
.theme-neutral .theme_button.dark, .lfs-theme .theme_button.dark, .tfs-theme .theme_button.dark {
  background-color: var(--tfs-color-obsidian);
  color: white;
}
.theme-neutral .theme_button.dark:hover:not(:disabled), .lfs-theme .theme_button.dark:hover:not(:disabled), .tfs-theme .theme_button.dark:hover:not(:disabled) {
  background-color: #4a4a4a;
}
.theme-neutral .theme_button.light, .lfs-theme .theme_button.light, .tfs-theme .theme_button.light {
  background-color: var(--tfs-color-moon);
  color: var(--tfs-color-obsidian);
  border-color: #E0E0E0;
}
.theme-neutral .theme_button.light:hover:not(:disabled), .lfs-theme .theme_button.light:hover:not(:disabled), .tfs-theme .theme_button.light:hover:not(:disabled) {
  background-color: #EEEEEE;
}
.theme-neutral .mat-raised-button, .lfs-theme .mat-raised-button, .tfs-theme .mat-raised-button,
.theme-neutral .mat-flat-button,
.lfs-theme .mat-flat-button,
.tfs-theme .mat-flat-button {
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.theme-neutral .mat-raised-button .mat-button-wrapper, .lfs-theme .mat-raised-button .mat-button-wrapper, .tfs-theme .mat-raised-button .mat-button-wrapper,
.theme-neutral .mat-flat-button .mat-button-wrapper,
.lfs-theme .mat-flat-button .mat-button-wrapper,
.tfs-theme .mat-flat-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .mat-raised-button.mat-primary .mat-button-wrapper, .lfs-theme .mat-raised-button.mat-primary .mat-button-wrapper, .tfs-theme .mat-raised-button.mat-primary .mat-button-wrapper,
.theme-neutral .mat-flat-button.mat-primary .mat-button-wrapper,
.lfs-theme .mat-flat-button.mat-primary .mat-button-wrapper,
.tfs-theme .mat-flat-button.mat-primary .mat-button-wrapper {
  color: white !important;
}
.theme-neutral .mat-raised-button.mat-primary, .lfs-theme .mat-raised-button.mat-primary, .tfs-theme .mat-raised-button.mat-primary,
.theme-neutral .mat-flat-button.mat-primary,
.lfs-theme .mat-flat-button.mat-primary,
.tfs-theme .mat-flat-button.mat-primary {
  background-color: var(--tfs-color-highlight);
  color: white;
}
.theme-neutral .mat-stroked-button, .lfs-theme .mat-stroked-button, .tfs-theme .mat-stroked-button,
.theme-neutral .mat-button,
.lfs-theme .mat-button,
.tfs-theme .mat-button {
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.theme-neutral .mat-stroked-button .mat-button-wrapper, .lfs-theme .mat-stroked-button .mat-button-wrapper, .tfs-theme .mat-stroked-button .mat-button-wrapper,
.theme-neutral .mat-button .mat-button-wrapper,
.lfs-theme .mat-button .mat-button-wrapper,
.tfs-theme .mat-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .mat-stroked-button.mat-primary .mat-button-wrapper, .lfs-theme .mat-stroked-button.mat-primary .mat-button-wrapper, .tfs-theme .mat-stroked-button.mat-primary .mat-button-wrapper,
.theme-neutral .mat-button.mat-primary .mat-button-wrapper,
.lfs-theme .mat-button.mat-primary .mat-button-wrapper,
.tfs-theme .mat-button.mat-primary .mat-button-wrapper {
  color: var(--tfs-color-highlight) !important;
}
.theme-neutral input, .lfs-theme input, .tfs-theme input,
.theme-neutral textarea,
.lfs-theme textarea,
.tfs-theme textarea,
.theme-neutral select,
.lfs-theme select,
.tfs-theme select {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--tfs-color-obsidian);
  border-color: #CCCCCC;
}
.theme-neutral input::placeholder, .lfs-theme input::placeholder, .tfs-theme input::placeholder,
.theme-neutral textarea::placeholder,
.lfs-theme textarea::placeholder,
.tfs-theme textarea::placeholder,
.theme-neutral select::placeholder,
.lfs-theme select::placeholder,
.tfs-theme select::placeholder {
  color: var(--tfs-color-boulder);
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.theme-neutral input:focus, .lfs-theme input:focus, .tfs-theme input:focus,
.theme-neutral textarea:focus,
.lfs-theme textarea:focus,
.tfs-theme textarea:focus,
.theme-neutral select:focus,
.lfs-theme select:focus,
.tfs-theme select:focus {
  border-color: var(--tfs-color-highlight);
  outline-color: var(--tfs-color-highlight);
}
.theme-neutral .mat-form-field, .lfs-theme .mat-form-field, .tfs-theme .mat-form-field {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .mat-form-field .mat-form-field-label, .lfs-theme .mat-form-field .mat-form-field-label, .tfs-theme .mat-form-field .mat-form-field-label {
  color: var(--tfs-color-boulder);
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.theme-neutral .mat-form-field .mat-hint, .lfs-theme .mat-form-field .mat-hint, .tfs-theme .mat-form-field .mat-hint {
  color: var(--tfs-color-boulder);
}
.theme-neutral .mat-form-field.mat-focused .mat-form-field-label, .lfs-theme .mat-form-field.mat-focused .mat-form-field-label, .tfs-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--tfs-color-highlight);
}
.theme-neutral .mat-input-element, .lfs-theme .mat-input-element, .tfs-theme .mat-input-element {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.theme-neutral .mat-input-element::placeholder, .lfs-theme .mat-input-element::placeholder, .tfs-theme .mat-input-element::placeholder {
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.theme-neutral .mat-select, .lfs-theme .mat-select, .tfs-theme .mat-select {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.theme-neutral .mat-option, .lfs-theme .mat-option, .tfs-theme .mat-option {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.theme-neutral a, .lfs-theme a, .tfs-theme a {
  color: var(--tfs-color-highlight);
}
.theme-neutral a:hover, .lfs-theme a:hover, .tfs-theme a:hover {
  color: var(--tfs-color-highlight--hover);
}
.theme-neutral .mat-table, .lfs-theme .mat-table, .tfs-theme .mat-table {
  background-color: var(--tfs-color-white);
}
.theme-neutral .mat-table .mat-header-row, .lfs-theme .mat-table .mat-header-row, .tfs-theme .mat-table .mat-header-row {
  background-color: var(--tfs-color-moon);
}
.theme-neutral .mat-table .mat-header-cell, .lfs-theme .mat-table .mat-header-cell, .tfs-theme .mat-table .mat-header-cell {
  color: var(--tfs-color-obsidian);
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--tfs-color-moon);
  border-bottom-color: #E0E0E0;
}
.theme-neutral .mat-table .mat-cell, .lfs-theme .mat-table .mat-cell, .tfs-theme .mat-table .mat-cell {
  color: var(--tfs-color-obsidian);
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom-color: #E0E0E0;
}
.theme-neutral .mat-table .mat-row:hover, .lfs-theme .mat-table .mat-row:hover, .tfs-theme .mat-table .mat-row:hover {
  background-color: #FAFAFA;
}
@media (max-width: 1699px) {
  .theme-neutral .mat-table .mat-header-cell, .lfs-theme .mat-table .mat-header-cell, .tfs-theme .mat-table .mat-header-cell {
    white-space: normal !important;
  }
}
.theme-neutral .mat-paginator, .lfs-theme .mat-paginator, .tfs-theme .mat-paginator {
  color: var(--tfs-color-obsidian);
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.theme-neutral .mat-paginator .mat-paginator-page-size-label, .lfs-theme .mat-paginator .mat-paginator-page-size-label, .tfs-theme .mat-paginator .mat-paginator-page-size-label,
.theme-neutral .mat-paginator .mat-paginator-range-label,
.lfs-theme .mat-paginator .mat-paginator-range-label,
.tfs-theme .mat-paginator .mat-paginator-range-label {
  color: var(--tfs-color-obsidian);
  font-size: 14px;
  font-weight: 500;
}
.theme-neutral .mat-paginator .mat-select-value, .lfs-theme .mat-paginator .mat-select-value, .tfs-theme .mat-paginator .mat-select-value,
.theme-neutral .mat-paginator .mat-select-arrow,
.lfs-theme .mat-paginator .mat-select-arrow,
.tfs-theme .mat-paginator .mat-select-arrow,
.theme-neutral .mat-paginator .mat-select-trigger,
.lfs-theme .mat-paginator .mat-select-trigger,
.tfs-theme .mat-paginator .mat-select-trigger {
  color: var(--tfs-color-obsidian);
  font-size: 14px;
  font-weight: 500;
}
.theme-neutral .mat-paginator .mat-icon-button.mat-button-disabled.mat-button-disabled, .lfs-theme .mat-paginator .mat-icon-button.mat-button-disabled.mat-button-disabled, .tfs-theme .mat-paginator .mat-icon-button.mat-button-disabled.mat-button-disabled {
  color: var(--tfs-color-boulder);
}
.theme-neutral .mat-paginator .mat-icon-button:not(.mat-button-disabled):hover, .lfs-theme .mat-paginator .mat-icon-button:not(.mat-button-disabled):hover, .tfs-theme .mat-paginator .mat-icon-button:not(.mat-button-disabled):hover {
  color: var(--tfs-color-highlight);
}
.theme-neutral .mat-tab-group, .lfs-theme .mat-tab-group, .tfs-theme .mat-tab-group {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .mat-tab-label, .lfs-theme .mat-tab-label, .tfs-theme .mat-tab-label {
  color: var(--tfs-color-boulder);
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.theme-neutral .mat-tab-label.mat-tab-label-active, .lfs-theme .mat-tab-label.mat-tab-label-active, .tfs-theme .mat-tab-label.mat-tab-label-active {
  color: var(--tfs-color-highlight);
  font-weight: 700;
}
.theme-neutral .mat-ink-bar, .lfs-theme .mat-ink-bar, .tfs-theme .mat-ink-bar,
.theme-neutral .mat-tab-group.mat-primary .mat-ink-bar,
.theme-neutral .mat-tab-group.mat-accent .mat-ink-bar,
.theme-neutral .mat-tab-group.mat-warn .mat-ink-bar {
  background-color: var(--tfs-color-highlight);
}
.theme-neutral .footer_tab_group .mat-tab-label, .lfs-theme .footer_tab_group .mat-tab-label, .tfs-theme .footer_tab_group .mat-tab-label {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.theme-neutral .footer_tab_group .mat-tab-label-active, .lfs-theme .footer_tab_group .mat-tab-label-active, .tfs-theme .footer_tab_group .mat-tab-label-active {
  color: var(--tfs-color-highlight);
  font-weight: 700;
}
.theme-neutral .mat-dialog-container, .lfs-theme .mat-dialog-container, .tfs-theme .mat-dialog-container {
  background-color: var(--tfs-color-white);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-dialog-container .mat-stroked-button, .lfs-theme .mat-dialog-container .mat-stroked-button, .tfs-theme .mat-dialog-container .mat-stroked-button,
.theme-neutral .mat-dialog-container .mat-button,
.lfs-theme .mat-dialog-container .mat-button,
.tfs-theme .mat-dialog-container .mat-button {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-dialog-container .mat-stroked-button .mat-button-wrapper, .lfs-theme .mat-dialog-container .mat-stroked-button .mat-button-wrapper, .tfs-theme .mat-dialog-container .mat-stroked-button .mat-button-wrapper,
.theme-neutral .mat-dialog-container .mat-button .mat-button-wrapper,
.lfs-theme .mat-dialog-container .mat-button .mat-button-wrapper,
.tfs-theme .mat-dialog-container .mat-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-dialog-container .mat-stroked-button.mat-primary, .lfs-theme .mat-dialog-container .mat-stroked-button.mat-primary, .tfs-theme .mat-dialog-container .mat-stroked-button.mat-primary,
.theme-neutral .mat-dialog-container .mat-button.mat-primary,
.lfs-theme .mat-dialog-container .mat-button.mat-primary,
.tfs-theme .mat-dialog-container .mat-button.mat-primary {
  color: var(--tfs-color-highlight);
}
.theme-neutral .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper, .lfs-theme .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper, .tfs-theme .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper,
.theme-neutral .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper,
.lfs-theme .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper,
.tfs-theme .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper {
  color: var(--tfs-color-highlight);
}
.theme-neutral .mat-dialog-container .login_container .login_wrapper, .lfs-theme .mat-dialog-container .login_container .login_wrapper, .tfs-theme .mat-dialog-container .login_container .login_wrapper {
  border: none;
  box-shadow: none;
}
.theme-neutral .cdk-overlay-container .mat-button-wrapper, .lfs-theme .cdk-overlay-container .mat-button-wrapper, .tfs-theme .cdk-overlay-container .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .cdk-overlay-container .mat-dialog-container .mat-primary .mat-button-wrapper, .lfs-theme .cdk-overlay-container .mat-dialog-container .mat-primary .mat-button-wrapper, .tfs-theme .cdk-overlay-container .mat-dialog-container .mat-primary .mat-button-wrapper {
  color: white !important;
}
.theme-neutral .cdk-overlay-container .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper, .lfs-theme .cdk-overlay-container .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper, .tfs-theme .cdk-overlay-container .mat-dialog-container .mat-button.mat-primary .mat-button-wrapper,
.theme-neutral .cdk-overlay-container .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper,
.lfs-theme .cdk-overlay-container .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper,
.tfs-theme .cdk-overlay-container .mat-dialog-container .mat-stroked-button.mat-primary .mat-button-wrapper {
  color: var(--tfs-color-highlight) !important;
}
.theme-neutral .cdk-overlay-container .mat-datepicker-content .mat-button-wrapper, .lfs-theme .cdk-overlay-container .mat-datepicker-content .mat-button-wrapper, .tfs-theme .cdk-overlay-container .mat-datepicker-content .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper, .lfs-theme .cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper, .tfs-theme .cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .mat-datepicker-content, .lfs-theme .mat-datepicker-content, .tfs-theme .mat-datepicker-content {
  background-color: var(--tfs-color-white);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar, .lfs-theme .mat-datepicker-content .mat-calendar, .tfs-theme .mat-datepicker-content .mat-calendar {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .mat-datepicker-content .mat-calendar-body-cell-content, .lfs-theme .mat-datepicker-content .mat-calendar-body-cell-content, .tfs-theme .mat-datepicker-content .mat-calendar-body-cell-content {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar-body-label, .lfs-theme .mat-datepicker-content .mat-calendar-body-label, .tfs-theme .mat-datepicker-content .mat-calendar-body-label {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar-table-header, .lfs-theme .mat-datepicker-content .mat-calendar-table-header, .tfs-theme .mat-datepicker-content .mat-calendar-table-header {
  color: var(--tfs-color-boulder);
}
.theme-neutral .mat-datepicker-content .mat-calendar-arrow, .lfs-theme .mat-datepicker-content .mat-calendar-arrow, .tfs-theme .mat-datepicker-content .mat-calendar-arrow {
  border-top-color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar-period-button, .lfs-theme .mat-datepicker-content .mat-calendar-period-button, .tfs-theme .mat-datepicker-content .mat-calendar-period-button {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar-previous-button, .lfs-theme .mat-datepicker-content .mat-calendar-previous-button, .tfs-theme .mat-datepicker-content .mat-calendar-previous-button,
.theme-neutral .mat-datepicker-content .mat-calendar-next-button,
.lfs-theme .mat-datepicker-content .mat-calendar-next-button,
.tfs-theme .mat-datepicker-content .mat-calendar-next-button {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .mat-datepicker-content .mat-calendar-body-selected, .lfs-theme .mat-datepicker-content .mat-calendar-body-selected, .tfs-theme .mat-datepicker-content .mat-calendar-body-selected {
  background-color: var(--tfs-color-highlight);
  color: white;
}
.theme-neutral .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected), .lfs-theme .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected), .tfs-theme .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--tfs-color-highlight);
}
.theme-neutral .mat-datepicker-popup .mat-calendar-body-cell-content, .lfs-theme .mat-datepicker-popup .mat-calendar-body-cell-content, .tfs-theme .mat-datepicker-popup .mat-calendar-body-cell-content {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .language_dropdown, .lfs-theme .language_dropdown, .tfs-theme .language_dropdown,
.theme-neutral .country_dropdown,
.lfs-theme .country_dropdown,
.tfs-theme .country_dropdown {
  background-color: var(--tfs-color-white);
  border: 1px solid #E0E0E0;
}
.theme-neutral .language_dropdown .mat-option, .lfs-theme .language_dropdown .mat-option, .tfs-theme .language_dropdown .mat-option,
.theme-neutral .country_dropdown .mat-option,
.lfs-theme .country_dropdown .mat-option,
.tfs-theme .country_dropdown .mat-option {
  color: var(--tfs-color-obsidian);
  font-family: "Toyota Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.theme-neutral .language_dropdown .mat-option:hover, .lfs-theme .language_dropdown .mat-option:hover, .tfs-theme .language_dropdown .mat-option:hover,
.theme-neutral .country_dropdown .mat-option:hover,
.lfs-theme .country_dropdown .mat-option:hover,
.tfs-theme .country_dropdown .mat-option:hover {
  background-color: var(--tfs-color-moon);
}
.theme-neutral .language_dropdown .mat-option.mat-selected, .lfs-theme .language_dropdown .mat-option.mat-selected, .tfs-theme .language_dropdown .mat-option.mat-selected,
.theme-neutral .country_dropdown .mat-option.mat-selected,
.lfs-theme .country_dropdown .mat-option.mat-selected,
.tfs-theme .country_dropdown .mat-option.mat-selected {
  background-color: #E3EAF2;
  color: var(--tfs-color-highlight);
}
.theme-neutral .cos-toast-notification, .lfs-theme .cos-toast-notification, .tfs-theme .cos-toast-notification {
  background-color: white;
}
.theme-neutral .cos-toast-notification.success, .lfs-theme .cos-toast-notification.success, .tfs-theme .cos-toast-notification.success {
  background-color: var(--tfs-color-ok);
}
.theme-neutral .cos-toast-notification.error, .lfs-theme .cos-toast-notification.error, .tfs-theme .cos-toast-notification.error {
  background-color: var(--tfs-color-error);
}
.theme-neutral .mat-progress-bar .mat-progress-bar-fill::after, .lfs-theme .mat-progress-bar .mat-progress-bar-fill::after, .tfs-theme .mat-progress-bar .mat-progress-bar-fill::after,
.theme-neutral .mat-progress-bar circle,
.lfs-theme .mat-progress-bar circle,
.tfs-theme .mat-progress-bar circle,
.theme-neutral .mat-progress-spinner .mat-progress-bar-fill::after,
.lfs-theme .mat-progress-spinner .mat-progress-bar-fill::after,
.tfs-theme .mat-progress-spinner .mat-progress-bar-fill::after,
.theme-neutral .mat-progress-spinner circle,
.lfs-theme .mat-progress-spinner circle,
.tfs-theme .mat-progress-spinner circle {
  background-color: var(--tfs-color-highlight);
  stroke: var(--tfs-color-highlight);
}
.theme-neutral .mat-checkbox-checked .mat-checkbox-background, .lfs-theme .mat-checkbox-checked .mat-checkbox-background, .tfs-theme .mat-checkbox-checked .mat-checkbox-background,
.theme-neutral .mat-radio-checked .mat-radio-outer-circle,
.lfs-theme .mat-radio-checked .mat-radio-outer-circle,
.tfs-theme .mat-radio-checked .mat-radio-outer-circle {
  background-color: var(--tfs-color-highlight);
  border-color: var(--tfs-color-highlight);
}
.theme-neutral .mat-checkbox-checked .mat-checkbox-checkmark, .lfs-theme .mat-checkbox-checked .mat-checkbox-checkmark, .tfs-theme .mat-checkbox-checked .mat-checkbox-checkmark {
  background-color: var(--tfs-color-highlight);
}
.theme-neutral hr, .lfs-theme hr, .tfs-theme hr,
.theme-neutral .mat-divider,
.lfs-theme .mat-divider,
.tfs-theme .mat-divider {
  border-color: #E0E0E0;
}
.theme-neutral h1, .lfs-theme h1, .tfs-theme h1, .theme-neutral h2, .lfs-theme h2, .tfs-theme h2, .theme-neutral h3, .lfs-theme h3, .tfs-theme h3, .theme-neutral h4, .lfs-theme h4, .tfs-theme h4, .theme-neutral h5, .lfs-theme h5, .tfs-theme h5, .theme-neutral h6, .lfs-theme h6, .tfs-theme h6 {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .breadcrumb .breadcrumb-item, .lfs-theme .breadcrumb .breadcrumb-item, .tfs-theme .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-family: var(--tfs-font-regular);
}
.theme-neutral .breadcrumb .breadcrumb-item.active, .lfs-theme .breadcrumb .breadcrumb-item.active, .tfs-theme .breadcrumb .breadcrumb-item.active {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .breadcrumb .breadcrumb-achor, .lfs-theme .breadcrumb .breadcrumb-achor, .tfs-theme .breadcrumb .breadcrumb-achor {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .breadcrumb .breadcrumb-achor:hover, .lfs-theme .breadcrumb .breadcrumb-achor:hover, .tfs-theme .breadcrumb .breadcrumb-achor:hover {
  color: var(--tfs-color-accent);
  text-decoration: underline;
}
.theme-neutral .page_header h1, .lfs-theme .page_header h1, .tfs-theme .page_header h1, .theme-neutral .page_header .tfs-type-title, .lfs-theme .page_header .tfs-type-title, .tfs-theme .page_header .tfs-type-title {
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif !important;
  font-weight: 700 !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .page_header label, .lfs-theme .page_header label, .tfs-theme .page_header label, .theme-neutral .page_header .mat-h3, .lfs-theme .page_header .mat-h3, .tfs-theme .page_header .mat-h3, .theme-neutral .page_header .page_label, .lfs-theme .page_header .page_label, .tfs-theme .page_header .page_label {
  font-family: "Toyota Display", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .text-primary, .lfs-theme .text-primary, .tfs-theme .text-primary {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .text-secondary, .lfs-theme .text-secondary, .tfs-theme .text-secondary {
  color: var(--tfs-color-boulder) !important;
}
.theme-neutral .text-accent, .lfs-theme .text-accent, .tfs-theme .text-accent {
  color: var(--tfs-color-highlight) !important;
}
.theme-neutral .login_container, .lfs-theme .login_container, .tfs-theme .login_container {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .login_container .login_wrapper, .lfs-theme .login_container .login_wrapper, .tfs-theme .login_container .login_wrapper {
  background-color: var(--tfs-color-white);
  border: 1px solid #E0E0E0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.theme-neutral .login_container .login_wrapper .login_page_title, .lfs-theme .login_container .login_wrapper .login_page_title, .tfs-theme .login_container .login_wrapper .login_page_title {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .login_container .login_wrapper .login_description, .lfs-theme .login_container .login_wrapper .login_description, .tfs-theme .login_container .login_wrapper .login_description {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .login_container .login_wrapper .login_description p, .lfs-theme .login_container .login_wrapper .login_description p, .tfs-theme .login_container .login_wrapper .login_description p {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .login_container .login_wrapper .login_forgot, .lfs-theme .login_container .login_wrapper .login_forgot, .tfs-theme .login_container .login_wrapper .login_forgot {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .login_container .login_wrapper .login_forgot a, .lfs-theme .login_container .login_wrapper .login_forgot a, .tfs-theme .login_container .login_wrapper .login_forgot a {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-highlight);
}
.theme-neutral .login_container .login_wrapper .login_forgot a:hover, .lfs-theme .login_container .login_wrapper .login_forgot a:hover, .tfs-theme .login_container .login_wrapper .login_forgot a:hover {
  color: var(--tfs-color-highlight--hover);
  text-decoration: none;
}
.theme-neutral .login_container .login_input_wrapper, .lfs-theme .login_container .login_input_wrapper, .tfs-theme .login_container .login_input_wrapper {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .login_container .login_input_wrapper .login_description, .lfs-theme .login_container .login_input_wrapper .login_description, .tfs-theme .login_container .login_input_wrapper .login_description {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .login_container .login_input_wrapper .login_description p, .lfs-theme .login_container .login_input_wrapper .login_description p, .tfs-theme .login_container .login_input_wrapper .login_description p {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-obsidian);
}
.theme-neutral .contract_card, .lfs-theme .contract_card, .tfs-theme .contract_card,
.theme-neutral .payment_card,
.lfs-theme .payment_card,
.tfs-theme .payment_card {
  background-color: var(--tfs-color-white);
  border: 1px solid #E0E0E0;
}
.theme-neutral .contract_card .card_header, .lfs-theme .contract_card .card_header, .tfs-theme .contract_card .card_header,
.theme-neutral .payment_card .card_header,
.lfs-theme .payment_card .card_header,
.tfs-theme .payment_card .card_header {
  background-color: var(--tfs-color-moon);
  color: var(--tfs-color-obsidian);
  border-bottom: 1px solid #E0E0E0;
}
.theme-neutral .contract_details, .lfs-theme .contract_details, .tfs-theme .contract_details {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .contract_details h3, .lfs-theme .contract_details h3, .tfs-theme .contract_details h3, .theme-neutral .contract_details h4, .lfs-theme .contract_details h4, .tfs-theme .contract_details h4 {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .contract_details table td, .lfs-theme .contract_details table td, .tfs-theme .contract_details table td {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .text-danger, .lfs-theme .text-danger, .tfs-theme .text-danger {
  color: var(--tfs-color-error) !important;
}
.theme-neutral .payment_details_page, .lfs-theme .payment_details_page, .tfs-theme .payment_details_page {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .other_payment_types_header, .lfs-theme .other_payment_types_header, .tfs-theme .other_payment_types_header {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .other_payment_types_subheader, .lfs-theme .other_payment_types_subheader, .tfs-theme .other_payment_types_subheader {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .other_payment_type_title, .lfs-theme .other_payment_type_title, .tfs-theme .other_payment_type_title {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .payment-history__title, .lfs-theme .payment-history__title, .tfs-theme .payment-history__title {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .payment-history-table, .lfs-theme .payment-history-table, .tfs-theme .payment-history-table {
  font-family: "Toyota Display", sans-serif;
}
.theme-neutral .payment-history-table .mat-header-cell, .lfs-theme .payment-history-table .mat-header-cell, .tfs-theme .payment-history-table .mat-header-cell {
  font-family: "Toyota Display", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--tfs-color-obsidian);
  background-color: var(--tfs-color-moon);
}
.theme-neutral .payment-history-table .mat-cell, .lfs-theme .payment-history-table .mat-cell, .tfs-theme .payment-history-table .mat-cell {
  font-family: "Toyota Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .payment-history-page__toolbar button[mat-button], .lfs-theme .payment-history-page__toolbar button[mat-button], .tfs-theme .payment-history-page__toolbar button[mat-button] {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-highlight);
}
.theme-neutral .label__payment_item_title, .lfs-theme .label__payment_item_title, .tfs-theme .label__payment_item_title {
  font-family: var(--tfs-font-regular);
  color: var(--tfs-color-boulder);
}
.theme-neutral .label__payment_item_amount, .lfs-theme .label__payment_item_amount, .tfs-theme .label__payment_item_amount {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .label__payment_item_amount.label__payment_item_amount--overdued, .lfs-theme .label__payment_item_amount.label__payment_item_amount--overdued, .tfs-theme .label__payment_item_amount.label__payment_item_amount--overdued {
  color: var(--tfs-color-highlight);
}
.theme-neutral .profile_page, .lfs-theme .profile_page, .tfs-theme .profile_page {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .profile_page .linked-account-container, .lfs-theme .profile_page .linked-account-container, .tfs-theme .profile_page .linked-account-container {
  background-color: var(--tfs-color-moon);
}
.theme-neutral .profile_page .row_header h4, .lfs-theme .profile_page .row_header h4, .tfs-theme .profile_page .row_header h4, .theme-neutral .profile_page .row_header .font_h2, .lfs-theme .profile_page .row_header .font_h2, .tfs-theme .profile_page .row_header .font_h2 {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .profile_page .field_label, .lfs-theme .profile_page .field_label, .tfs-theme .profile_page .field_label {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .profile_page .field_label .label_text, .lfs-theme .profile_page .field_label .label_text, .tfs-theme .profile_page .field_label .label_text {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .profile_page .field_content, .lfs-theme .profile_page .field_content, .tfs-theme .profile_page .field_content {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .profile_page .field_content .subtitle, .lfs-theme .profile_page .field_content .subtitle, .tfs-theme .profile_page .field_content .subtitle {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .profile_page .field_content label, .lfs-theme .profile_page .field_content label, .tfs-theme .profile_page .field_content label {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .profile_page .section_title, .lfs-theme .profile_page .section_title, .tfs-theme .profile_page .section_title,
.theme-neutral .profile_page .profile_section_title,
.lfs-theme .profile_page .profile_section_title,
.tfs-theme .profile_page .profile_section_title {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .heading__label--support, .lfs-theme .heading__label--support, .tfs-theme .heading__label--support,
.theme-neutral .category_name,
.lfs-theme .category_name,
.tfs-theme .category_name {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .tfs-type-copy, .lfs-theme .tfs-type-copy, .tfs-theme .tfs-type-copy,
.theme-neutral .tfs-type-copy-secondary,
.lfs-theme .tfs-type-copy-secondary,
.tfs-theme .tfs-type-copy-secondary,
.theme-neutral .tfs-type-copy-tertiary,
.lfs-theme .tfs-type-copy-tertiary,
.tfs-theme .tfs-type-copy-tertiary,
.theme-neutral .tfs-type-copy-secondary-tertiary,
.lfs-theme .tfs-type-copy-secondary-tertiary,
.tfs-theme .tfs-type-copy-secondary-tertiary {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .page__label--support, .lfs-theme .page__label--support, .tfs-theme .page__label--support,
.theme-neutral .faq__question,
.lfs-theme .faq__question,
.tfs-theme .faq__question,
.theme-neutral .faq__content--paragraph,
.lfs-theme .faq__content--paragraph,
.tfs-theme .faq__content--paragraph,
.theme-neutral .contact__paragraph,
.lfs-theme .contact__paragraph,
.tfs-theme .contact__paragraph {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .tfs-type-copy-strong, .lfs-theme .tfs-type-copy-strong, .tfs-theme .tfs-type-copy-strong {
  color: var(--tfs-color-obsidian);
}
.theme-neutral .tfs-type-heading-l, .lfs-theme .tfs-type-heading-l, .tfs-theme .tfs-type-heading-l,
.theme-neutral .tfs-type-heading-m,
.lfs-theme .tfs-type-heading-m,
.tfs-theme .tfs-type-heading-m,
.theme-neutral .tfs-type-heading-xs,
.lfs-theme .tfs-type-heading-xs,
.tfs-theme .tfs-type-heading-xs,
.theme-neutral .tfs-type-heading-s,
.lfs-theme .tfs-type-heading-s,
.tfs-theme .tfs-type-heading-s {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .message_detail_container, .lfs-theme .message_detail_container, .tfs-theme .message_detail_container {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .message_detail_container .message_subject, .lfs-theme .message_detail_container .message_subject, .tfs-theme .message_detail_container .message_subject {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .message_detail_container .message_info_label, .lfs-theme .message_detail_container .message_info_label, .tfs-theme .message_detail_container .message_info_label {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-boulder) !important;
}
.theme-neutral .message_detail_container .created_by, .lfs-theme .message_detail_container .created_by, .tfs-theme .message_detail_container .created_by {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .message_detail_container .created_date, .lfs-theme .message_detail_container .created_date, .tfs-theme .message_detail_container .created_date {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-boulder) !important;
}
.theme-neutral .message_detail_container .thread_content, .lfs-theme .message_detail_container .thread_content, .tfs-theme .message_detail_container .thread_content {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .message_detail_container .attachment_label, .lfs-theme .message_detail_container .attachment_label, .tfs-theme .message_detail_container .attachment_label {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .message_date, .lfs-theme .message_date, .tfs-theme .message_date {
  color: var(--tfs-color-boulder) !important;
}
.theme-neutral .promotion .promo_name, .lfs-theme .promotion .promo_name, .tfs-theme .promotion .promo_name {
  font-family: var(--tfs-font-bold) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .promotion .promo_text, .lfs-theme .promotion .promo_text, .tfs-theme .promotion .promo_text {
  font-family: var(--tfs-font-regular) !important;
  color: var(--tfs-color-obsidian);
}
.theme-neutral .status-active, .lfs-theme .status-active, .tfs-theme .status-active,
.theme-neutral .status-current,
.lfs-theme .status-current,
.tfs-theme .status-current {
  color: var(--tfs-color-ok);
}
.theme-neutral .status-overdue, .lfs-theme .status-overdue, .tfs-theme .status-overdue,
.theme-neutral .status-error,
.lfs-theme .status-error,
.tfs-theme .status-error {
  color: var(--tfs-color-error);
}
.theme-neutral .status-pending, .lfs-theme .status-pending, .tfs-theme .status-pending {
  color: #FF9800;
}
.theme-neutral .status-info, .lfs-theme .status-info, .tfs-theme .status-info {
  color: var(--tfs-color-highlight);
}
.theme-neutral .badge, .lfs-theme .badge, .tfs-theme .badge {
  font-family: var(--tfs-font-regular);
}
.theme-neutral .badge.badge-primary, .lfs-theme .badge.badge-primary, .tfs-theme .badge.badge-primary {
  background-color: var(--tfs-color-highlight);
  color: white;
}
.theme-neutral .badge.badge-secondary, .lfs-theme .badge.badge-secondary, .tfs-theme .badge.badge-secondary {
  background-color: var(--tfs-color-boulder);
  color: white;
}
.theme-neutral .badge.badge-success, .lfs-theme .badge.badge-success, .tfs-theme .badge.badge-success {
  background-color: var(--tfs-color-ok);
  color: white;
}
.theme-neutral .badge.badge-error, .lfs-theme .badge.badge-error, .tfs-theme .badge.badge-error {
  background-color: var(--tfs-color-error);
  color: white;
}
.theme-neutral .facebook-button, .lfs-theme .facebook-button, .tfs-theme .facebook-button {
  background-color: var(--tfs-color-white) !important;
  color: var(--tfs-color-obsidian) !important;
  border: 1px solid #dadce0 !important;
  box-shadow: none !important;
  font-family: var(--tfs-font-regular);
}
.theme-neutral .facebook-button:hover, .lfs-theme .facebook-button:hover, .tfs-theme .facebook-button:hover {
  background-color: #f8f9fa !important;
}
.theme-neutral .facebook-button mat-icon, .lfs-theme .facebook-button mat-icon, .tfs-theme .facebook-button mat-icon {
  color: #1877f2 !important;
}
.theme-neutral .facebook-button .mat-button-wrapper, .lfs-theme .facebook-button .mat-button-wrapper, .tfs-theme .facebook-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral .otp_disabled, .lfs-theme .otp_disabled, .tfs-theme .otp_disabled {
  color: gray;
  font-family: var(--tfs-font-regular);
}
.theme-neutral .checkbox-error, .lfs-theme .checkbox-error, .tfs-theme .checkbox-error {
  font-size: 12px;
  color: #c03;
  padding-left: 24px;
  margin-top: -5px;
  font-family: var(--tfs-font-regular);
}
.theme-neutral .consent-text, .lfs-theme .consent-text, .tfs-theme .consent-text {
  white-space: normal;
  font-family: var(--tfs-font-regular);
}
.theme-neutral .marketing-options, .lfs-theme .marketing-options, .tfs-theme .marketing-options {
  margin-left: 32px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--tfs-font-regular);
}
@media screen and (max-width: 768px) {
  .theme-neutral .header, .lfs-theme .header, .tfs-theme .header {
    background-color: var(--tfs-color-white);
  }
  .theme-neutral .footer, .lfs-theme .footer, .tfs-theme .footer {
    background-color: var(--tfs-color-moon);
  }
}
@media screen and (min-width: 1024px) {
  .theme-neutral .container, .lfs-theme .container, .tfs-theme .container {
    max-width: 1200px;
  }
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-body-cell-content,
.mat-datepicker-content .mat-calendar-body-cell-content {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-body-label,
.mat-datepicker-content .mat-calendar-body-label {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button,
.mat-datepicker-content .mat-calendar-period-button {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper,
.mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header th,
.mat-datepicker-content .mat-calendar-table-header th {
  color: var(--tfs-color-boulder) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button,
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-content .mat-calendar-next-button {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button .mat-button-wrapper,
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button .mat-button-wrapper,
.mat-datepicker-content .mat-calendar-previous-button .mat-button-wrapper,
.mat-datepicker-content .mat-calendar-next-button .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-arrow,
.mat-datepicker-content .mat-calendar-arrow {
  border-top-color: var(--tfs-color-obsidian) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-body-selected,
.mat-datepicker-content .mat-calendar-body-selected {
  background-color: var(--tfs-color-highlight) !important;
  color: white !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected),
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--tfs-color-highlight) !important;
}
.theme-neutral ~ .cdk-overlay-container .mat-datepicker-content .mat-button-wrapper,
.mat-datepicker-content .mat-button-wrapper {
  color: var(--tfs-color-obsidian) !important;
}
/* FONTS MIXINS*/
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-theme {
  --tfs-color-highlight: #EB0A1E;
  --tfs-color-highlight--hover: #C5091A;
  --tfs-color-highlight--pressed: #FF4A58;
  --tfs-color-highlight--outline-dark: #8B050F;
}
/* FONTS MIXINS*/
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.lfs-theme {
  --tfs-color-highlight: #000000;
  --tfs-color-highlight--hover: #1a1a1a;
  --tfs-color-highlight--pressed: #333333;
  --tfs-color-highlight--outline-dark: #000000;
}
@media (max-width: 768px) {
  .mat-table[matTableResponsive] .mat-header-row {
    display: none;
    flex-wrap: wrap;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .mat-table[matTableResponsive] .mat-header-row th.mat-header-cell {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 1rem 0.5rem;
    justify-content: space-around;
  }
  .mat-table[matTableResponsive] .mat-header-row th.mat-header-cell > .mat-sort-header-container {
    padding-left: 15px;
  }
  .mat-table[matTableResponsive] .mat-header-row th.mat-header-cell:not([mat-sort-header]), .mat-table[matTableResponsive] .mat-header-row th.mat-header-cell.mat-sort-header-disabled, .mat-table[matTableResponsive] .mat-header-row th.mat-header-cell.mat-column-actions {
    display: none;
  }
  .mat-table[matTableResponsive] .mat-row {
    height: auto;
  }
  .mat-table[matTableResponsive] .mat-row td.mat-cell:not(.mat-column-actions) {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0.5rem;
    text-align: right;
    word-break: break-word;
  }
  .mat-table[matTableResponsive] .mat-row td.mat-cell:not(.mat-column-actions) > * {
    grid-column: 2;
  }
  .mat-table[matTableResponsive] .mat-row td.mat-cell:not(.mat-column-actions):before {
    content: attr(data-column-name);
    text-align: left;
  }
  .mat-table[matTableResponsive] .mat-row td.mat-column-actions {
    display: flex;
    justify-content: center;
    padding: 0 0.5rem;
  }
  .mat-table[matTableResponsive] .mat-row td.mat-column-actions > button {
    margin: 0.5rem 0;
  }
  .mat-table[matTableResponsive] .mat-row:last-of-type td:last-of-type {
    border: none;
  }
  .mat-table[matTableResponsive] .mat-row:not(:last-of-type) td:last-of-type {
    border-bottom: 0.5rem solid #fafafa;
  }
  .mat-card .mat-table[matTableResponsive],
.mat-expansion-panel .mat-table[matTableResponsive] {
    border: 0.5rem solid #fafafa;
  }
}
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.tfs-type-page-description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-card-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.tfs-type-table-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.tfs-type-page-description-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-card-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.tfs-type-table-header-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-breadcrumb-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.tfs-type-page-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-page-header-responsive {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-page-description-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-section-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-section-header-responsive {
    font-size: 24px;
  }
}
.tfs-type-card-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.tfs-type-message-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tfs-type-message-header-responsive {
    font-size: 20px;
  }
}
.tfs-type-table-header-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-body-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.tfs-type-footer-text-responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.tfs-type-title,
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-title,
.tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m,
.tfs-type-heading-s,
.tfs-type-heading-xs,
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy,
.tfs-type-copy-secondary,
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-placeholder-text,
.tfs-type-placeholder-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-button-text,
.tfs-type-button-legacy,
.tfs-type-action-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
h4, .h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
p, .p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
small, .small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
button, .btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
::placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-grid-col-mq1-12 {
  width: 100%;
}
:root, :host {
  --tfs-color-highlight: #c03;
  --tfs-color-highlight--hover: #b3002d;
  --tfs-color-highlight--pressed: #e00038;
  --tfs-color-highlight--outline-dark: #860122;
  --tfs-color-error: #e1292b;
  --tfs-color-moon: #f4f4f4;
  --tfs-color-silver: #bfbfbf;
  --tfs-color-smoke: #f8f8f8;
  --tfs-color-obsidian: #333333;
  --tfs-color-boulder: #767676;
  --tfs-color-ok: #008a00;
}
.flex-150 {
  flex: 0 0 150px !important;
}
@media screen and (min-width: 576px) {
  .flex-sm-250 {
    flex: 0 0 250px !important;
  }
}
/* Default: mobile-first – hide desktop elements by default */
.show-on-mobile {
  display: inline-block !important;
}
.show-on-desktop {
  display: none !important;
}
.search-text {
  min-width: 200px !important;
}
@media only screen and (min-width: 577px) {
  .show-on-mobile {
    display: none !important;
  }
  .show-on-desktop {
    display: inline-block !important;
  }
  .search-text {
    min-width: 200px !important;
  }
}
@media only screen and (min-width: 768px) {
  .res-logo {
    margin-left: 16px;
  }
  .show-on-mobile {
    display: none !important;
  }
  .show-on-desktop {
    display: inline-block !important;
  }
  .search-text {
    min-width: 305px !important;
  }
}
@media only screen and (min-width: 992px) {
  .show-on-mobile {
    display: none !important;
  }
  .show-on-desktop {
    display: inline-block !important;
  }
  .search-text {
    min-width: 305px !important;
  }
}
/* Global tooltip size */
.mat-tooltip {
  font-size: 12px !important;
}
.res-logo {
  margin: 5px 0;
  width: 140px;
  height: 47px;
}
.res-logo > svg {
  width: 140px !important;
  height: 47px !important;
  margin: -2px 0px 0px 0px !important;
}
@media only screen and (min-width: 400px) {
  .res-logo > svg {
    margin: -1px 0px 0px -12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .res-logo > svg {
    margin: 7px 0px 0px -12px !important;
  }
}
/*-------- BUTTON ------------ */
.theme_button {
  padding: 0.5em 1.5em;
  text-align: center;
  position: relative;
  width: auto;
  min-width: 90px;
  letter-spacing: inherit;
  cursor: pointer;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}
.theme_button + .theme_button {
  margin-left: 0.5em;
}
.theme_button:disabled {
  opacity: 0.4;
}
.theme_button.icon-right {
  padding-right: 28px;
}
.theme_button .icon-right {
  position: absolute;
  right: 7px;
  font-size: 30px;
  top: 20%;
}
.theme_button.align-left {
  text-align: left;
}
.theme_button.dark {
  color: white !important;
  background-color: #000000;
}
.theme_button.blue {
  color: white;
  background-color: var(--tfs-color-highlight);
  border-color: var(--tfs-color-highlight);
}
.theme_button.gray {
  color: white;
  background-color: #cacaca;
}
.theme_button.cancel {
  color: #333333;
  background-color: white;
  border: 1px solid #bfbfbf;
}
.theme_button.dark_light {
  color: white;
  background-color: #3b3c3d;
}
.theme_button.medium {
  color: white;
  background-color: #2a2b2c;
}
.theme_button.light {
  color: black;
  background-color: #d9d9d9;
}
.theme_button.grey_medium {
  color: black;
  background-color: #ececec;
}
.theme_button.white {
  background-color: white;
  color: black;
  border: 1px solid #d9d9d9;
}
.theme_button.transparent {
  background-color: transparent;
  border-color: transparent;
  min-width: auto;
}
.theme_button.transparent.blue {
  color: #00adef;
}
.theme_button.dark {
  background-color: #000;
  color: white;
  border-color: #bfbfbf;
}
.button_icon {
  margin-right: 10px;
}
.button_primary {
  background-color: var(--tfs-color-highlight);
}
.button_primary:hover {
  background-color: var(--tfs-color-highlight--hover);
}
.button_primary:active {
  background-color: var(--tfs-color-highlight);
}
.button_secondary {
  background-color: #3b3c3d;
}
.button_secondary:hover {
  background-color: #2a2b2c;
}
.button_secondary:active {
  background-color: #000000;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--tfs-color-highlight) !important;
  background-color: #ffffff;
  border-width: 2px;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--tfs-color-highlight) !important;
}
.selection_button {
  border: 1px solid #616364;
  color: #616364;
}
.selection_button.active {
  color: #ffffff;
  background-color: #333333;
}
/*-------------END OF BUTTONS---------------*/
/*-------------DROPDOWNS---------------*/
.theme_dropdown {
  background-color: #2a2b2c;
  color: white;
  border-radius: 0;
}
.theme_dropdown .full {
  width: 100%;
}
.theme_dropdown.light .btn {
  background-color: #ececec;
  color: black;
}
.theme_dropdown.light i {
  color: black;
}
.theme_dropdown .btn {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  border-radius: 0;
}
.theme_dropdown i {
  color: white;
}
.theme_dropdown .theme_button .fa-angle-down,
.theme_dropdown .theme_button .fa-angle-up {
  font-size: 24px;
  top: 9%;
}
.theme_dropdown .theme_button,
.theme_dropdown ul li a {
  font-weight: 100;
}
.theme_dropdown .theme_button .icon-right.fa-angle-up {
  display: none !important;
}
.theme_dropdown.open .theme_button .icon-right.fa-angle-up {
  top: 10%;
  font-size: 24px;
  display: block !important;
}
.theme_dropdown.open .theme_button .icon-right.fa-angle-down {
  display: none !important;
}
.dropdown-toggle:focus,
.dropdown-toggle:active {
  box-shadow: none;
  outline: none;
}
/*--------- END OF DROPDOWN ------ */
.header_line {
  color: black;
  width: 60px;
  height: 2px;
  display: block;
  background-color: black;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.theme_input {
  background-color: #ececec;
  border: 0px !important;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
}
.theme_input.error {
  border: 1px solid red !important;
  color: red;
}
.theme_input.error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}
.theme_input .error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}
.theme_input .error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}
.error_msg {
  color: var(--tfs-color-error);
}
.success_msg {
  color: #65cb50;
  font-weight: 300;
}
.pointer {
  cursor: pointer;
}
.pointer svg {
  cursor: pointer;
}
.theme_button_download {
  width: 21px;
}
mat-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 8px;
  bottom: -2px;
  background-color: #ececec;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:checked + .slider:before {
  background-color: #215f9c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*------------ END OF MISC -----------*/
/*-------- HELPER classes -------- */
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center;
}
.noPad {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.checkbox {
  width: 2vw;
  height: 2vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.checkbox.active {
  background-color: #0288c6;
}
.checkbox .tick {
  opacity: 0;
  color: white;
}
.checkbox.active .tick {
  opacity: 1;
  font-size: 20px;
}
.radio {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
  padding-top: 4px;
}
.radio.active {
  background-color: var(--tfs-color-highlight);
}
.radio .tick {
  opacity: 0;
  font-size: 16px;
  color: white;
}
.radio.active .tick {
  opacity: 1;
}
.dropdown-toggle::after {
  display: none;
}
.full_width {
  width: 100% !important;
}
.border_radius_none {
  border-radius: 0px !important;
}
a {
  cursor: pointer;
}
html,
body {
  font-family: sans-serif;
  font-style: normal;
  width: 100vw;
  overflow-x: hidden;
  color: #333333;
  background-color: black;
}
i.btn.fa {
  background-color: #ececec;
}
.width-40 {
  width: 40% !important;
}
@media screen and (max-width: 767px) {
  .width-30 {
    width: 37% !important;
  }
  .width-83 {
    width: 86% !important;
  }
  .width-36 {
    width: 36% !important;
  }
  .width-33 {
    width: 38% !important;
  }
  .padding-10 {
    padding: 10px !important;
  }
  .width-10 {
    width: 16%;
  }
  .width-89 {
    width: 83% !important;
  }
  .radio {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    vertical-align: top;
    margin-right: 10px;
    text-align: center;
  }
  .radio.active {
    background-color: var(--tfs-color-highlight);
  }
  .radio .tick {
    opacity: 0;
    font-size: 16px;
    color: white;
  }
  .radio.active .tick {
    opacity: 1;
  }
  .checkbox {
    width: 4vh;
    height: 4vh;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    border: 1px solid #d9d9d9;
    text-align: center;
  }
  .col-sm-12 {
    flex: 0 0 100% !important;
  }
  .padding-right-none {
    padding-right: 0px !important;
  }
  .width-120 {
    width: 100% !important;
  }
}
/* Extra small devices (phones, 600px and down) */
@media screen and (min-width: 992px) {
  .flex-215 {
    flex: 0 0 215px !important;
  }
  .width-300 {
    width: 300px !important;
  }
}
/*------------------------ END _-------------*/
/*====== SAFARI FIX FOR BOOTSTRAP VERSION BUG ========*/
.col-1 .col-sm-1 .col-md-1 .col-lg-1 {
  max-width: 7.9% !important;
  flex: 0 0 7.9% !important;
}
.col-2 .col-sm-2 .col-md-2 .col-lg-2 {
  max-width: 16% !important;
  flex: 0 0 16% !important;
}
.col-3 .col-sm-3 .col-md-3 .col-lg-3 .col.xs-3 {
  max-width: 24.5% !important;
  flex: 0 0 24.5% !important;
}
.col-4 .col-sm-4 .col-md-4 .col-lg-4 {
  max-width: 32% !important;
  flex: 0 0 32% !important;
}
/* === COS */
.progress {
  height: auto;
  border: 0px;
  width: 100%;
  border-radius: 0;
}
.progress {
  margin-bottom: 10px;
}
.progress-bar {
  height: 15px;
  background-color: var(--tfs-color-highlight);
}
.progress {
  margin-bottom: 0.25rem;
  position: relative;
}
.progress-bar {
  height: 15px;
  background-color: var(--tfs-color-highlight);
}
.progress-bar.progress-paid {
  background-color: var(--tfs-color-highlight);
}
.progress-bar.progress-remain {
  background-color: #E9ECEF;
}
.progress-bar.progress-deposit {
  background-color: #333333;
}
.progress-bar.progress-balloon {
  position: absolute;
  right: 0;
  background-color: #333333;
}
.subheader {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  background-color: #ededed;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 5%;
}
.subheader_breadcrumb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 4%;
}
.subheader_breadcrumb > img {
  vertical-align: baseline;
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin-right: 0.5em;
  margin-top: -0.25em;
}
.subheader_breadcrumb > span:not(:last-child) {
  margin-right: 0.5em;
}
.subheader_breadcrumb .icon {
  display: grid;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.subheader .links {
  cursor: pointer;
}
/*===== MOBILE ====== */
@media screen and (max-width: 767px) {
  /*-------- BUTTON ------------ */
  .theme_button.icon-right {
    padding-right: 28px;
  }
  .theme_button .icon-right {
    position: absolute;
    right: 7px;
    font-size: 1.8vh;
    top: 20%;
  }
}
/*======= END MOBILE ==========*/
@media screen and (min-width: 768px) {
  /*TODO: use in early settement*/
  .width-33 {
    width: 22% !important;
  }
  /*TODO: use in early settement*/
  .padding-10 {
    padding: 0px;
  }
  /*TODO: use in COS Contact*/
  .width-20 {
    width: 20%;
  }
  /*TODO: use in COS Contact*/
  .width-79 {
    width: 79% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*TODO: use in support.html*/
  .width-300 {
    width: 210px !important;
  }
}
.loading_overlay .spinner {
  top: 50%;
  margin: auto !important;
  margin-top: -50px !important;
}
.close:hover,
.close:focus {
  text-decoration: none !important;
  cursor: pointer !important;
  outline: none !important;
}
.text-center {
  text-align: center;
}
.text-divider {
  margin: 1.5em 0;
  line-height: 0;
  text-align: center;
}
.text-divider span {
  color: #4f4d4a;
  font-weight: bold;
  background-color: #fff;
  padding: 0.3em;
  font-size: 20px;
}
.text-divider:before {
  content: " ";
  display: block;
  border-top: 0.5px solid #4f4d4a;
  border-bottom: 0.5px solid #4f4d4a;
}
.mat-divider {
  border-top: 0.5px solid #b0adad;
  margin-bottom: 1rem !important;
}
.dark_border,
.theme_button.dark_border {
  border: 2px solid #333333;
  border-radius: 1px;
}
.white_font {
  color: #fff !important;
}
.black_border_bottom {
  border-bottom: 1px solid #000 !important;
}
.modal.fade.show {
  opacity: 1;
}
.modal-backdrop.fade.show {
  opacity: 0.5;
}
.alert_content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #767676;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #333333 !important;
}
.button-white-spinner .mat-spinner {
  margin-left: calc(50% - 8px);
}
.button-white-spinner .mat-progress-spinner circle,
.button-white-spinner .mat-spinner circle {
  stroke: white !important;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--tfs-color-highlight) !important;
}
/*=========================NEW UI ALIGNMENT=========================*/
/* LAYOUT START */
*:focus {
  outline-color: transparent;
}
/* LAYOUT END */
/* FONTS SIZE START*/
.light_font {
  font-weight: 100 !important;
}
.demi_font {
  font-weight: 300 !important;
}
.regular_font {
  font-weight: 400 !important;
}
.bold_font {
  font-weight: 700 !important;
}
.primary_color {
  color: var(--tfs-color-highlight) !important;
}
.primary_color > * > svg {
  fill: var(--tfs-color-highlight);
}
.secondary_color {
  color: #767676;
}
.secondary_color > * > svg {
  fill: #767676;
}
/* FONTS SIZE END*/
.login_input_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  min-width: 375px;
}
@media only screen and (max-width: 767px) {
  .login_input_wrapper {
    min-width: 280px;
    width: auto;
  }
}
.login_input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 1px;
  margin-bottom: 5px;
}
.login_input:focus {
  outline-color: var(--tfs-color-highlight);
  border-color: var(--tfs-color-highlight) !important;
}
.login_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
.login_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.login_input:-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}
.log_in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.log_in_image_btn {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.log_in_image_btn .log_in_btn_label {
  line-height: 27px;
}
.sub_link {
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  border-bottom: 1px solid #333333;
}
.mat-dropdown {
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #333333;
  padding: 5px 10px;
}
.mat-dropdown .mat-select-trigger {
  margin-top: 0.4em;
  padding-left: 4px;
}
.mat-dropdown .mat-select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  margin: 0 4px;
}
.mat-option-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 4px;
}
.mat-option-text a {
  color: var(--tfs-color-highlight);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .left-col {
    padding-left: 0px;
    padding-right: 2rem !important;
  }
  .right-col {
    padding-left: 2rem !important;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .left-col {
    padding-right: 2rem !important;
  }
  .right-col {
    padding-left: 2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .login_input {
    height: 30px;
  }
  .log_in_btn {
    font-size: 14px;
  }
  .log_in_image_btn {
    height: 40px;
  }
  .log_in_image_btn .log_in_btn_label {
    line-height: 25px;
  }
  .mat-dropdown .mat-select-trigger {
    margin-top: auto;
    vertical-align: middle;
  }
}
.modal_footer {
  text-align: center;
}
.modal_footer > :not(:last-child) {
  margin-right: 10px;
}
/*------------- SVG ---------------*/
.active > svg,
.active > * > svg {
  fill: var(--tfs-color-highlight) !important;
}
.download_icon,
.arrow-icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5em;
}
.download_icon svg,
.arrow-icon svg {
  flex: 1;
  fill: var(--tfs-color-highlight);
}
.download_icon.black svg,
.arrow-icon.black svg {
  fill: #333333;
}
/*----------- END OF SVG ----------*/
/*------- 3RD LIB FIXES -----------*/
.mat-dialog-content {
  color: #333333;
}
.mat-sort-header-arrow {
  color: var(--tfs-color-highlight) !important;
  margin: 0px 6px 0px 2px !important;
}
.mat-sort-header-content {
  text-align: left !important;
  min-width: 100%;
}
.mat-header-cell {
  overflow: inherit;
}
/*------ END OF 3RD LIB FIXES -----*/
/*------- 3RD LIB OVERRIDE --------*/
.forms_item {
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding: 7px 14px;
  cursor: pointer;
}
.forms_item:hover {
  background: #fafafa;
}
.forms_item img {
  width: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.forms_item .form_size {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400 !important;
  float: right;
}
.mat-dialog-container {
  border-radius: 5px !important;
}
.mat-dialog-container .mat-dialog-title {
  margin-bottom: 1.5rem;
}
/*------ END OF 3RD LIB OVERRIDE --*/
/* ------------DIALOGS-----------*/
.dialog_footer {
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem;
  padding: 2rem 1.5rem 0.5rem;
}
/* --------END OF DIALOGS--------*/
.mat-select-panel.ng-animating {
  visibility: hidden;
}
/*-------- BUTTON STYLE FOR WB-BUTTON ------------ */
.profile_form_button {
  min-width: 90px !important;
  margin-left: 0.5em !important;
}
.logout-text-nodecoration {
  text-decoration: none !important;
  color: white !important;
}
/*-------- FAQ LISTS ------------ */
.faq__content ul {
  list-style-type: disc !important;
  margin: 1rem !important;
  padding: 1rem !important;
}
.faq__content ol {
  list-style-type: decimal !important;
  margin: 1rem !important;
  padding: 1rem !important;
}
.faq__content em {
  font-style: italic;
}
/*-------- Breadcrumb ------------ */
.breadcrumb {
  padding: inherit;
  background-color: transparent;
}
.button-icon-size {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.breadcrumb-achor {
  color: var(--tfs-color-highlight);
}
.breadcrumb-achor:hover {
  text-decoration: underline;
}
.tfs-type-heading-l {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-heading-l {
    font-size: 36px;
    line-height: 1.2;
  }
}
.tfs-type-heading-m {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display Bold", "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tfs-type-heading-m {
    font-size: 24px;
  }
}
.tfs-type-heading-s {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-heading-xs {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.tfs-type-copy {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy-strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy-secondary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-copy-tertiary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Toyota Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.tfs-type-hint {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.01875em;
}
/*-------- SKELETON ------------ */
.app-skeleton {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.33) 50%, transparent 100%);
  background-size: 50%;
  background-repeat: no-repeat;
  animation: app-skeleton-flash-animation 0.7s linear infinite;
  margin-bottom: 0.25rem;
}
@keyframes app-skeleton-flash-animation {
  0% {
    background-position: -150%;
  }
  100% {
    background-position: 150%;
  }
}
.play-icon {
  height: 40px !important;
  width: 40px !important;
  font-size: 40px;
  position: relative;
  bottom: 8px;
}
.error-notification {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #ffebee;
  border-radius: 4px;
  border-left: 4px solid red;
}
.error-notification .error-icon {
  color: #f44336;
  margin-right: 12px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.error-notification .error-text {
  color: #666;
  font-size: 14px;
}
.form-notification {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #e8f5e9;
  border-radius: 4px;
  border-left: 4px solid #4caf50;
}
.form-notification .notification-icon {
  color: #4caf50;
  margin-right: 12px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.form-notification .notification-text {
  font-size: 14px;
  color: #2e7d32;
}
.paginator-container {
  display: flex;
  justify-content: center;
}
.dialog-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

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